diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-21 12:26:45 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-21 12:26:45 +0000 |
commit | 3caac741dba216601d9bc019b964fa6c7613891a (patch) | |
tree | 82e051d1eb8b7a95d1a7cd818e8c98602159634f /offapi | |
parent | 2109b04a7d021e577cdf3f4c00adaf12e6043110 (diff) |
#87306# ruby property RubyIsAbove implemented
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/CharacterProperties.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 119d04c7ef53..3fabc25f6660 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: os $ $Date: 2001-03-12 14:17:50 $ + * last change: $Author: os $ $Date: 2001-05-21 13:26:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -355,6 +355,11 @@ service CharacterProperties @optional */ [optional, property] string RubyCharStyleName; + //------------------------------------------------------------------------- + /** determins whether the ruby text is printed above/left or below/right of the text. + @optional + */ + [optional, property] boolean RubyIsAbove; //------------------------------------------------------------------------- /** determins the rotation of a character in degree. |