Adds an event listener.
Object
HiddenText
A hidden text object.
Hierarchy
Cell | EndnoteTextFrame | Footnote | InsertionPoint | Note | Story | TextFrame | XmlStory
HiddenText
Character | InsertionPoint | Line | Paragraph | Text | TextColumn | TextStyleRange | Word
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Characters |
readonly | A collection of characters. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the HiddenText. | |
| Number | readonly | The index of the HiddenText within its containing object. | |
| InsertionPoints |
readonly | A collection of insertion points. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| Lines |
readonly | A collection of lines. | |
| String | read/write | The name of the HiddenText; this is an alias to the HiddenText's label property. | |
| Paragraphs |
readonly | A collection of paragraphs. | |
| Cell | EndnoteTextFrame | InsertionPoint | Note | TextFrame | XmlStory | Footnote | Story | readonly | The parent of the HiddenText (a Story, XmlStory, TextFrame, EndnoteTextFrame, InsertionPoint, Note, Cell or Footnote). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| InsertionPoint | readonly | The insertion point before the table in the story containing the table. | |
| TextColumns |
readonly | A collection of text columns. | |
| TextStyleRanges |
readonly | A collection of text style ranges. | |
| Texts |
readonly | A collection of text objects. | |
| Words |
readonly | A collection of words. |
Methods
→ String
Gets the label value associated with the specified key.
→ HiddenText[]
Resolves the object specifier, creating an array of object references.
→ void
Sets the label to the value associated with the specified key.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the HiddenText.
→ String
Retrieves the object specifier.
Object of 11
Properties elsewhere that hold a HiddenText.
Parameter of 3
Method parameters that accept a HiddenText.
Return 13
Methods that return a HiddenText.