Document header classes are in this namespace.
More...
|
using | HeaderPtr = std::shared_ptr< Header > |
| Shared Header pointer.
|
|
Document header classes are in this namespace.
◆ Platform
Enum representing the platform on which the document was created.
Enumerator |
---|
Mac | macOS platform
|
Windows | Windows platform.
|
Other | Other/unknown platform.
|
◆ TextEncoding
Enum representing the text encoding used in the document.
Enumerator |
---|
Mac | Mac text encoding.
|
Windows | Windows text encoding.
|
Other | Other/unknown text encoding.
|
◆ WordOrder
Enum representing the word order used in the document.
Enumerator |
---|
LittleEndian | Little-endian word order.
|
BigEndian | Big-endian word order.
|