Skip to content

PDFStandardListAttribute

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a standard list attribute.

public class PDFStandardListAttribute : PDFStructureElementAttribute

Inheritance ObjectPDFStructureElementAttributePDFStandardListAttribute

Constructors

PDFStandardListAttribute()

Initializes a new PDFStandardListAttribute object.

public PDFStandardListAttribute()

Properties

ContinuedFrom

Gets or sets the ID of the list.

public string ContinuedFrom { get; set; }

Property Value

String
The PDFStructureElement.ID of the list for which this list is a continuation.


CosDictionary

Gets the underlying COS dictionary.

public PDFCosDictionary CosDictionary { get; }

Property Value

PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.


IsContinuedList

Gets or sets a flag indicating whether this is a continued list.

public bool IsContinuedList { get; set; }

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.

public PDFStandardListNumbering ListNumbering { get; set; }

Property Value

PDFStandardListNumbering
A PDFStandardLayoutPlacement enum member specifying the positioning of the element with respect to the enclosing reference area and other content.