Home
last modified time | relevance | path

Searched refs:FONT_WEIGHT_NORMAL (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordConstants.java67 public static final byte FONT_WEIGHT_NORMAL = (byte)0x04; field
H A DParagraphTextSegment.java177 data.write(new byte[] { FONT_WEIGHT_TAG, FONT_WEIGHT_NORMAL, 0x00 } ); in getData()