Re-exports§
pub use doc_info::DocumentProperties;pub use error::Error;pub use error::Warning;pub use error::WarningCode;pub use hwpx::writer::write_hwpx;pub use model::HwpDocument;pub use model::Section;pub use shape::Align;pub use shape::CharShape;pub use shape::ParaShape;pub use shape::ShapeTables;pub use structure::NodeKind;pub use structure::StructureNode;pub use summary::Metadata;pub use table::Cell;pub use table::Table;
Modules§
- assets
- HWPTAG_BIN_DATA parser + asset catalog.
- builder
- Fluent builder for constructing an HwpDocument for writing.
- container
- doc_
info - error
- faces
- Parser for HWPTAG_FACE_NAME (DocInfo-level font face definitions).
- hwpx
- HWPX (OWPML/ZIP-based) parser. Sits beside the binary HWP reader and
produces the same
HwpDocumentshape. - model
- ole_
property - Minimal Microsoft OLE PropertySet reader.
- reader
- record
- shape
- Normalized CharShape / ParaShape and their DocInfo record parsers.
- structure
- Per-paragraph classification: text vs. container control (table, image, …).
- styles
- Parser for HWPTAG_STYLE (DocInfo-level named styles).
- summary
- table
- HWP table control parsing: HWPTAG_TABLE payload + per-cell LIST_HEADER.
- text