Value
Name | Description | Value |
---|---|---|
LayoutRuleOptions.GUIDE_BASED | Use guide slicing to resize objects on the page as it resizes. | 1280329538 = 'LPGB' |
LayoutRuleOptions.OBJECT_BASED | Reposition and resize objects on the page as it resizes. | 1280331586 = 'LPOB' |
LayoutRuleOptions.OFF | No layout rule on the page as it resizes. | 1330005536 = 'OFF ' |
LayoutRuleOptions.PRESERVE_EXISTING | Use existing layout rule setting on the page. Used for creating alternate layouts. | 1280331890 = 'LPPr' |
LayoutRuleOptions.RECENTER | Recenter objects on the page as it resizes. | 1280332387 = 'LPRc' |
LayoutRuleOptions.SCALE | Scale objects on the page as it resizes. | 1280332643 = 'LPSc' |
LayoutRuleOptions.USE_MASTER | Use layout rule from the page's applied master page. | 1280333133 = 'LPUM' |
Usage
In function
void Document.createAlternateLayout (spreadItems: Array of Spread, name: string, width: Measurement Unit (Number or String), height: Measurement Unit (Number or String), createTextStyles: bool, linkTextStories: bool, layoutRule: LayoutRuleOptions)
As property
Page.layoutRule
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |