Class
A preset that contains all of the new document settings.
duplicate, extractLabel, insertLabel, remove
DocumentPreset
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
bottom | Measurement Unit (Number or String) | r/w | The bottom edge of the DocumentPreset. |
columnCount | number | r/w | The number of columns |
columnGutter | Measurement Unit (Number or String) | r/w | The distance between columns in a text frame |
documentBleedBottomOffset | Measurement Unit (Number or String) | r/w | The amount to offset the bottom document bleed. Note: To set the bleed bottom offset, document bleed uniform size must be false. |
documentBleedInsideOrLeftOffset | Measurement Unit (Number or String) | r/w | The amount to offset the inside or left document bleed. Note: To set the bleed inside or left offset, document bleed uniform size must be false. |
documentBleedOutsideOrRightOffset | Measurement Unit (Number or String) | r/w | The amount to offset the outside or right document bleed. Note: To set the bleed outside or right offset, document bleed uniform size must be false. |
documentBleedTopOffset | Measurement Unit (Number or String) | r/w | The amount to offset the top document bleed. |
facingPages | bool | r/w | If true, the document has facing pages. |
id | number | readonly | The unique ID of the DocumentPreset. |
index | number | readonly | The index of the DocumentPreset within its containing object. |
label | string | r/w | A property that can be set to any string. |
left | Measurement Unit (Number or String) | r/w | The left edge of the DocumentPreset. |
name | string | r/w | The name of the DocumentPreset. |
pageHeight | Measurement Unit (Number or String) | r/w | The height of the page. |
pageOrientation | PageOrientation: PageOrientation.LANDSCAPE PageOrientation.PORTRAIT |
r/w | The page orientation. |
pageWidth | Measurement Unit (Number or String) | r/w | The width of the page. |
pagesPerDocument | number | r/w | The number of pages in the document. (Range: 1 to 9999) |
parent | Application | readonly | The parent of the DocumentPreset (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
right | Measurement Unit (Number or String) | r/w | The right edge of the DocumentPreset. |
slugBottomOffset | Measurement Unit (Number or String) | r/w | The amount to offset the bottom slug. Note: To set the slug bottom offset, document slug uniform size must be false. |
slugInsideOrLeftOffset | Measurement Unit (Number or String) | r/w | The amount to offset the inside or left slug. Note: To set the slug inside or left offset, document slug uniform size must be false. |
slugRightOrOutsideOffset | Measurement Unit (Number or String) | r/w | The amount to offset the outside or right slug. Note: To set the slug right or outside offset, document slug uniform size must be false. |
slugTopOffset | Measurement Unit (Number or String) | r/w | The amount to offset the top slug. |
top | Measurement Unit (Number or String) | r/w | The top edge of the DocumentPreset. |
Methods
Instances
DocumentPreset duplicate ()
Duplicates the DocumentPreset.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
Used in:
Document Documents.add ([showingWindow: bool=true][, documentPreset: DocumentPreset][, withProperties: Object])
Return
DocumentPreset DocumentPreset.duplicate ()
DocumentPreset DocumentPresets.add ([withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |