summaryrefslogtreecommitdiff
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.idl31
1 files changed, 6 insertions, 25 deletions
diff --git a/offapi/com/sun/star/table/CellVertJustify.idl b/offapi/com/sun/star/table/CellVertJustify.idl
index a09c8ab9fb75..092deddd5569 100644
--- a/offapi/com/sun/star/table/CellVertJustify.idl
+++ b/offapi/com/sun/star/table/CellVertJustify.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellVertJustify.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:18 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,46 +58,40 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_table_CellVertJustify_idl__
#define __com_sun_star_table_CellVertJustify_idl__
-
//=============================================================================
- module com { module sun { module star { module table {
+module com { module sun { module star { module table {
//=============================================================================
-// DocMerge from xml: enum com::sun::star::table::CellVertJustify
-/** enumeration used to specify how cell contents are aligned
- vertically.
+/** specifies how cell contents are aligned vertically.
*/
enum CellVertJustify
{
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::table::CellVertJustify::STANDARD
/** default alignment is used.
*/
STANDARD,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::table::CellVertJustify::TOP
/** contents are aligned with the upper edge of the cell.
*/
TOP,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::table::CellVertJustify::CENTER
/** contents are aligned to the vertical middle of the cell.
*/
CENTER,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::table::CellVertJustify::BOTTOM
/** contents are aligned to the lower edge of the cell.
*/
BOTTOM
@@ -108,18 +102,5 @@ enum CellVertJustify
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+