caps_type property

caps_type property

Gets and sets the text caps type.

Definition:

@property
def caps_type(self):
    ...
@caps_type.setter
def caps_type(self, value):
    ...

See Also