Aspose::Words::Saving::OdtSaveMeasureUnit enum
OdtSaveMeasureUnit enum
Specified units of measure to apply to measurable document content such as shape, widths and other during saving.
enum class OdtSaveMeasureUnit
Values
Name | Value | Description |
---|---|---|
Centimeters | 0 | Specifies that the document content is saved using centimeters. |
Inches | 1 | Specifies that the document content is saved using inches. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++