BodyLayoutElement
Lines Property
|
Gives the ability to retrieve the individual lines comprising a body.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutLine> Lines { get; }
Public ReadOnly Property Lines As LayoutCollection(Of FixedLayoutLine)
Get
public:
property LayoutCollection<FixedLayoutLine^>^ Lines {
LayoutCollection<FixedLayoutLine^>^ get ();
}
member Lines : LayoutCollection<FixedLayoutLine> with get
Property Value
Type:
LayoutCollection
FixedLayoutLine
See Also