Home
last modified time | relevance | path

Searched refs:TOP_ALIGN (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java70 public static final int TOP_ALIGN = 0x10; field in ExtendedFormat
126 if(vertAlign==Format.TOP_ALIGN) { in ExtendedFormat()
127 fTextAttr[0] |= TOP_ALIGN; in ExtendedFormat()
221 int mask = MIDDLE_ALIGN | BOTTOM_ALIGN | TOP_ALIGN; in getVertAlign()
230 if(masked == TOP_ALIGN) in getVertAlign()
231 return Format.TOP_ALIGN; in getVertAlign()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java225 fmt.setVertAlign(Format.TOP_ALIGN); in handleAttribute()
391 if (fmt.getVertAlign()==Format.TOP_ALIGN) in writeAttributes()
H A DFormat.java43 final public static int TOP_ALIGN = 0x01; field in Format

Completed in 30 milliseconds