Class
A collection of notes.
add, count
Notes
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Note add ([at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
Note][, withProperties:
Object])
Create a new note
Parameter | Type | Description |
---|---|---|
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | Location (Optional) (default: LocationOptions.UNKNOWN) |
reference | Note | Before/after this text object or at the beginning/end of this story or text frame. (Optional) |
withProperties | Object | Initial values for properties of the new Note (Optional) |
number count ()
Displays the number of elements in the Note.
Element of
Character.notes
InsertionPoint.notes
Line.notes
Paragraph.notes
Story.notes
Text.notes
TextColumn.notes
TextFrame.notes
TextStyleRange.notes
Word.notes
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |