Class
A collection of sections.
add, count
Sections
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Section add ([at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Create a new section.
Parameter | Type | Description |
---|---|---|
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | Location (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Section | Before/after an existing object or at the beginning/end of a parent. Can accept: Section or Document. (Optional) |
withProperties | Object | Initial values for properties of the new Section (Optional) |
number count ()
Displays the number of elements in the Section.
Element of
Document.sections
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |