shape_layout_like_ww8 property

CompatibilityOptions.shape_layout_like_ww8 property

Emulate Word 97 Text Wrapping Around Floating Objects.

@property
def shape_layout_like_ww8(self) -> bool:
    ...

@shape_layout_like_ww8.setter
def shape_layout_like_ww8(self, value: bool):
    ...

See Also