JavaScript

ZoomOptions (Enum)

December 21, 2010

Display size options. Name Description Value ZOOM_IN Magnifies the view to the next preset percentage. 2053990766 = ‘zmin’ ZOOM_OUT Reduces the view to the next preset percentage. 2054124916 = ‘zout’ FIT_SPREAD Centers the active spread in the window. 2053534835 = ‘zfts’ FIT_PAGE Centers the active page in the window. 2053534832 = ‘zftp’ SHOW_PASTEBOARD Fits the [...]

Read the full article →

XMLTransformFile (Enum)

December 21, 2010

File used for XML transformation. Name Description Value STYLESHEET_IN_XML Use stylesheet specified in XML 1483961208 = ‘Xssx’

Read the full article →

XMLImportStyles (Enum)

December 21, 2010

Options for incorporating imported XML content. Name Description Value APPEND_IMPORT Appends the imported content. 1481466217 = ‘XMai’ MERGE_IMPORT Merges the imported content. 1481469289 = ‘XMmi’ Usage: As property: XMLImportPreference.importStyle

Read the full article →

XMLFileEncoding (Enum)

December 21, 2010

File encoding options for exported XML content. Name Description Value UTF8 UTF-8 encoding. 1937134904 = ‘svU8′ UTF16 UTF-16 encoding. 1937125686 = ‘sv16′ SHIFT_JIS Shift-JIS encoding. 1249077875 = ‘Jsjs’ Usage: As property: XMLExportPreference.fileEncoding

Read the full article →

XMLExportUntaggedTablesFormat (Enum)

December 21, 2010

Export options for untagged tables in tagged stories. Name Description Value NONE Does not export untagged tables. 1852796517 = ‘none’ CALS Exports untagged tables as CALS XML. 1484022643 = ‘Xtcs’ Usage: As property: XMLExportPreference.exportUntaggedTablesFormat

Read the full article →

XMLElementPosition (Enum)

December 21, 2010

Options for specifying position relative to the reference XML element or withing the XML element. Name Description Value BEFORE_ELEMENT Specifies the position before the XML element. 1482843494 = ‘Xbef’ AFTER_ELEMENT Specifies the position after the XML element. 1482778228 = ‘Xaft’ ELEMENT_START Specifies the position at the beginning of the XML element. 1482844014 = ‘Xbgn’ ELEMENT_END [...]

Read the full article →

XMLElementLocation (Enum)

December 21, 2010

Location options for XML elements. Name Description Value ELEMENT_START Locates the element at the beginning of the containing object. 1482844014 = ‘Xbgn’ ELEMENT_END Locates the element at the end of the containing object. 1483042404 = ‘Xend’ Usage: In function: XMLElementXMLAttribute.convertToElement ( [located: XMLElementLocation =ELEMENT_START ][, markupTag: XMLTag] )

Read the full article →

WhenScalingOptions (Enum)

December 21, 2010

Options for when scaling Name Description Value APPLY_TO_CONTENT Apply scaling to the item’s content 1934192243 = ‘sIns’ ADJUST_SCALING_PERCENTAGE Adjust the scaling percentage of the item’s transform 1934587252 = ‘sOut’ Usage: As property: TransformPreference.whenScaling

Read the full article →

VisibilityInPdf (Enum)

December 21, 2010

The field’s visibility in the PDF document. Name Description Value VISIBLE_IN_PDF The field is visible. 1180068211 = ‘FVis’ HIDDEN_IN_PDF The field is not visible. 1181247844 = ‘Fhid’ VISIBLE_BUT_DOES_NOT_PRINT_IN_PDF The field is visible when the PDF document is displayed on-screen but invisible when the document is printed. 1180061264 = ‘FVNP’ HIDDEN_BUT_PRINTABLE_IN_PDF The field is invisible when [...]

Read the full article →

ViewZoomStyle (Enum)

December 21, 2010

View zoom style options. Name Description Value FULL_SCREEN Fills the screen with the page; hides the toolbar, command bar, menu bar, and window controls. 1987733107 = ‘vzfs’ ZOOM_IN Magnifies the view to the next preset percentage. 2053990766 = ‘zmin’ ZOOM_OUT Reduces the view to the previous preset percentage. 2054124916 = ‘zout’ FIT_PAGE Fits the entire [...]

Read the full article →