Item

FootnoteSeparatorCollection indexer

يسترجعFootnoteSeparator من النوع المحدد.

public FootnoteSeparator this[FootnoteSeparatorType separatorType] { get; }

ملاحظات

إرجاعباطل إذا لم يتم العثور على فاصل الحاشية السفلية/الحاشية النهائية للنوع المحدد.

أمثلة

يوضح كيفية إدارة تنسيق فاصل الحاشية السفلية.

Document doc = new Document(MyDir + "Footnotes and endnotes.docx");

FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
//محاذاة فاصل الحاشية السفلية.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;

أنظر أيضا