HtmlItems
See also HtmlItem.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
HtmlItem [] (index:
number)
Returns the HtmlItem with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
HtmlItem add ([layer:
Layer][, at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
varies][, withProperties:
Object])
Creates a new HtmlItem
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer on which to create the HtmlItem. (Optional) |
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location at which to insert the HtmlItem relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Layer MasterSpread Page PageItem Spread | The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional) |
withProperties | Object | Initial values for properties of the new HtmlItem (Optional) |
HtmlItem anyItem ()
Returns any HtmlItem in the collection.
number count ()
Displays the number of elements in the HtmlItem.
Array of HtmlItem everyItem ()
Returns every HtmlItem in the collection.
HtmlItem firstItem ()
Returns the first HtmlItem in the collection.
HtmlItem item (index:
varies)
Returns the HtmlItem with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
HtmlItem itemByID (id:
number)
Returns the HtmlItem with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
HtmlItem itemByName (name:
string)
Returns the HtmlItem with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of HtmlItem itemByRange (from:
varies, to:
varies)
Returns the HtmlItems within the specified range.
Parameter | Type | Description |
---|---|---|
from | HtmlItem Long Integer String | The HtmlItem, index, or name at the beginning of the range. Can accept: HtmlItem, Long Integer or String. |
to | HtmlItem Long Integer String | The HtmlItem, index, or name at the end of the range. Can accept: HtmlItem, Long Integer or String. |
HtmlItem lastItem ()
Returns the last HtmlItem in the collection.
HtmlItem middleItem ()
Returns the middle HtmlItem in the collection.
HtmlItem nextItem (obj:
HtmlItem)
Returns the HtmlItem whose index follows the specified HtmlItem in the collection.
Parameter | Type | Description |
---|---|---|
obj | HtmlItem | The HtmlItem whose index comes before the desired HtmlItem. |
HtmlItem previousItem (obj:
HtmlItem)
Returns the HtmlItem with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | HtmlItem | The index of the HtmlItem that follows the desired HtmlItem. |
string toSource ()
Generates a string which, if executed, will return the HtmlItem.
Element of
GraphicLine.htmlItems
Oval.htmlItems
Polygon.htmlItems
Rectangle.htmlItems
SplineItem.htmlItems
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |