PDFStandardListAttribute¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a standard list attribute.
Inheritance Object → PDFStructureElementAttribute → PDFStandardListAttribute
Constructors¶
PDFStandardListAttribute()¶
Initializes a new PDFStandardListAttribute object.
Properties¶
ContinuedFrom¶
Gets or sets the ID of the list.
Property Value
String
The PDFStructureElement.ID of the list for which this list is a continuation.
CosDictionary¶
Gets the underlying COS dictionary.
Property Value
PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.
IsContinuedList¶
Gets or sets a flag indicating whether this is a continued list.
Property Value
Boolean
A boolean flag specifying whether the list is a continuation of a previous list in the structure tree (true), or not (false).
Remarks
If the PDFStandardListAttribute.ContinuedFrom property is not set, the continuation is from the preceding list at the same level in the structure hierarchy.
ListNumbering¶
Gets or sets the list numbering.
Property Value
PDFStandardListNumbering
A PDFStandardLayoutPlacement enum member specifying the positioning of the element with respect to the enclosing reference area and other content.