FootnoteSeparatorCollection
Fournit un accès typé àFootnoteSeparator
nœuds d’un document.
public class FootnoteSeparatorCollection : IEnumerable<FootnoteSeparator>
Constructeurs
Propriétés
Méthodes
Exemples
Montre comment gérer le format du séparateur de notes de bas de page.
Document doc = new Document(MyDir + "Footnotes and endnotes.docx");
FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
// Aligner le séparateur de notes de bas de page.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;
Voir également