summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextHorizontalAdjust.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextHorizontalAdjust.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl b/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
index 0cde44e0e792..61eb05b4294e 100644
--- a/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
+++ b/offapi/com/sun/star/drawing/TextHorizontalAdjust.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_drawing_TextHorizontalAdjust_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** This enumeration specifies the horizontal position of text inside a shape in
relation to the shape.
@@ -32,32 +30,27 @@
*/
published enum TextHorizontalAdjust
{
- //-------------------------------------------------------------------------
/** The left edge of the text is adjusted to the left edge of the shape.
*/
LEFT,
- //-------------------------------------------------------------------------
/** The text is centered inside the shape.
*/
CENTER,
- //-------------------------------------------------------------------------
/** The right edge of the text is adjusted to the right edge of the shape.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** The text extends from the left to the right edge of the shape.
*/
BLOCK
};
-//=============================================================================
}; }; }; };