Object
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
constructor | Function | readonly | Points to the constructor function that created this object. Note that this property is treated as an XML element in the XML class. |
prototype | Object | readonly | Points to the prototype object for this object. Note that this property is treated as an XML element in the XML class. |
reflect | Reflection | readonly | Retrieves 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.
Parameter | Type | Description |
---|---|---|
what | any | The object type. |
Example | new Object() |
Class
bool isValid (what:
Object)
Reports whether an object is still valid.
Parameter | Type | Description |
---|---|---|
what | Object | The object to check. |
Instances
bool hasOwnProperty (name:
string)
Reports whether a given property is defined with an instance or within the prototype chain.
Parameter | Type | Description |
---|---|---|
name | string | The name of the property to check. |
bool isPrototypeOf (what:
Object)
Checks whether the given object is a prototype of this object.
Parameter | Type | Description |
---|---|---|
what | Object | The object to check. |
bool propertyIsEnumerable (name:
string)
Reports whether a given property is enumerable.
Parameter | Type | Description |
---|---|---|
name | string | The 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.
Example | obj.toString() |
void unwatch (name:
string)
Removes the watch function of a property.
Parameter | Type | Description |
---|---|---|
name | string | The 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.
Example | obj.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.
Parameter | Type | Description |
---|---|---|
name | string | The name of the property to watch. |
func | Function | The 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
AnimationBehavior.properties
AnimationSetting.properties
Application.properties
Article.properties
ArticleChild.properties
ArticleMember.properties
Asset.properties
AssignedStory.properties
Assignment.properties
AutoCorrectPreference.properties
AutoCorrectTable.properties
BaselineFrameGridOption.properties
Behavior.properties
BevelAndEmbossSetting.properties
BlendingSetting.properties
Book.properties
BookContent.properties
Bookmark.properties
BuildingBlock.properties
Bullet.properties
Button.properties
ButtonPreference.properties
CaptionMetadataVariablePreference.properties
Cell.properties
CellStyle.properties
CellStyleGroup.properties
Change.properties
ChangeGlyphPreference.properties
ChangeGrepPreference.properties
ChangeObjectPreference.properties
ChangeTextPreference.properties
ChangeTransliteratePreference.properties
ChapterNumberPreference.properties
ChapterNumberVariablePreference.properties
Character.properties
CharacterStyle.properties
CharacterStyleGroup.properties
CjkGridPreference.properties
ClipboardPreference.properties
ClippingPathSettings.properties
Color.properties
ColorSetting.properties
Column.properties
CompositeFont.properties
CompositeFontEntry.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
DictionaryPreference.properties
DirectionalFeatherSetting.properties
Document.properties
DocumentEvent.currentTarget
DocumentEvent.properties
DocumentEvent.target
DocumentPreference.properties
DocumentPreset.properties
DottedStrokeStyle.properties
DropShadowSetting.properties
EPS.properties
EPSExportPreference.properties
EPSImportPreference.properties
EPSText.properties
EPubExportPreference.properties
ErrorListError.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
FindChangeTransliterateOption.properties
FindChangeTransparencySetting.properties
FindGlyphPreference.properties
FindGrepPreference.properties
FindObjectPreference.properties
FindTextPreference.properties
FindTransliteratePreference.properties
FlattenerPreference.properties
FlattenerPreset.properties
Font.properties
FontLockingPreference.properties
Footnote.properties
FootnoteOption.properties
FormField.properties
FrameFittingOption.properties
Function.arguments
GeneralPreference.properties
GotoAnchorBehavior.properties
GotoFirstPageBehavior.properties
GotoLastPageBehavior.properties
GotoNextPageBehavior.properties
GotoNextStateBehavior.properties
GotoNextViewBehavior.properties
GotoPageBehavior.properties
GotoPreviousPageBehavior.properties
GotoPreviousStateBehavior.properties
GotoPreviousViewBehavior.properties
GotoStateBehavior.properties
GotoURLBehavior.properties
Gradient.properties
GradientFeatherSetting.properties
GradientStop.properties
Graphic.properties
GraphicLayer.properties
GraphicLayerOption.properties
GraphicLine.properties
GridDataInformation.properties
GridPreference.properties
GridPrintingPreference.properties
Group.properties
Guide.properties
GuidePreference.properties
HTMLExportPreference.properties
HiddenText.properties
Hyperlink.properties
HyperlinkExternalPageDestination.properties
HyperlinkPageDestination.properties
HyperlinkPageItemSource.properties
HyperlinkTextDestination.properties
HyperlinkTextSource.properties
HyperlinkURLDestination.properties
HyphenationException.properties
IdleEvent.currentTarget
IdleEvent.properties
IdleEvent.target
IdleTask.properties
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
InteractivePDFExportPreference.properties
JPEGExportPreference.properties
KinsokuTable.properties
Language.properties
LanguageWithVendors.properties
Layer.properties
LayoutAdjustmentPreference.properties
LayoutGridDataInformation.properties
Library.properties
Line.properties
Link.properties
LinkMetadata.properties
LinkedStoryOption.properties
LinkingPreference.properties
MarginPreference.properties
MasterSpread.properties
MatchCharacterStylePreference.properties
MatchParagraphStylePreference.properties
MediaItem.properties
MetadataPreference.properties
MixedInk.properties
MixedInkGroup.properties
MojikumiTable.properties
MojikumiUiPreference.properties
MotionPreset.properties
Movie.properties
MovieBehavior.properties
MultiStateObject.properties
MutationEvent.currentTarget
MutationEvent.properties
MutationEvent.target
NamedGrid.properties
NavigationPoint.properties
NestedGrepStyle.properties
NestedLineStyle.properties
NestedStyle.properties
Note.properties
NumberingList.properties
NumberingRestartPolicy.properties
Object.prototype
ObjectExportOption.properties
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
Paragraph.properties
ParagraphDestination.properties
ParagraphStyle.properties
ParagraphStyleGroup.properties
PasteboardPreference.properties
Path.properties
PathPoint.properties
PlaceGun.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
Rectangle.properties
Row.properties
RuleDataObject.dataValue
RuleDataObject.properties
SWFExportPreference.properties
SatinSetting.properties
ScriptArg.properties
ScriptPreference.properties
Section.properties
ServerSetting.properties
ShowHideFieldsBehavior.properties
Snippet.properties
Sound.properties
SoundBehavior.properties
SpellPreference.properties
SplineItem.properties
Spread.properties
State.properties
Story.properties
StoryGridDataInformation.properties
StoryPreference.properties
StripedStrokeStyle.properties
StrokeStyle.properties
StrokeTransparencySetting.properties
StyleExportTagMap.properties
Swatch.properties
TOCStyle.properties
TOCStyleEntry.properties
TabStop.properties
Table.properties
TableStyle.properties
TableStyleGroup.properties
TaggedPDFPreference.properties
TaggedTextExportPreference.properties
TaggedTextImportPreference.properties
Text.properties
TextColumn.properties
TextDefault.properties
TextExportPreference.properties
TextFrame.properties
TextFramePreference.properties
TextImportPreference.properties
TextPath.properties
TextPreference.properties
TextStyleRange.properties
TextVariable.properties
TextVariableInstance.properties
TextWrapPreference.properties
TimingGroup.properties
TimingList.properties
TimingSetting.properties
TimingSetting.unassignedDynamicTargets
TimingTarget.properties
Tint.properties
Topic.properties
TrackChangesPreference.properties
TransformPreference.properties
TransformationMatrix.properties
TransparencyPreference.properties
TransparencySetting.properties
TrapPreset.properties
UserDictionary.properties
ValidationError.properties
ViewPreference.properties
ViewZoomBehavior.properties
WMF.properties
WatermarkPreference.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
XmlStory.properties
Used in:
AnimationBehavior AnimationBehaviors.add ([withProperties: Object])
ArticleMember ArticleMembers.add (itemRef: PageItem[, at: LocationOptions=LocationOptions.AT_END][, reference: ArticleMember][, withProperties: Object])
Article Articles.add ([name: string][, articleExportStatus: bool][, at: LocationOptions=LocationOptions.AT_END][, reference: Article][, withProperties: Object])
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: varies[, withProperties: Object])
Book Books.add (fullName: File[, withProperties: Object])
BuildingBlock BuildingBlocks.add (blockType: BuildingBlockTypes[, appliedCharacterStyle: CharacterStyle][, customText: string][, withProperties: Object])
Asset Button.store (using: Library[, withProperties: Object])
Button Buttons.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
CellStyleGroup CellStyleGroups.add ([withProperties: Object])
CellStyle CellStyles.add ([withProperties: Object])
array of varies=any Character.place (fileName: File[, withProperties: Object])
CharacterStyleGroup CharacterStyleGroups.add ([withProperties: Object])
CharacterStyle CharacterStyles.add ([withProperties: Object])
Color Colors.add ([withProperties: Object])
varies=any Columns.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
CompositeFontEntry CompositeFontEntries.add ([withProperties: Object])
CompositeFont CompositeFonts.add ([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: varies, field: DataMergeField[, withProperties: Object])
DocumentPreset DocumentPresets.add ([withProperties: Object])
Document Documents.add ([documentPreset: DocumentPreset][, withProperties: Object])
DottedStrokeStyle DottedStrokeStyles.add ([withProperties: Object])
array of varies=any EPS.place (fileName: File[, withProperties: Object])
Asset EPS.store (using: Library[, withProperties: Object])
array of varies=any EPSText.place (fileName: File[, withProperties: Object])
Asset EPSText.store (using: Library[, withProperties: Object])
EventListener EventListeners.add (eventType: string, handler: varies[, captures: bool=false][, withProperties: Object])
FlattenerPreset FlattenerPresets.add ([withProperties: Object])
Footnote Footnotes.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
Asset FormField.store (using: Library[, withProperties: Object])
FormField FormFields.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, 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])
GotoNextStateBehavior GotoNextStateBehaviors.add ([withProperties: Object])
GotoNextViewBehavior GotoNextViewBehaviors.add ([withProperties: Object])
GotoPageBehavior GotoPageBehaviors.add ([withProperties: Object])
GotoPreviousPageBehavior GotoPreviousPageBehaviors.add ([withProperties: Object])
GotoPreviousStateBehavior GotoPreviousStateBehaviors.add ([withProperties: Object])
GotoPreviousViewBehavior GotoPreviousViewBehaviors.add ([withProperties: Object])
GotoStateBehavior GotoStateBehaviors.add ([withProperties: Object])
GotoURLBehavior GotoURLBehaviors.add ([withProperties: Object])
GradientStop GradientStops.add ([withProperties: Object])
Gradient Gradients.add ([withProperties: Object])
array of varies=any Graphic.place (fileName: File[, withProperties: Object])
Asset Graphic.store (using: Library[, withProperties: Object])
array of varies=any GraphicLine.place (fileName: File[, withProperties: Object])
Asset GraphicLine.store (using: Library[, withProperties: Object])
GraphicLine GraphicLines.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
Asset Group.store (using: Library[, withProperties: Object])
Group Groups.add (groupItems: Array of PageItem[, layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, 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: varies[, hyperlinkDestination: varies][, withProperties: Object])
IdleTask IdleTasks.add ([withProperties: Object])
array of varies=any Image.place (fileName: File[, withProperties: Object])
Asset Image.store (using: Library[, withProperties: Object])
array of varies=any ImportedPage.place (fileName: File[, withProperties: Object])
Asset ImportedPage.store (using: Library[, withProperties: Object])
ImportedPage ImportedPages.add ([withProperties: Object])
Index Indexes.add ([withProperties: Object])
array of varies=any InsertionPoint.place (fileName: File[, withProperties: Object])
KinsokuTable KinsokuTables.add (name: string[, withProperties: Object])
Layer Layers.add ([withProperties: Object])
Library Libraries.add (fullName: File[, withProperties: Object])
Asset Library.store (using: Array of varies[, withProperties: Object])
array of varies=any Line.place (fileName: File[, withProperties: Object])
array of varies=any MasterSpread.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, autoflowing: bool=false][, withProperties: Object])
MasterSpread MasterSpreads.add ([pagesPerSpread: number][, withProperties: Object])
array of varies=any MediaItem.place (fileName: File[, withProperties: Object])
Asset MediaItem.store (using: Library[, 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: varies, inkPercentages: Array of number[, withProperties: Object])
MojikumiTable MojikumiTables.add (name: string[, withProperties: Object])
MotionPreset MotionPresets.add ([withProperties: Object])
array of varies=any Movie.place (fileName: File[, withProperties: Object])
Asset Movie.store (using: Library[, withProperties: Object])
MovieBehavior MovieBehaviors.add ([withProperties: Object])
Movie Movies.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
Asset MultiStateObject.store (using: Library[, withProperties: Object])
MultiStateObject MultiStateObjects.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
NamedGrid NamedGrids.add ([withProperties: Object])
NavigationPoint NavigationPoints.add ([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: varies][, 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 varies=any Oval.place (fileName: File[, withProperties: Object])
Asset Oval.store (using: Library[, withProperties: Object])
Oval Ovals.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
array of varies=any PDF.place (fileName: File[, withProperties: Object])
Asset PDF.store (using: Library[, withProperties: Object])
PDFExportPreset PDFExportPresets.add ([withProperties: Object])
array of varies=any PICT.place (fileName: File[, withProperties: Object])
Asset PICT.store (using: Library[, withProperties: Object])
array of varies=any Page.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, autoflowing: bool=false][, withProperties: Object])
array of varies=any PageItem.place (fileName: File[, withProperties: Object])
Asset PageItem.store (using: Library[, withProperties: Object])
PageReference PageReferences.add (source: Text[, pageReferenceType: PageReferenceType=PageReferenceType.CURRENT_PAGE][, pageReferenceLimit: varies][, pageNumberStyleOverride: CharacterStyle][, withProperties: Object])
Page Pages.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
array of varies=any Paragraph.place (fileName: File[, 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])
void PlaceGun.loadPlaceGun (fileName: varies[, showingOptions: bool=false][, withProperties: Object])
array of varies=any Polygon.place (fileName: File[, withProperties: Object])
Asset Polygon.store (using: Library[, withProperties: Object])
Polygon Polygons.add ([layer: Layer][, numberOfSides: number][, insetPercentage: number][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
PreflightProcess PreflightProcesses.add (targetObject: Document, appliedProfile: PreflightProfile[, preflightOptions: PreflightOption][, withProperties: Object])
varies=any PreflightProfileRules.add (id: string[, withProperties: Object])
PreflightProfile PreflightProfiles.add ([withProperties: Object])
varies=any PreflightRuleInstances.add (id: string[, withProperties: Object])
PrinterPreset PrinterPresets.add ([withProperties: Object])
array of varies=any Rectangle.place (fileName: File[, withProperties: Object])
Asset Rectangle.store (using: Library[, withProperties: Object])
Rectangle Rectangles.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
varies=any Rows.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
RuleDataObject RuleDataObjects.add (name: string, dataType: RuleDataType, dataValue: varies[, withProperties: Object])
Section Sections.add ([reference: Page][, withProperties: Object])
ShowHideFieldsBehavior ShowHideFieldsBehaviors.add ([withProperties: Object])
array of varies=any Sound.place (fileName: File[, withProperties: Object])
Asset Sound.store (using: Library[, withProperties: Object])
SoundBehavior SoundBehaviors.add ([withProperties: Object])
Sound Sounds.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
array of varies=any SplineItem.place (fileName: File[, withProperties: Object])
Asset SplineItem.store (using: Library[, withProperties: Object])
array of varies=any Spread.place (fileName: File[, placePoint: Array of Measurement Unit (Number or String)][, destinationLayer: Layer][, autoflowing: bool=false][, withProperties: Object])
Spread Spreads.add ([at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
State States.add ([withProperties: Object])
StripedStrokeStyle StripedStrokeStyles.add ([withProperties: Object])
StyleExportTagMap StyleExportTagMaps.add (exportType: string, exportTag: string, exportClass: string, exportAttributes: string[, 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: varies][, withProperties: Object])
array of varies=any Text.place (fileName: File[, withProperties: Object])
array of varies=any TextColumn.place (fileName: File[, withProperties: Object])
array of varies=any TextFrame.place (fileName: File[, withProperties: Object])
Asset TextFrame.store (using: Library[, withProperties: Object])
TextFrame TextFrames.add ([layer: Layer][, at: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
TextPath TextPaths.add ([withProperties: Object])
array of varies=any TextStyleRange.place (fileName: File[, withProperties: Object])
TextVariableInstance TextVariableInstances.add ([to: LocationOptions=LocationOptions.UNKNOWN][, reference: varies][, withProperties: Object])
TextVariable TextVariables.add ([withProperties: Object])
TimingGroup TimingGroups.add (dynamicTarget: varies[, delaySeconds: number=0][, withProperties: Object])
TimingList TimingLists.add (triggerEvent: DynamicTriggerEvents[, withProperties: Object])
TimingTarget TimingTargets.add (dynamicTarget: varies[, delaySeconds: number=0][, 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 varies][, withProperties: Object])
TrapPreset TrapPresets.add ([withProperties: Object])
ViewZoomBehavior ViewZoomBehaviors.add ([withProperties: Object])
array of varies=any WMF.place (fileName: File[, withProperties: Object])
Asset WMF.store (using: Library[, withProperties: Object])
array of varies=any Word.place (fileName: File[, withProperties: Object])
void XML.setSettings (obj: Object)
XMLAttribute XMLAttributes.add (name: string, value: string[, withProperties: Object])
XMLComment XMLComments.add ([value: string=][, storyOffset: varies][, withProperties: Object])
Asset XMLElement.store (using: Library[, withProperties: Object])
XMLElement XMLElements.add (markupTag: varies[, xmlContent: varies][, withProperties: Object])
XMLExportMap XMLExportMaps.add (mappedStyle: varies, markupTag: varies[, withProperties: Object])
XMLImportMap XMLImportMaps.add (markupTag: varies, mappedStyle: varies[, withProperties: Object])
XMLInstruction XMLInstructions.add (target: string[, data: string=][, storyOffset: varies][, withProperties: Object])
XMLRuleProcessor XMLRuleProcessors.add (rulePaths: Array of string[, prefixMappingTable: Array of varies][, withProperties: Object])
XMLTag XMLTags.add ([name: string][, tagColor: varies][, withProperties: Object])
Return
Object Object.Object (what: any)
Object Object.valueOf ()
Object XML.defaultSettings ()
Object XML.settings ()
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |