Adobe InDesign CS4 (6.0) Object Model JS: Object

InDesign CS4

Class

Object

 The base class of all JavaScript objects.

QuickLinks

Object, hasOwnProperty, isPrototypeOf, isValid, propertyIsEnumerable, toLocaleString, toSource, toString, unwatch, valueOf, watch

Properties

PropertyTypeAccessDescription
constructorFunction readonlyPoints to the constructor function that created this object.
Note that this property is treated as an XML element in the XML class.
prototypeObject readonlyPoints to the prototype object for this object.
Note that this property is treated as an XML element in the XML class.
reflectReflection readonlyRetrieves and returns the Reflection object associated with this method or a property.
Note that this property is treated as an XML element in the XML class.

Methods

Constructor

Object Object (what: any)
Creates and returns a new object of a given type.

ParameterTypeDescription
what any The object type.

Examplenew Object()

Class

bool isValid (what: Object)
Reports whether an object is still valid.

ParameterTypeDescription
whatObjectThe object to check.

Instances

bool hasOwnProperty (name: string)
Reports whether a given property is defined with an instance or within the prototype chain.

ParameterTypeDescription
namestringThe name of the property to check.

bool isPrototypeOf (what: Object)
Checks whether the given object is a prototype of this object.

ParameterTypeDescription
whatObjectThe object to check.

bool propertyIsEnumerable (name: string)
Reports whether a given property is enumerable.

ParameterTypeDescription
namestringThe name of the property to check.

string toLocaleString ()
Creates and returns a string representing this object, localized for the current locale. See toString().

string toSource ()
Creates and returns a string representation of this object.
This function serializes the object, so that it can, for example, be passed between engines. Pass the returned string back to eval() to recreate the object. Works only with built-in classes.

string toString ()
Creates and returns a string representing this object.
Many objects (such as Date) override this method in favor of their own implementation. If an object has no string value and no user-defined toString() method, the default method returns [object type], where type is the object type or the name of the constructor function that created the object.

Exampleobj.toString()

void unwatch (name: string)
Removes the watch function of a property.

ParameterTypeDescription
namestringThe name of the property to unwatch.

Object valueOf ()
Retrieves and returns the primitive value of this object.
If the object has no primitive value, returns the object itself. Note that you rarely need to call this method yourself. The JavaScript interpreter automatically invokes it when encountering an object where a primitive value is expected.

Exampleobj.valueOf()

void watch (name: string, func: Function)
Adds a watch function to a property, which is called when the value changes.
This function can accept, modify, or reject a new value that the user, application, or a script has attempted to place in a property.

ParameterTypeDescription
namestringThe name of the property to watch.
funcFunctionThe function to be called when the value of this property changes.
This function must three arguments, and return as its result the value to be stored in the property. The arguments are:
• name: the name of the property that changes.
• oldValue: The old property value.
• newValue: The new property value that was specified.

Element of

$.global

$.screens

AlignDistributePreference.properties

AnchoredObjectDefault.properties

AnchoredObjectSetting.properties

AngleCombobox.properties

AngleEditbox.properties

Application.properties

Application.selection

Asset.properties

AssignedStory.properties

Assignment.properties

AutoCorrectPreference.properties

AutoCorrectTable.properties

BaselineFrameGridOption.properties

Behavior.properties

BevelAndEmbossSetting.properties

BlendingSetting.properties

Book.properties

BookContent.properties

Bookmark.properties

BorderPanel.properties

BuildingBlock.properties

Bullet.properties

Button.properties

Button.children

Button.parent

Button.properties

ButtonPreference.properties

Cell.properties

CellStyle.properties

CellStyleGroup.properties

Change.properties

ChangeGlyphPreference.properties

ChangeGrepPreference.properties

ChangeObjectPreference.properties

ChangeTextPreference.properties

ChapterNumberPreference.properties

ChapterNumberVariablePreference.properties

Character.properties

CharacterStyle.properties

CharacterStyleGroup.properties

Checkbox.children

Checkbox.parent

Checkbox.properties

CheckboxControl.properties

ClipboardPreference.properties

ClippingPathSettings.properties

CloseWindowBehavior.properties

Color.properties

