MigraDoc.Rendering.ParagraphRenderer.FormatSectionField C# (CSharp) Method

FormatSectionField() private method

private FormatSectionField ( MigraDoc.DocumentObjectModel.Fields.SectionField sectionField ) : FormatResult
sectionField MigraDoc.DocumentObjectModel.Fields.SectionField
return FormatResult
    FormatResult FormatSectionField(SectionField sectionField)
    {
      this.reMeasureLine = true;
      string fieldValue = GetFieldValue(sectionField);
      return FormatWord(fieldValue);
    }
ParagraphRenderer