FixedLayoutLine
Spans Property
|
Provides access to the spans of the line.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutSpan> Spans { get; }
Public ReadOnly Property Spans As LayoutCollection(Of FixedLayoutSpan)
Get
public:
property LayoutCollection<FixedLayoutSpan^>^ Spans {
LayoutCollection<FixedLayoutSpan^>^ get ();
}
member Spans : LayoutCollection<FixedLayoutSpan> with get
Property Value
Type:
LayoutCollection
FixedLayoutSpan
See Also