Expand description
HWPX-specific style storage.
HwpxStyleStore is the smithy-hwpx analogue of Blueprint’s
StyleRegistry, but much simpler: it stores only what was actually
found in header.xml, with zero inheritance logic.
All fields use Foundation types (Color, HwpUnit, Alignment)
so downstream code never touches raw XML strings.
Structs§
- Hwpx
Border Fill - Resolved border/fill definition from
<hh:borderFill>. - Hwpx
Border Line - A single border line configuration.
- Hwpx
Char Shape - Resolved character properties from
<hh:charPr>. - Hwpx
Font - A resolved font from
<hh:fontface>→<hh:font>. - Hwpx
Font Ref - Per-language font index references from
<hh:fontRef>. - Hwpx
Para Shape - Resolved paragraph properties from
<hh:paraPr>. - Hwpx
Style - Resolved style definition from
<hh:style>. - Hwpx
Style Store - HWPX-specific style storage populated from
header.xml.
Enums§
- Hwpx
Fill - Fill brush configuration for a
HwpxBorderFill.