summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/RubyAdjust.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/RubyAdjust.idl')
-rw-r--r--offapi/com/sun/star/text/RubyAdjust.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/text/RubyAdjust.idl b/offapi/com/sun/star/text/RubyAdjust.idl
index 50112e1a06d5..6765963bc42a 100644
--- a/offapi/com/sun/star/text/RubyAdjust.idl
+++ b/offapi/com/sun/star/text/RubyAdjust.idl
@@ -20,39 +20,31 @@
#define __com_sun_star_text_RubyAdjust_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** These enumeration values describe the adjustment of ruby text.
*/
published enum RubyAdjust
{
- //-------------------------------------------------------------------------
/** adjusted to the left.
*/
LEFT,
- //-------------------------------------------------------------------------
/** centric adjusted.
*/
CENTER,
- //-------------------------------------------------------------------------
/** adjusted to the right.
*/
RIGHT,
- //-------------------------------------------------------------------------
/** adjusted to both borders / stretched
*/
BLOCK,
- //-------------------------------------------------------------------------
/** adjusted to both borders except for a small indent on both sides
*/
INDENT_BLOCK
};
-//=============================================================================
}; }; }; };