Searched refs:fTextAttr (Results 1 – 1 of 1) sorted by relevance
48 private byte[] fTextAttr = new byte[2]; // text attribute flags field in ExtendedFormat108 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 …]