Searched refs:LEFT_ALIGN (Results 1 – 3 of 3) sorted by relevance
65 public static final int LEFT_ALIGN = 0x01; field in ExtendedFormat115 } else if(align==Format.LEFT_ALIGN) { in ExtendedFormat()116 fTextAttr[0] |= LEFT_ALIGN; in ExtendedFormat()243 int mask = LEFT_ALIGN | CENTER_ALIGN | RIGHT_ALIGN; in getAlign()247 return Format.LEFT_ALIGN; in getAlign()255 return Format.LEFT_ALIGN; in getAlign()
219 fmt.setAlign(Format.LEFT_ALIGN); in handleAttribute()308 … if ((fmt.getAlign() == Format.LEFT_ALIGN) && (parentFormat.getAlign() != Format.LEFT_ALIGN)) in getResolved()385 if (fmt.getAlign()==Format.LEFT_ALIGN) in writeAttributes()
39 final public static int LEFT_ALIGN = 0x03; field in Format140 align = LEFT_ALIGN; in clearFormatting()