Searched refs:getAlign (Results 1 – 5 of 5) sorted by relevance
308 … if ((fmt.getAlign() == Format.LEFT_ALIGN) && (parentFormat.getAlign() != Format.LEFT_ALIGN)) in getResolved()309 resolvedFormat.setAlign(parentFormat.getAlign()); in getResolved()382 if (fmt.getAlign()==Format.RIGHT_ALIGN) in writeAttributes()385 if (fmt.getAlign()==Format.LEFT_ALIGN) in writeAttributes()388 if (fmt.getAlign()==Format.CENTER_ALIGN) in writeAttributes()
121 align = fmt.getAlign(); in Format()348 public int getAlign() { in getAlign() method in Format
110 int align = fmt.getAlign(); in ExtendedFormat()241 public int getAlign() { in getAlign() method in ExtendedFormat294 if(this.getAlign() != rhs.getAlign()) in compareTo()
96 short getAlign = oObj.getAlignment() ; in _setAlignment() local97 result = newAlign == getAlign ; in _setAlignment()
417 fmt.setAlign(xf.getAlign()); in readCellFormat()
Completed in 31 milliseconds