summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/CellVertJustify.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellVertJustify.idl')
-rw-r--r--offapi/com/sun/star/table/CellVertJustify.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/table/CellVertJustify.idl b/offapi/com/sun/star/table/CellVertJustify.idl
index 427a77dec092..b11e75570230 100644
--- a/offapi/com/sun/star/table/CellVertJustify.idl
+++ b/offapi/com/sun/star/table/CellVertJustify.idl
@@ -20,35 +20,29 @@
#ifndef __com_sun_star_table_CellVertJustify_idl__
#define __com_sun_star_table_CellVertJustify_idl__
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** specifies how cell contents are aligned vertically.
*/
published enum CellVertJustify
{
- //-------------------------------------------------------------------------
/** default alignment is used.
*/
STANDARD,
- //-------------------------------------------------------------------------
/** contents are aligned with the upper edge of the cell.
*/
TOP,
- //-------------------------------------------------------------------------
/** contents are aligned to the vertical middle of the cell.
*/
CENTER,
- //-------------------------------------------------------------------------
/** contents are aligned to the lower edge of the cell.
*/
@@ -56,7 +50,6 @@ published enum CellVertJustify
};
-//=============================================================================
}; }; }; };