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