Adobe InDesign CS2 (4.0) Object Model JS: Fitting
From InDesign CS2
Options for fitting content to a frame.
Value
| Name | Description | Value |
|---|---|---|
| Fitting.FILL_PROPORTIONAL | Resizes content to fill the frame while preserving content proportions. If the content and frame have different proportions, some content is obscured by the bounding box of the frame. | 1684883056 = 'dmFp' |
| Fitting.FIT_CONTENT_TO_FRAME | Resizes content to fit the frame. Note: Content that is a different size than the frame appears stretched or squeezed. | 1684883043 = 'dmFc' |
| Fitting.FIT_FRAME_TO_CONTENT | Resizes the frame to fit the content. | 1684883046 = 'dmFf' |
| Fitting.PRESERVE_SIZES | Preserves the original sizes of the frame and the content. Note: Content that is larger than the frame is obscured around the edges. | 1684885619 = 'dmPs' |
| Fitting.PROPORTIONAL | Resizes content to fit the frame while preserving content proportions. If the content and frame have different proportions, some empty space occurs in the frame. | 1684885618 = 'dmPr' |
Usage
As property
DataMergeOption.fittingOption
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |