A note in a story.
Go to Property Listing | Method Listing
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. |
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined remove ()
Deletes the Note.
Character.parent
InsertionPoint.parent
Line.parent
Paragraph.parent
Text.parent
TextColumn.parent
TextStyleRange.parent
Word.parent