ooodev.format.inner.common.props.image_crop_props module
- namedtuple ooodev.format.inner.common.props.image_crop_props.ImageCropProps(crop_struct, width, height, size, actual_size)[source]
Bases:
NamedTuple
Internal Properties
- Fields:
crop_struct (
str
) – Alias for field number 0width (
str
) – Alias for field number 1height (
str
) – Alias for field number 2size (
str
) – Alias for field number 3actual_size (
str
) – Alias for field number 4