EmptyFrameFittingOptions

Options for fitting content in an empty frame.

Class

Read Only

Number NONE = 1852796517

Does not use a fitting option.

Read Only

Number CONTENT_TO_FRAME = 1668575078

Resizes content to fit the frame. Note: Content that has different proportions than the frame appears stretched or squeezed.

Read Only

Number PROPORTIONALLY = 1668247152

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.

Read Only

Number FILL_PROPORTIONALLY = 1718185072

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.