Structs§
- Bounding
Box - An axis-aligned bounding box.
- Color
- An RGB color.
- Document
- A parsed
.sdocxdocument containing pages and metadata. - Document
Metadata - Document-level metadata extracted from the
.sdocxarchive. - Media
Asset - An embedded media asset.
- Page
- A single page within a document.
- Page
Template - Page template metadata.
- Point
- A 2D point.
- Rich
Text Box - Parsed rich text box data.
- Rich
Text Run - A rich text style run.
- Stroke
- A single pen stroke consisting of points and associated data.
Enums§
- Error
- Errors that can occur when parsing an
.sdocxfile. - Page
Element - A non-stroke page element.
- Page
Template Source - Page template backing source.
Functions§
- parse
- Parse a
.sdocxfile from a filesystem path. - parse_
bytes - Parse a
.sdocxfile from in-memory bytes.
Type Aliases§
- Result
- A specialized
Resulttype for sdocx operations.