Value
Name | Description | Value |
---|---|---|
LocationOptions.AFTER | Places the object after the reference object. | 1634104421 = 'afte' |
LocationOptions.AT_BEGINNING | Places the object at the beginning of the containing object. | 1650945639 = 'bgng' |
LocationOptions.AT_END | Places the object at the end of the containing object. | 1701733408 = 'end ' |
LocationOptions.BEFORE | Places the object before the reference object. | 1650812527 = 'befo' |
LocationOptions.UNKNOWN | No location specified. | 1433299822 = 'Unkn' |
Usage
In function
BookContent BookContent.move ([to: LocationOptions=LocationOptions.AT_END][, reference: BookContent])
Bookmark Bookmark.move ([to: LocationOptions=LocationOptions.AT_END][, reference: any])
Button Buttons.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void Character.move (to: LocationOptions[, reference: Text])
Column Columns.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
XMLElement DTD.move (to: LocationOptions[, reference: any])
GraphicLine GraphicLines.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Group Groups.add (groupItems: Array of PageItem[, layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void InsertionPoint.move (to: LocationOptions[, reference: Text])
Layer Layer.move (to: LocationOptions[, reference: Layer])
void Line.move (to: LocationOptions[, reference: Text])
Movie Movies.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Note Notes.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: Note][, withProperties: Object])
Oval Ovals.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Page Page.duplicate ([to: LocationOptions=LocationOptions.AT_END][, reference: any])
Page Page.move ([to: LocationOptions=LocationOptions.AT_END][, reference: any][, binding: BindingOptions=BindingOptions.DEFAULT_VALUE])
Page Pages.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void Paragraph.move (to: LocationOptions[, reference: Text])
Polygon Polygons.add ([layer: Layer][, numberOfSides: number][, insetPercentage: number][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Rectangle Rectangles.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Row Rows.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Section Sections.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Sound Sounds.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
Spread Spread.duplicate ([to: LocationOptions=LocationOptions.AT_END][, reference: any])
Spread Spread.move ([to: LocationOptions=LocationOptions.AT_END][, reference: any])
Spread Spreads.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void Story.move (to: LocationOptions[, reference: Text])
Table Tables.add ([to: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void Text.move (to: LocationOptions[, reference: Text])
void TextColumn.move (to: LocationOptions[, reference: Text])
TextFrame TextFrames.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])
void TextStyleRange.move (to: LocationOptions[, reference: Text])
void Word.move (to: LocationOptions[, reference: Text])
XMLElement XMLComment.move (to: LocationOptions[, reference: any])
XMLElement XMLElement.move (to: LocationOptions[, reference: any])
XMLElement XMLInstruction.move (to: LocationOptions[, reference: any])
XMLElement XMLItem.move (to: LocationOptions[, reference: any])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |