FootnoteSeparatorCollection

FootnoteSeparatorCollection class

Provides typed access to FootnoteSeparator nodes of a document.

public class FootnoteSeparatorCollection : IEnumerable<FootnoteSeparator>

Constructors

NameDescription
FootnoteSeparatorCollection()The default constructor.

Properties

NameDescription
Item { get; set; }Retrieves a FootnoteSeparator of the specified type.

Methods

NameDescription
GetEnumerator()

See Also