HiddenTexts
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
HiddenText [] (index:
number)
Returns the HiddenText with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
HiddenText anyItem ()
Returns any HiddenText in the collection.
number count ()
Displays the number of elements in the HiddenText.
Array
of HiddenText everyItem ()
Returns every HiddenText in the collection.
HiddenText firstItem ()
Returns the first HiddenText in the collection.
HiddenText item (index:
varies)
Returns the HiddenText with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
HiddenText itemByID (id:
number)
Returns the HiddenText with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
HiddenText itemByName (name:
string)
Returns the HiddenText with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of HiddenText itemByRange (from:
varies, to:
varies)
Returns the HiddenTexts within the specified range.
Parameter | Type | Description |
---|---|---|
from | HiddenText Long Integer String | The HiddenText, index, or name at the beginning of the range. Can accept: HiddenText, Long Integer or String. |
to | HiddenText Long Integer String | The HiddenText, index, or name at the end of the range. Can accept: HiddenText, Long Integer or String. |
HiddenText lastItem ()
Returns the last HiddenText in the collection.
HiddenText middleItem ()
Returns the middle HiddenText in the collection.
HiddenText nextItem (obj:
HiddenText)
Returns the HiddenText whose index follows the specified HiddenText in the collection.
Parameter | Type | Description |
---|---|---|
obj | HiddenText | The HiddenText whose index comes before the desired HiddenText. |
HiddenText previousItem (obj:
HiddenText)
Returns the HiddenText with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | HiddenText | The index of the HiddenText that follows the desired HiddenText. |
string toSource ()
Generates a string which, if executed, will return the HiddenText.
Element of
Cell.hiddenTexts
Character.hiddenTexts
Footnote.hiddenTexts
InsertionPoint.hiddenTexts
Line.hiddenTexts
Note.hiddenTexts
Paragraph.hiddenTexts
Story.hiddenTexts
Table.hiddenTexts
Text.hiddenTexts
TextColumn.hiddenTexts
TextFrame.hiddenTexts
TextStyleRange.hiddenTexts
Word.hiddenTexts
XmlStory.hiddenTexts
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |