enum CellHoriJustify in module com::sun::star::table:: |
enum CellHoriJustify;
enumeration used to specify how cell contents are aligned horizontally.
Values Summary |
|
STANDARD | default alignment is used (left for numbers, right for text). |
LEFT | contents are aligned with the left edge of the cell. |
CENTER | contents are horizontally centered. |
RIGHT | contents are aligned to the right edge of the cell. |
BLOCK | contents are justified in the cell. |
REPEAT | contents are repeated to fill the cell. |
Values Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.