HiddenTexts
A collection of hidden text objects.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
HiddenText [] (index:Number)
Returns the HiddenText with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
HiddenText anyItem ()
Returns any HiddenText in the collection.
Number count ()
Displays the number of elements in the HiddenText.
HiddenText everyItem ()
Returns every HiddenText in the collection.
HiddenText firstItem ()
Returns the first HiddenText in the collection.
HiddenText item (index:Varies LongInteger String)
Returns the HiddenText with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
HiddenText itemByName (name:String)
Returns the HiddenText with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
HiddenText itemByRange (from:Varies HiddenText LongInteger String, to:Varies HiddenText LongInteger String)
Returns the HiddenTexts within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The HiddenText, index, or name at the beginning of the range. Can accept: HiddenText, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the HiddenText that follows the desired HiddenText. |
String toSource ()
Generates a string which, if executed, will return the HiddenText.
Object of
Cell.hiddenTexts
Table.hiddenTexts
Text.hiddenTexts
Character.hiddenTexts
Word.hiddenTexts
Line.hiddenTexts
TextColumn.hiddenTexts
Paragraph.hiddenTexts
TextStyleRange.hiddenTexts
InsertionPoint.hiddenTexts
TextFrame.hiddenTexts
Story.hiddenTexts
EndnoteTextFrame.hiddenTexts
Note.hiddenTexts
Footnote.hiddenTexts
XmlStory.hiddenTexts