fraction_type property

fraction_type property

This specifies the type of fraction ; the default is ‘Bar’.

Definition:

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

See Also