Item
FootnoteSeparatorCollection indexer
Hämtar enFootnoteSeparator
av den angivna typen.
public FootnoteSeparator this[FootnoteSeparatorType separatorType] { get; }
Anmärkningar
Returernull
om fotnots-/slutnotsavgränsaren av den angivna typen inte hittas.
Exempel
Visar hur man hanterar formatet för fotnotsavgränsare.
Document doc = new Document(MyDir + "Footnotes and endnotes.docx");
FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
// Justera fotnotsavgränsaren.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;
Se även
- class FootnoteSeparator
- enum FootnoteSeparatorType
- class FootnoteSeparatorCollection
- namnutrymme Aspose.Words.Notes
- hopsättning Aspose.Words