ColorSetting.properties

Column.properties

Condition.properties

ConditionSet.properties

ConditionalTextPreference.properties

ContentTransparencySetting.properties

ContourOption.properties

CrossReference.properties

CrossReferenceFormat.properties

CrossReferenceSource.properties

CustomTextVariablePreference.properties

DTD.properties

DashedStrokeStyle.properties

DataMerge.properties

DataMergeField.properties

DataMergeImagePlaceholder.properties

DataMergeOption.properties

DataMergePreference.properties

DataMergeTextPlaceholder.properties

DateVariablePreference.properties

Dialog.properties

DialogColumn.properties

DialogRow.properties

DictionaryPreference.properties

DirectionalFeatherSetting.properties

DisplayPerformancePreference.properties

DisplaySetting.properties

Document.properties

Document.selection

DocumentEvent.currentTarget

DocumentEvent.properties

DocumentEvent.target

DocumentPreference.properties

DocumentPreset.properties

DottedStrokeStyle.properties

DropDownList.children

DropDownList.parent

DropDownList.properties

DropShadowSetting.properties

Dropdown.properties

EPS.properties

EPSExportPreference.properties

EPSImportPreference.properties

EditText.children

EditText.parent

EditText.properties

EnablingGroup.properties

Event.currentTarget

Event.properties

Event.target

EventListener.properties

ExcelImportPreference.properties

ExportForWebPreference.properties

FeatherSetting.properties

FileNameVariablePreference.properties

FillTransparencySetting.properties

FindChangeBevelAndEmbossSetting.properties

FindChangeBlendingSetting.properties

FindChangeContentTransparencySetting.properties

FindChangeDirectionalFeatherSetting.properties

FindChangeDropShadowSetting.properties

FindChangeFeatherSetting.properties

FindChangeFillTransparencySetting.properties

FindChangeGlyphOption.properties

FindChangeGradientFeatherSetting.properties

FindChangeGrepOption.properties

FindChangeInnerGlowSetting.properties

FindChangeInnerShadowSetting.properties

FindChangeObjectOption.properties

FindChangeOuterGlowSetting.properties

FindChangeSatinSetting.properties

FindChangeStrokeTransparencySetting.properties

FindChangeTextOption.properties

FindChangeTransparencySetting.properties

FindGlyphPreference.properties

FindGrepPreference.properties

FindObjectPreference.properties

FindTextPreference.properties

FlashPlayer.parent

FlashPlayer.properties

FlattenerPreference.properties

FlattenerPreset.properties

Font.properties

Footnote.properties

FootnoteOption.properties

FormField.properties

FrameFittingOption.properties

Function.arguments

GalleyPreference.properties

GeneralPreference.properties

GotoAnchorBehavior.properties

GotoFirstPageBehavior.properties

GotoLastPageBehavior.properties

GotoNextPageBehavior.properties

GotoNextViewBehavior.properties

GotoPageBehavior.properties

GotoPreviousPageBehavior.properties

GotoPreviousViewBehavior.properties

GotoURLBehavior.properties

GrabberPreference.properties

Gradient.properties

GradientFeatherSetting.properties

GradientStop.properties

Graphic.properties

GraphicLayer.properties

GraphicLayerOption.properties

GraphicLine.properties

GridPreference.properties

Group.properties

Group.children

Group.parent

Group.properties

Guide.properties

GuidePreference.properties

HiddenText.properties

Hyperlink.properties

HyperlinkExternalPageDestination.properties

HyperlinkPageDestination.properties

HyperlinkPageItemSource.properties

HyperlinkTextDestination.properties

HyperlinkTextSource.properties

HyperlinkURLDestination.properties

HyphenationException.properties

IMEPreference.properties

IconButton.children

IconButton.parent

IconButton.properties

Image.properties

Image.children

Image.parent

Image.properties

ImageIOPreference.properties

ImagePreference.properties

ImportExportEvent.currentTarget

ImportExportEvent.properties

ImportExportEvent.target

ImportedPage.properties

ImportedPageAttribute.properties

InCopyExportOption.properties

Index.properties

IndexOptions.properties

IndexSection.properties

IndexingSortOption.properties

Ink.properties

