to_double method
to_double()
Returns the property value as double.
def to_double(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 double.
def to_double(self):
...
Throws an exception if the property type is not PropertyType.NUMBER.