Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java48 private byte[] fTextAttr = new byte[2]; // text attribute flags field in ExtendedFormat
108 this.fTextAttr = new byte[] {(byte)0x00, (byte)0x00}; in ExtendedFormat()
114 fTextAttr[0] |= CENTER_ALIGN; in ExtendedFormat()
116 fTextAttr[0] |= LEFT_ALIGN; in ExtendedFormat()
118 fTextAttr[0] |= RIGHT_ALIGN; in ExtendedFormat()
120 fTextAttr[0] |= NORMAL_ALIGN; in ExtendedFormat()
127 fTextAttr[0] |= TOP_ALIGN; in ExtendedFormat()
129 fTextAttr[0] |= BOTTOM_ALIGN; in ExtendedFormat()
131 fTextAttr[0] |= MIDDLE_ALIGN; in ExtendedFormat()
133 fTextAttr[0] |= BOTTOM_ALIGN; in ExtendedFormat()
[all …]