Searched refs:getVertAlign (Results 1 – 4 of 4) sorted by relevance
310 …if ((fmt.getVertAlign() == Format.BOTTOM_ALIGN) && (parentFormat.getVertAlign() != Format.BOTTOM_A… in getResolved()311 resolvedFormat.setVertAlign(parentFormat.getVertAlign()); in getResolved()391 if (fmt.getVertAlign()==Format.TOP_ALIGN) in writeAttributes()394 if (fmt.getVertAlign()==Format.MIDDLE_ALIGN) in writeAttributes()397 if (fmt.getVertAlign()==Format.BOTTOM_ALIGN) in writeAttributes()
122 vertAlign = fmt.getVertAlign(); in Format()329 public int getVertAlign() { in getVertAlign() method in Format
123 int vertAlign = fmt.getVertAlign(); in ExtendedFormat()219 public int getVertAlign() { in getVertAlign() method in ExtendedFormat291 if(this.getVertAlign() != rhs.getVertAlign()) in compareTo()
418 fmt.setVertAlign(xf.getVertAlign()); in readCellFormat()