to_bool method
to_bool()
Returns the property value as bool.
def to_bool(self):
...
Remarks
Throws an exception if the property type is not PropertyType.BOOLEAN.
See Also
- module aspose.words.properties
- class DocumentProperty
Returns the property value as bool.
def to_bool(self):
...
Throws an exception if the property type is not PropertyType.BOOLEAN.