View | Details | Raw Unified | Return to bug 45815
Collapse All | Expand All

(-)src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java (+6 lines)
Lines 157-162 Link Here
157
                new TextProp(0, 0x80, "kumi"),
157
                new TextProp(0, 0x80, "kumi"),
158
                new TextProp(0, 0x100, "unused3"),
158
                new TextProp(0, 0x100, "unused3"),
159
                new TextProp(0, 0x200, "emboss"),
159
                new TextProp(0, 0x200, "emboss"),
160
                new TextProp(0, 0x400, "nibble1"),
161
                new TextProp(0, 0x800, "nibble2"),
162
                new TextProp(0, 0x1000, "nibble3"),
163
                new TextProp(0, 0x2000, "nibble4"),
164
                new TextProp(0, 0x4000, "unused4"),
165
                new TextProp(0, 0x8000, "unused5"),
160
                new CharFlagsTextProp(),
166
                new CharFlagsTextProp(),
161
				new TextProp(2, 0x10000, "font.index"),
167
				new TextProp(2, 0x10000, "font.index"),
162
                new TextProp(0, 0x100000, "pp10ext"),
168
                new TextProp(0, 0x100000, "pp10ext"),

Return to bug 45815