category property

category property

Gets or sets the category of the document.

Definition:

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

See Also