-
add( |
[reference] [, withProperties]) |
→ Section |
-
Creates a new section.
reference
|
Page
The page on which the section begins. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Section (Optional)
|
-
-
Returns any Section in the collection.
-
-
Displays the number of elements in the Section.
-
-
Returns every Section in the collection.
-
-
Returns the first Section in the collection.
-
-
Returns the Section with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Section with the specified ID.
-
-
Returns the Section with the specified name.
-
-
Returns the Sections within the specified range.
from
|
The Section, index, or name at the beginning of the range. Can accept: Section, Long Integer or String.
|
to
|
The Section, index, or name at the end of the range. Can accept: Section, Long Integer or String.
|
-
-
Returns the last Section in the collection.
-
-
Returns the middle Section in the collection.
-
-
Returns the Section whose index follows the specified Section in the collection.
obj
|
Section
The Section whose index comes before the desired Section.
|
-
-
Returns the Section with the index previous to the specified index.
obj
|
Section
The index of the Section that follows the desired Section.
|
-
-
Generates a string which, if executed, will return the Section.