FixedLayoutColumn
NoteSeparators Property
|
Provides access to the note separators of the page.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutNoteSeparator> NoteSeparators { get; }
Public ReadOnly Property NoteSeparators As LayoutCollection(Of FixedLayoutNoteSeparator)
Get
public:
property LayoutCollection<FixedLayoutNoteSeparator^>^ NoteSeparators {
LayoutCollection<FixedLayoutNoteSeparator^>^ get ();
}
member NoteSeparators : LayoutCollection<FixedLayoutNoteSeparator> with get
Property Value
Type:
LayoutCollection
FixedLayoutNoteSeparator
See Also