is_vertical_formatting property

FieldMergeField.is_vertical_formatting property

Gets or sets whether to enable character conversion for vertical formatting.

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

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

See Also