Module style_store

Module style_store 

Source
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§

HwpxBorderFill
Resolved border/fill definition from <hh:borderFill>.
HwpxBorderLine
A single border line configuration.
HwpxCharShape
Resolved character properties from <hh:charPr>.
HwpxFont
A resolved font from <hh:fontface><hh:font>.
HwpxFontRef
Per-language font index references from <hh:fontRef>.
HwpxParaShape
Resolved paragraph properties from <hh:paraPr>.
HwpxStyle
Resolved style definition from <hh:style>.
HwpxStyleStore
HWPX-specific style storage populated from header.xml.

Enums§

HwpxFill
Fill brush configuration for a HwpxBorderFill.