A list of Typefi section definitions
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
TypefiSectionDefinition [] (index:Number)
Returns the TypefiSectionDefinition with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TypefiSectionDefinition add (name:String, withProperties:Object)
Create a new TypefiSectionDefinition
Parameter |
Type |
Description |
---|---|---|
name |
The name property of the new TypefiSectionDefinition (Optional) |
|
withProperties |
Initial values for properties of the new TypefiSectionDefinition (Optional) |
TypefiSectionDefinition anyItem ()
Returns any TypefiSectionDefinition in the collection.
Number count ()
Displays the number of elements in the TypefiSectionDefinition.
TypefiSectionDefinition everyItem ()
Returns every TypefiSectionDefinition in the collection.
TypefiSectionDefinition firstItem ()
Returns the first TypefiSectionDefinition in the collection.
TypefiSectionDefinition item (index:Varies LongInteger String)
Returns the TypefiSectionDefinition with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TypefiSectionDefinition itemByID (id:Number)
Returns the TypefiSectionDefinition with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
TypefiSectionDefinition itemByName (name:String)
Returns the TypefiSectionDefinition with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
TypefiSectionDefinition itemByRange (from:Varies LongInteger TypefiSectionDefinition String, to:Varies LongInteger TypefiSectionDefinition String)
Returns the TypefiSectionDefinitions within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TypefiSectionDefinition, index, or name at the beginning of the range. Can accept: TypefiSectionDefinition, Long Integer or String. |
to |
LongInteger |
The TypefiSectionDefinition, index, or name at the end of the range. Can accept: TypefiSectionDefinition, Long Integer or String. |
TypefiSectionDefinition lastItem ()
Returns the last TypefiSectionDefinition in the collection.
TypefiSectionDefinition middleItem ()
Returns the middle TypefiSectionDefinition in the collection.
TypefiSectionDefinition nextItem (obj:TypefiSectionDefinition)
Returns the TypefiSectionDefinition whose index follows the specified TypefiSectionDefinition in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TypefiSectionDefinition whose index comes before the desired TypefiSectionDefinition. |
TypefiSectionDefinition previousItem (obj:TypefiSectionDefinition)
Returns the TypefiSectionDefinition with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TypefiSectionDefinition that follows the desired TypefiSectionDefinition. |
String toSource ()
Generates a string which, if executed, will return the TypefiSectionDefinition.
Document.typefiSectionDefinitions