FootnoteSeparatorCollection
يوفر الوصول المكتوب إلىFootnoteSeparator
عقد المستند.
public class FootnoteSeparatorCollection : IEnumerable<FootnoteSeparator>
المنشئون
الخصائص
طُرق
أمثلة
يوضح كيفية إدارة تنسيق فاصل الحاشية السفلية.
Document doc = new Document(MyDir + "Footnotes and endnotes.docx");
FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
//محاذاة فاصل الحاشية السفلية.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;
أنظر أيضا