InnerGlowSetting.properties

InnerShadowSetting.properties

InsertionPoint.properties

IntegerCombobox.properties

IntegerEditbox.properties

JPEGExportPreference.properties

Language.properties

LanguageWithVendors.properties

Layer.properties

LayoutAdjustmentPreference.properties

LayoutWindow.properties

LayoutWindow.selection

Library.properties

LibraryPanel.properties

LibraryPanel.selection

Line.properties

Link.properties

LinkMetadata.properties

LinkingPreference.properties

ListBox.children

ListBox.parent

ListBox.properties

ListItem.parent

ListItem.properties

MarginPreference.properties

MasterSpread.properties

MatchCharacterStylePreference.properties

MatchParagraphStylePreference.properties

MeasurementCombobox.properties

MeasurementEditbox.properties

Menu.properties

MenuAction.properties

MenuElement.properties

MenuItem.properties

MenuSeparator.properties

MetadataPreference.properties

MixedInk.properties

MixedInkGroup.properties

Movie.properties

MovieBehavior.properties

NestedGrepStyle.properties

NestedLineStyle.properties

NestedStyle.properties

Note.properties

NotePreference.properties

NumberingList.properties

NumberingRestartPolicy.properties

Object.prototype

ObjectStyle.properties

ObjectStyleContentEffectsCategorySettings.properties

ObjectStyleFillEffectsCategorySettings.properties

ObjectStyleGroup.properties

ObjectStyleObjectEffectsCategorySettings.properties

ObjectStyleStrokeEffectsCategorySettings.properties

OpacityGradientStop.properties

OpenFileBehavior.properties

OuterGlowSetting.properties

Oval.properties

PDF.properties

PDFAttribute.properties

PDFExportPreference.properties

PDFExportPreset.properties

PDFPlacePreference.properties

PICT.properties

Page.properties

PageItem.properties

PageItemDefault.properties

PageNumberVariablePreference.properties

PageReference.properties

PagesPanel.properties

Panel.properties

Panel.children

Panel.parent

Panel.properties

Paragraph.properties

ParagraphDestination.properties

ParagraphStyle.properties

ParagraphStyleGroup.properties

PasteboardPreference.properties

Path.properties

PathPoint.properties

PercentCombobox.properties

PercentEditbox.properties

Polygon.properties

PolygonPreference.properties

Preference.properties

PreflightBookOption.properties

PreflightOption.properties

PreflightProcess.properties

PreflightProfile.properties

PreflightProfileRule.properties

PreflightRule.properties

PreflightRuleInstance.properties

PrintBookletOption.properties

PrintBookletPrintPreference.properties

PrintEvent.currentTarget

PrintEvent.properties

PrintEvent.target

PrintPreference.properties

PrinterPreset.properties

Progressbar.children

Progressbar.parent

Progressbar.properties

QuitBehavior.properties

RadioButton.children

RadioButton.parent

RadioButton.properties

RadiobuttonControl.properties

RadiobuttonGroup.properties

RealCombobox.properties

RealEditbox.properties

Rectangle.properties

Row.properties

RuleDataObject.dataValue

RuleDataObject.properties

SWFExportPreference.properties

SatinSetting.properties

ScriptArg.properties

ScriptMenuAction.properties

ScriptPreference.properties

ScriptUI.FontStyle

ScriptUI.applicationFonts

ScriptUI.compatibility

ScriptUIFont.style

ScriptUIGraphics.BrushType

ScriptUIGraphics.PenType

Scrollbar.children

Scrollbar.parent

Scrollbar.properties

Section.properties

ShowHideFieldsBehavior.properties

Slider.children

Slider.parent

Slider.properties

SmartGuidePreference.properties

Sound.properties

SoundBehavior.properties

SpellPreference.properties

Spread.properties

State.properties

StaticText.properties

StaticText.children

StaticText.parent

StaticText.properties

Story.properties

StoryPreference.properties

StoryWindow.properties

StoryWindow.selection

StripedStrokeStyle.properties

StrokeFillProxySetting.properties

StrokeStyle.properties

StrokeTransparencySetting.properties

Submenu.properties

Swatch.properties

TOCStyle.properties

TOCStyleEntry.properties

