PdfSectionCollection class

Represents the collection of the PdfSection.

Properties

count → int
Gets the total number of PdfSection in a document. Read only.
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

add() → PdfSection
Creates a new PdfSection and adds it to the collection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited
operator [](int index) → PdfSection
Gets the PdfSection at the specified index (Read only).