summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextVerticalAdjust.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextVerticalAdjust.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/TextVerticalAdjust.idl b/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
index e9b292946ab1..8ee5abd8055d 100644
--- a/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
+++ b/offapi/com/sun/star/drawing/TextVerticalAdjust.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_drawing_TextVerticalAdjust_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** This enumeration specifies the vertical position of text inside a shape in
relation to the shape.
@@ -32,35 +30,30 @@
*/
published enum TextVerticalAdjust
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::TextAdjust::LEFT
/** The top edge of the text is adjusted to the top edge of the shape.
*/
TOP,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::TextAdjust::CENTER
/** The text is centered inside the shape.
*/
CENTER,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::TextAdjust::RIGHT
/** The bottom edge of the text is adjusted to the bottom edge of the shape.
*/
BOTTOM,
- //-------------------------------------------------------------------------
/** The text extends from the top to the bottom edge of the shape.
*/
BLOCK
};
-//=============================================================================
}; }; }; };