Name | Description | Value |
EmptyFrameFittingOptions.CONTENT_TO_FRAME | Resizes content to fit the frame. Note: Content that has different proportions than the frame appears stretched or squeezed. | 1668575078 =
'ctof'
|
EmptyFrameFittingOptions.FILL_PROPORTIONALLY | Resizes content to fill the frame while perserving the content's proportions. If the content and frame have different proportions, some of the content is obscured by the frame. | 1718185072 =
'filp'
|
EmptyFrameFittingOptions.NONE | Does not use a fitting option. | 1852796517 =
'none'
|
EmptyFrameFittingOptions.PROPORTIONALLY | Resizes content to fit the frame while preserving content proportions. If the content and frame have different proportions, some empty space appears in the frame. | 1668247152 =
'conp'
|