company property

BuiltInDocumentProperties.company property

Gets or sets the company property.

@property
def company(self) -> str:
    ...

@company.setter
def company(self, value: str):
    ...

See Also