A note in a story.
Go to Property Listing | Method Listing
convertToText, extractLabel, getElements, insertLabel, move, remove, toSource, toSpecifier
Boolean, Characters, Date, InsertionPoints, Lines, Number, Object, Paragraphs, String, TextColumns, TextStyleRanges, Texts, Words
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
A collection of characters. |
||
|
read/write |
If true, the note is collapsed in galley view. |
||
|
readonly |
The date and time the note was created. |
||
|
readonly |
The unique ID of the Note. |
||
|
readonly |
The index of the Note within its containing object. |
||
|
readonly |
A collection of insertion points. |
||
|
read/write |
A property that can be set to any string. |
||
|
readonly |
A collection of lines. |
||
|
readonly |
The date and time the note was last modified. |
||
|
readonly |
A collection of paragraphs. |
||
|
readonly |
The parent of the Note (a Story, TextFrame, InsertionPoint, Text, Character, Word, Line, TextColumn, Paragraph or TextStyleRange). |
||
|
readonly |
The text frame this note appears in. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
The location of this note from the beginning of the story |
||
|
readonly |
A collection of text columns. |
||
|
readonly |
A collection of text style ranges. |
||
|
readonly |
A collection of text objects. |
||
|
readonly |
The user who made the note. |
||
|
readonly |
A collection of words. |
undefined convertToText ()
Converts the note to story text.
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
Note move (to:LocationOptions, reference:Varies Text Story)
Moves the note to the specified location.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The new location relative to the reference object or within the containing object. |
|
|
reference |
The reference object. Note: Required when the to parameter specifies before or after. Can accept: Text or Story. (Optional) |
undefined remove ()
Deletes the Note.
String toSource ()
Generates a string which, if executed, will return the Note.
String toSpecifier ()
Retrieves the object specifier.
Character.parent
InsertionPoint.parent
Line.parent
Paragraph.parent
Text.parent
TextColumn.parent
TextStyleRange.parent
Word.parent