TabStop.properties

Table.properties

TableStyle.properties

TableStyleGroup.properties

TaggedTextExportPreference.properties

TaggedTextImportPreference.properties

Text.properties

TextColumn.properties

TextDefault.properties

TextEditbox.properties

TextEditingPreference.properties

TextExportPreference.properties

TextFrame.properties

TextFramePreference.properties

TextImportPreference.properties

TextPath.properties

TextPreference.properties

TextStyleRange.properties

TextVariable.properties

TextVariableInstance.properties

TextWrapPreference.properties

Tint.properties

Topic.properties

TransformPreference.properties

TransformationMatrix.properties

TransparencyPreference.properties

TransparencySetting.properties

TrapPreset.properties

TreeView.children

TreeView.parent

TreeView.properties

UIEvent.target

UserDictionary.properties

ValidationError.properties

ViewPreference.properties

ViewZoomBehavior.properties

WMF.properties

Widget.properties

Window.properties

Window.selection

Window.cancelElement

Window.children

Window.defaultElement

Window.parent

Window.properties

Word.properties

WordRTFImportPreference.properties

XFLExportPreference.properties

XMLAttribute.properties

XMLComment.properties

XMLElement.properties

XMLExportMap.properties

XMLExportPreference.properties

XMLImportMap.properties

XMLImportPreference.properties

XMLInstruction.properties

XMLItem.properties

XMLPreference.properties

XMLRuleMatchData.properties

XMLRuleProcessor.properties

XMLTag.properties

XMLViewPreference.properties

XmlStory.properties

Used in:

AngleCombobox AngleComboboxes.add ([withProperties: Object])

AngleEditbox AngleEditboxes.add ([withProperties: Object])

void Application.place (fileName: any[, showingOptions: bool=false][, withProperties: Object])

void Application.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

File Assignment.createPackage (filePath: File[, submit: bool=true][, withProperties: Object])

Assignment Assignments.add (filePath: File[, versionComments: string][, forceSave: bool=false][, withProperties: Object])

BookContent BookContents.add (fullName: File[, at: number=-1][, withProperties: Object])

Bookmark Bookmarks.add (destination: any[, withProperties: Object])

Book Books.add (fullName: File[, withProperties: Object])

BorderPanel BorderPanels.add ([withProperties: Object])

BuildingBlock BuildingBlocks.add (blockType: BuildingBlockTypes[, appliedCharacterStyle: CharacterStyle][, customText: string][, withProperties: Object])

array of any Button.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset Button.store (using: Library[, withProperties: Object])

Button Buttons.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

CellStyleGroup CellStyleGroups.add ([withProperties: Object])

CellStyle CellStyles.add ([withProperties: Object])

array of any Character.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

CharacterStyleGroup CharacterStyleGroups.add ([withProperties: Object])

CharacterStyle CharacterStyles.add ([withProperties: Object])

CheckboxControl CheckboxControls.add ([withProperties: Object])

CloseWindowBehavior CloseWindowBehaviors.add ([withProperties: Object])

Color Colors.add ([withProperties: Object])

any Columns.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

ConditionSet ConditionSets.add ([withProperties: Object])

Condition Conditions.add ([withProperties: Object])

CrossReferenceFormat CrossReferenceFormats.add ([name: string][, withProperties: Object])

CrossReferenceSource CrossReferenceSources.add (source: Text, appliedFormat: CrossReferenceFormat[, withProperties: Object])

CrossReference CrossReferences.add (referencedTopic: Topic, crossReferenceType: CrossReferenceType[, customTypeString: string][, withProperties: Object])

DashedStrokeStyle DashedStrokeStyles.add ([withProperties: Object])

DataMergeImagePlaceholder DataMergeImagePlaceholders.add (placeholder: PageItem, field: DataMergeField[, withProperties: Object])

DataMergeTextPlaceholder DataMergeTextPlaceholders.add (parentStory: Story, storyOffset: any, field: DataMergeField[, withProperties: Object])

DialogColumn DialogColumns.add ([withProperties: Object])

DialogRow DialogRows.add ([withProperties: Object])

Dialog Dialogs.add ([withProperties: Object])

void Document.place (fileName: any[, showingOptions: bool=false][, withProperties: Object])

void Document.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

DocumentPreset DocumentPresets.add ([withProperties: Object])

Document Documents.add ([showingWindow: bool=true][, documentPreset: DocumentPreset][, withProperties: Object])

DottedStrokeStyle DottedStrokeStyles.add ([withProperties: Object])

Dropdown Dropdowns.add ([withProperties: Object])

array of any EPS.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset EPS.store (using: Library[, withProperties: Object])

EnablingGroup EnablingGroups.add ([withProperties: Object])

EventListener EventListeners.add (eventType: string, handler: any[, captures: bool=false][, withProperties: Object])

FlattenerPreset FlattenerPresets.add ([withProperties: Object])

Footnote Footnotes.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

array of any FormField.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset FormField.store (using: Library[, withProperties: Object])

any Function.apply (thisObj: Object, args: Array)

any Function.call (thisObj: Object, argument: any)

GotoAnchorBehavior GotoAnchorBehaviors.add ([withProperties: Object])

GotoFirstPageBehavior GotoFirstPageBehaviors.add ([withProperties: Object])

GotoLastPageBehavior GotoLastPageBehaviors.add ([withProperties: Object])

GotoNextPageBehavior GotoNextPageBehaviors.add ([withProperties: Object])

GotoNextViewBehavior GotoNextViewBehaviors.add ([withProperties: Object])

GotoPageBehavior GotoPageBehaviors.add ([withProperties: Object])

GotoPreviousPageBehavior GotoPreviousPageBehaviors.add ([withProperties: Object])

GotoPreviousViewBehavior GotoPreviousViewBehaviors.add ([withProperties: Object])

GotoURLBehavior GotoURLBehaviors.add ([withProperties: Object])

GradientStop GradientStops.add ([withProperties: Object])

Gradient Gradients.add ([withProperties: Object])

array of any Graphic.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

array of any GraphicLine.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset GraphicLine.store (using: Library[, withProperties: Object])

GraphicLine GraphicLines.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

Asset Group.store (using: Library[, withProperties: Object])

Object Group.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Group Groups.add (groupItems: Array of PageItem[, layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

Guide Guides.add ([layer: Layer][, withProperties: Object])

HyperlinkExternalPageDestination HyperlinkExternalPageDestinations.add ([destination: Page][, withProperties: Object])

HyperlinkPageDestination HyperlinkPageDestinations.add ([destination: Page][, withProperties: Object])

HyperlinkPageItemSource HyperlinkPageItemSources.add (source: PageItem[, withProperties: Object])

HyperlinkTextDestination HyperlinkTextDestinations.add (destination: Text[, withProperties: Object])

HyperlinkTextSource HyperlinkTextSources.add (source: Text[, withProperties: Object])

HyperlinkURLDestination HyperlinkURLDestinations.add ([destination: string][, withProperties: Object])

Hyperlink Hyperlinks.add (hyperlinkSource: any[, hyperlinkDestination: any][, withProperties: Object])

array of any Image.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset Image.store (using: Library[, withProperties: Object])

array of any ImportedPage.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

ImportedPage ImportedPages.add ([withProperties: Object])

Index Indexes.add ([withProperties: Object])

array of any InsertionPoint.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

IntegerCombobox IntegerComboboxes.add ([withProperties: Object])

IntegerEditbox IntegerEditboxes.add ([withProperties: Object])

Layer Layers.add ([withProperties: Object])

void LayoutWindow.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

Library Libraries.add (fullName: File[, withProperties: Object])

Asset Library.store (using: Array of any[, withProperties: Object])

void LibraryPanel.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

array of any Line.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

array of any MasterSpread.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, showingOptions: bool=false][, autoflowing: bool=false][, withProperties: Object])

MasterSpread MasterSpreads.add ([pagesPerSpread: number][, withProperties: Object])

MeasurementCombobox MeasurementComboboxes.add ([withProperties: Object])

MeasurementEditbox MeasurementEditboxes.add ([withProperties: Object])

MenuItem MenuItems.add (associatedMenuAction: MenuAction[, at: LocationOptions=LocationOptions.AT_END][, reference: MenuElement][, withProperties: Object])

