Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java71 public static final int MIDDLE_ALIGN = 0x20; field in ExtendedFormat
130 } else if(vertAlign==Format.MIDDLE_ALIGN) { in ExtendedFormat()
131 fTextAttr[0] |= MIDDLE_ALIGN; in ExtendedFormat()
221 int mask = MIDDLE_ALIGN | BOTTOM_ALIGN | TOP_ALIGN; in getVertAlign()
224 if(masked == MIDDLE_ALIGN) in getVertAlign()
225 return Format.MIDDLE_ALIGN; in getVertAlign()
246 if(masked == MIDDLE_ALIGN) in getAlign()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java227 fmt.setVertAlign(Format.MIDDLE_ALIGN); in handleAttribute()
394 if (fmt.getVertAlign()==Format.MIDDLE_ALIGN) in writeAttributes()
H A DFormat.java44 final public static int MIDDLE_ALIGN = 0x02; field in Format

Completed in 25 milliseconds