name_of_application property

BuiltInDocumentProperties.name_of_application property

Gets or sets the name of the application.

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

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

See Also