Value
Name | Description | Value |
---|---|---|
AutoSizingTypeEnum.HEIGHT_AND_WIDTH | Text frame will be resized in both(height and width) dimensions. | 1752069993 = 'hnwi' |
AutoSizingTypeEnum.HEIGHT_AND_WIDTH_PROPORTIONALLY | Text frame will be resized in both(height and width) dimensions proportionally. | 1752070000 = 'hnwp' |
AutoSizingTypeEnum.HEIGHT_ONLY | Text frame will be resized in height dimension only. | 1751476583 = 'heig' |
AutoSizingTypeEnum.OFF | Text frame auto-sizing is off. | 1330005536 = 'OFF ' |
AutoSizingTypeEnum.WIDTH_ONLY | Text frame will be resized in width dimension only. | 2003395700 = 'widt' |
Usage
As property
ChangeObjectPreference.autoSizingType
FindObjectPreference.autoSizingType
TextFramePreference.autoSizingType
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |