diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-19 09:52:03 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-19 09:52:03 +0000 |
commit | 8183e0d436a87e10a8976d67d743e5fb6b45f436 (patch) | |
tree | d137f600a024fe6fb04e9c6e5f3c2929f3446731 /offapi | |
parent | d73d167d1ce3d766d2dcba192c93868e615451b9 (diff) |
ruby, scaling and rotation added
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/CharacterProperties.idl | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 7d42aff22608..0fffcd4333b1 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: CharacterProperties.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-02-14 13:45:09 $ + * last change: $Author: os $ $Date: 2001-02-19 10:52:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -335,6 +335,40 @@ service CharacterProperties @optional */ [optional, property] short CharEmphasize; + //------------------------------------------------------------------------- + /** contains the text that is set as ruby. + @optional + */ + [optional, property] string RubyText; + //------------------------------------------------------------------------- + /** determins the adjustment of the ruby text as <type scope="com::sun::star::text">RubyAdjust</type>. + @optional + */ + [optional, property] short RubyAdjust; + //------------------------------------------------------------------------- + /** contains the name of the character style that is applied to RubyText. + @optional + */ + [optional, property] string RubyCharStyleName; + + //------------------------------------------------------------------------- + /** determins the rotation of a character in degree. + <p>Depending on the implementation only certain values may be allowed. + </p> + @optional + */ + [optional, property] short CharRotation; + //------------------------------------------------------------------------- + /** determins whether the text formatting tries to fit rotated text into the + surrounded line height. + @optional + */ + [optional, property] boolean CharRotationIsFitToLine; + //------------------------------------------------------------------------- + /** determins the percentage value of scaling of characters. + @optional + */ + [optional, property] short CharScaleWidth; }; //============================================================================= |