MigraDoc.Rendering.ParagraphRenderer.FormatSectionField C# (CSharp) Méthode

FormatSectionField() private méthode

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