Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java310 …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()
H A DFormat.java122 vertAlign = fmt.getVertAlign(); in Format()
329 public int getVertAlign() { in getVertAlign() method in Format
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java123 int vertAlign = fmt.getVertAlign(); in ExtendedFormat()
219 public int getVertAlign() { in getVertAlign() method in ExtendedFormat
291 if(this.getVertAlign() != rhs.getVertAlign()) in compareTo()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java418 fmt.setVertAlign(xf.getVertAlign()); in readCellFormat()