Item

FootnoteSeparatorCollection indexer

Birini alırFootnoteSeparator belirtilen türde.

public FootnoteSeparator this[FootnoteSeparatorType separatorType] { get; }

Notlar

Geri Döndürürhükümsüz Belirtilen türdeki dipnot/sonnot ayırıcısı bulunamazsa.

Örnekler

Dipnot ayırıcı formatının nasıl yönetileceğini gösterir.

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

FootnoteSeparator footnoteSeparator = doc.FootnoteSeparators[FootnoteSeparatorType.FootnoteSeparator];
// Dipnot ayırıcısını hizala.
footnoteSeparator.FirstParagraph.ParagraphFormat.Alignment = ParagraphAlignment.Center;

Ayrıca bakınız