JavaScript

ViewDisplaySettings (Enum)

December 21, 2010

Options for display performance settings, which influence the speed and quality with which an object draws and redraws. Name Description Value HIGH_QUALITY Slower performance; displays high-resolution graphics and high-quality transparencies and turns on anti-aliasing. 1346922866 = ‘PHir’ TYPICAL Moderate performance speed; displays proxy graphics and low-quality transparencies and turns on anti-aliasing. 1349810544 = ‘Ptyp’ OPTIMIZED [...]

Read the full article →

VerticallyRelativeTo (Enum)

December 21, 2010

The vertical alignment point of an anchored object. Name Description Value COLUMN_EDGE Align the anchored object to the edge of the text or table column. 1095787375 = ‘APco’ TEXT_FRAME Align the anchored object to the edge of the text frame. 1954051174 = ‘txtf’ PAGE_MARGINS Align the anchored object to the page margin. 1095789927 = ‘APmg’ [...]

Read the full article →

VerticalJustification (Enum)

December 21, 2010

Vertical alignment options for text. Name Description Value TOP_ALIGN Text is aligned at the top of the object. 1953460256 = ‘top ‘ CENTER_ALIGN Text is center aligned vertically in the object. 1667591796 = ‘cent’ BOTTOM_ALIGN Text is aligned at the bottom of the object. 1651471469 = ‘botm’ JUSTIFY_ALIGN Lines of text are evenly distributed vertically [...]

Read the full article →

VerticalAlignment (Enum)

December 21, 2010

The vertical alignment of an anchored object. Name Description Value TOP_ALIGN Place the anchored object at the top of the vertical reference point. 1953460256 = ‘top ‘ BOTTOM_ALIGN Place the anchored object at the bottom of the vertical reference point. 1651471469 = ‘botm’ CENTER_ALIGN Place the anchored object at the vertical center of the vertical [...]

Read the full article →

VersionState (Enum)

December 21, 2010

The version state of the file in Version Cue. Name Description Value VERSION_UNKNOWN The version is not known. 1986221653 = ‘vcVU’ PROJECT_FILE_NEWER The project has a newer file. 1986221648 = ‘vcVP’ LOCAL_PROJECT_MATCH The version is identical to the project. 1986221645 = ‘vcVM’ LOCAL_NEWER The version has modifications that make it newer than the project. 1986221644 [...]

Read the full article →

VersionCueSyncStatus (Enum)

December 21, 2010

The synchronization status of the file in Version Cue. Name Description Value FILE_DOWNLOADED The project version of the file was downloaded to the local workspace. 1986220868 = ‘vcSD’ FILE_UPLOADED The local version of the file was uploaded to the project. 1986220885 = ‘vcSU’ FILE_UNLOCKED The file was unlocked locally. 1986220876 = ‘vcSL’ FILE_SKIPPED The file [...]

Read the full article →

VariableTypes (Enum)

December 21, 2010

Text variable types. Name Description Value CUSTOM_TEXT_TYPE Custom text variable. 1414947700 = ‘TVct’ FILE_NAME_TYPE File name variable. 1414948462 = ‘TVfn’ LAST_PAGE_NUMBER_TYPE Last page number variable. 1414952048 = ‘TVtp’ CHAPTER_NUMBER_TYPE Chapter number variable. 1668183152 = ‘cntp’ OUTPUT_DATE_TYPE Output date variable. 1414950756 = ‘TVod’ CREATION_DATE_TYPE Creation date variable. 1414947684 = ‘TVcd’ MODIFICATION_DATE_TYPE Modification date variable. 1414950244 = [...]

Read the full article →

VariableScopes (Enum)

December 21, 2010

Scopes for page number variable. Name Description Value DOCUMENT_SCOPE The scope is limited to the current document. 1129538671 = ‘CSdo’ SECTION_SCOPE The scope is limited to the current section. 1129542501 = ‘CSse’ Usage: As property: PageNumberVariablePreference.scope

Read the full article →

VariableNumberingStyles (Enum)

December 21, 2010

Number variable numbering styles. Name Description Value CURRENT Current 1298363762 = ‘Mcur’ ARABIC Arabic numerals. 1298231906 = ‘Marb’ UPPER_ROMAN Uppercase Roman numerals. 1297247605 = ‘MRmu’ LOWER_ROMAN Lowercase Roman numerals. 1297247596 = ‘MRml’ UPPER_LETTERS Uppercase letters. 1296855669 = ‘MLru’ LOWER_LETTERS Lowercase letters. 1296855660 = ‘MLrl’ Usage: As property: ChapterNumberVariablePreference.format PageNumberVariablePreference.format

Read the full article →

UserInteractionLevels (Enum)

December 21, 2010

User interaction level options. Name Description Value NEVER_INTERACT The script does not display any dialogs or alerts. 1699640946 = ‘eNvr’ INTERACT_WITH_ALL The script displays all dialogs and alerts. 1699311169 = ‘eInA’ INTERACT_WITH_ALERTS Displays alerts but not dialogs. 1699311170 = ‘eInB’ Usage: As property: DocumentEvent.userInteractionLevel ImportExportEvent.userInteractionLevel ScriptPreference.userInteractionLevel

Read the full article →