Index: src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java =================================================================== --- src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java (revision 695649) +++ src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java (working copy) @@ -157,6 +157,12 @@ new TextProp(0, 0x80, "kumi"), new TextProp(0, 0x100, "unused3"), new TextProp(0, 0x200, "emboss"), + new TextProp(0, 0x400, "nibble1"), + new TextProp(0, 0x800, "nibble2"), + new TextProp(0, 0x1000, "nibble3"), + new TextProp(0, 0x2000, "nibble4"), + new TextProp(0, 0x4000, "unused4"), + new TextProp(0, 0x8000, "unused5"), new CharFlagsTextProp(), new TextProp(2, 0x10000, "font.index"), new TextProp(0, 0x100000, "pp10ext"),