Home
last modified time | relevance | path

Searched refs:BOTTOM_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.java72 public static final int BOTTOM_ALIGN = 0x30; field in ExtendedFormat
128 } else if(vertAlign==Format.BOTTOM_ALIGN) { in ExtendedFormat()
129 fTextAttr[0] |= BOTTOM_ALIGN; in ExtendedFormat()
133 fTextAttr[0] |= BOTTOM_ALIGN; in ExtendedFormat()
221 int mask = MIDDLE_ALIGN | BOTTOM_ALIGN | TOP_ALIGN; in getVertAlign()
227 if(masked == BOTTOM_ALIGN) in getVertAlign()
228 return Format.BOTTOM_ALIGN; in getVertAlign()
233 return Format.BOTTOM_ALIGN; in getVertAlign()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java229 fmt.setVertAlign(Format.BOTTOM_ALIGN); in handleAttribute()
310 …if ((fmt.getVertAlign() == Format.BOTTOM_ALIGN) && (parentFormat.getVertAlign() != Format.BOTTOM_A… in getResolved()
397 if (fmt.getVertAlign()==Format.BOTTOM_ALIGN) in writeAttributes()
H A DFormat.java45 final public static int BOTTOM_ALIGN = 0x03; field in Format
141 vertAlign = BOTTOM_ALIGN; in clearFormatting()

Completed in 17 milliseconds