MenuSeparator MenuSeparators.add ([at: LocationOptions=LocationOptions.AT_END][, reference: MenuElement][, withProperties: Object])

MixedInkGroup MixedInkGroups.add (inkList: Array of Ink[, inkPercentages: Array of number][, repeatValues: Array of number][, incrementValues: Array of number][, withProperties: Object])

MixedInk MixedInks.add (inkList: any, inkPercentages: Array of number[, withProperties: Object])

Asset Movie.store (using: Library[, withProperties: Object])

MovieBehavior MovieBehaviors.add ([withProperties: Object])

Movie Movies.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

NestedGrepStyle NestedGrepStyles.add ([withProperties: Object])

NestedLineStyle NestedLineStyles.add ([withProperties: Object])

NestedStyle NestedStyles.add ([withProperties: Object])

Note Notes.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

NumberingList NumberingLists.add (name: string[, continueNumbersAcrossStories: bool][, continueNumbersAcrossDocuments: bool][, withProperties: Object])

bool Object.isPrototypeOf (what: Object)

bool Object.isValid (what: Object)

ObjectStyleGroup ObjectStyleGroups.add ([withProperties: Object])

ObjectStyle ObjectStyles.add ([withProperties: Object])

OpacityGradientStop OpacityGradientStops.add ([withProperties: Object])

OpenFileBehavior OpenFileBehaviors.add ([withProperties: Object])

array of any Oval.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset Oval.store (using: Library[, withProperties: Object])

Oval Ovals.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

array of any PDF.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset PDF.store (using: Library[, withProperties: Object])

PDFExportPreset PDFExportPresets.add ([withProperties: Object])

array of any PICT.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset PICT.store (using: Library[, withProperties: Object])

array of any Page.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, showingOptions: bool=false][, autoflowing: bool=false][, withProperties: Object])

array of any PageItem.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset PageItem.store (using: Library[, withProperties: Object])

PageReference PageReferences.add (source: Text[, pageReferenceType: PageReferenceType=PageReferenceType.CURRENT_PAGE][, pageReferenceLimit: any][, pageNumberStyleOverride: CharacterStyle][, withProperties: Object])

Page Pages.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

Object Panel.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

array of any Paragraph.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

ParagraphDestination ParagraphDestinations.add (destination: Text[, withProperties: Object])

ParagraphStyleGroup ParagraphStyleGroups.add ([withProperties: Object])

ParagraphStyle ParagraphStyles.add ([withProperties: Object])

PathPoint PathPoints.add ([withProperties: Object])

Path Paths.add ([withProperties: Object])

PercentCombobox PercentComboboxes.add ([withProperties: Object])

PercentEditbox PercentEditboxes.add ([withProperties: Object])

array of any Polygon.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset Polygon.store (using: Library[, withProperties: Object])

Polygon Polygons.add ([layer: Layer][, numberOfSides: number][, insetPercentage: number][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

PreflightProcess PreflightProcesses.add (targetObject: Document, appliedProfile: PreflightProfile[, preflightOptions: PreflightOption][, withProperties: Object])

any PreflightProfileRules.add (id: string[, withProperties: Object])

PreflightProfile PreflightProfiles.add ([withProperties: Object])

any PreflightRuleInstances.add (id: string[, withProperties: Object])

PrinterPreset PrinterPresets.add ([withProperties: Object])

QuitBehavior QuitBehaviors.add ([withProperties: Object])

RadiobuttonControl RadiobuttonControls.add ([withProperties: Object])

RadiobuttonGroup RadiobuttonGroups.add ([withProperties: Object])

RealCombobox RealComboboxes.add ([withProperties: Object])

RealEditbox RealEditboxes.add ([withProperties: Object])

array of any Rectangle.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset Rectangle.store (using: Library[, withProperties: Object])

Rectangle Rectangles.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

any Rows.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

RuleDataObject RuleDataObjects.add (name: string, dataType: RuleDataType, dataValue: any[, withProperties: Object])

ScriptMenuAction ScriptMenuActions.add ([title: string][, withProperties: Object])

Section Sections.add ([reference: Page][, withProperties: Object])

ShowHideFieldsBehavior ShowHideFieldsBehaviors.add ([withProperties: Object])

Asset Sound.store (using: Library[, withProperties: Object])

SoundBehavior SoundBehaviors.add ([withProperties: Object])

Sound Sounds.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

array of any Spread.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, showingOptions: bool=false][, autoflowing: bool=false][, withProperties: Object])

Spread Spreads.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

State States.add ([withProperties: Object])

StaticText StaticTexts.add ([withProperties: Object])

void StoryWindow.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

StripedStrokeStyle StripedStrokeStyles.add ([withProperties: Object])

Submenu Submenus.add (title: string[, at: LocationOptions=LocationOptions.AT_END][, reference: MenuElement][, withProperties: Object])

TOCStyleEntry TOCStyleEntries.add ([styleName: string][, withProperties: Object])

TOCStyle TOCStyles.add ([withProperties: Object])

TabStop TabStops.add ([withProperties: Object])

TableStyleGroup TableStyleGroups.add ([withProperties: Object])

TableStyle TableStyles.add ([withProperties: Object])

Table Tables.add ([to: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

array of any Text.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

array of any TextColumn.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

TextEditbox TextEditboxes.add ([withProperties: Object])

array of any TextFrame.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset TextFrame.store (using: Library[, withProperties: Object])

TextFrame TextFrames.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

TextPath TextPaths.add ([withProperties: Object])

array of any TextStyleRange.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

TextVariableInstance TextVariableInstances.add ([to: LocationOptions=LocationOptions.UNKNOWN][, reference: any][, withProperties: Object])

TextVariable TextVariables.add ([withProperties: Object])

Tint Tints.add (baseColor: Color[, withProperties: Object])

Topic Topics.add (name: string[, sortBy: string][, withProperties: Object])

TransformationMatrix TransformationMatrices.add ([horizontalScaleFactor: number][, verticalScaleFactor: number][, clockwiseShearAngle: number][, counterclockwiseRotationAngle: number][, horizontalTranslation: number][, verticalTranslation: number][, matrixValues: Array of number][, matrixMapping: Array of any][, withProperties: Object])

TrapPreset TrapPresets.add ([withProperties: Object])

UIEvent UIEvent.UIEvent (type: String[, captures: bool=false][, bubbles: bool=false][, view: Object][, detail: Number])

void UIEvent.initUIEvent (type: String[, captures: bool=false][, bubbles: bool=false][, view: Object][, detail: Number])

ViewZoomBehavior ViewZoomBehaviors.add ([withProperties: Object])

array of any WMF.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

Asset WMF.store (using: Library[, withProperties: Object])

void Window.select (selectableItems: any[, existingSelection: SelectionOptions=SelectionOptions.REPLACE_WITH])

void Window.Window (type: String[, title: String][, bounds: Bounds][, properties: Object])

Object Window.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Window Windows.add ([withProperties: Object])

array of any Word.place (fileName: File[, showingOptions: bool=false][, withProperties: Object])

XMLAttribute XMLAttributes.add (name: string, value: string[, withProperties: Object])

XMLComment XMLComments.add ([value: string=][, storyOffset: any][, withProperties: Object])

Asset XMLElement.store (using: Library[, withProperties: Object])

XMLElement XMLElements.add (markupTag: any[, xmlContent: any][, withProperties: Object])

XMLExportMap XMLExportMaps.add (mappedStyle: any, markupTag: any[, withProperties: Object])

XMLImportMap XMLImportMaps.add (markupTag: any, mappedStyle: any[, withProperties: Object])

XMLInstruction XMLInstructions.add (target: string[, data: string=][, storyOffset: any][, withProperties: Object])

XMLRuleProcessor XMLRuleProcessors.add (rulePaths: Array of string[, prefixMappingTable: Array of any][, withProperties: Object])

XMLTag XMLTags.add ([name: string][, tagColor: any][, withProperties: Object])

Return

Object Group (SUI).add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Object Object.Object (what: any)

Object Object.valueOf ()

Object Panel (SUI).add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Object Window (SUI).add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Object XML.defaultSettings ()

Object XML.settings ()

Jongware, 20-Jun-2010 v3.0.3dContents :: Index