summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphStyle.idl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-30 14:24:41 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-30 14:24:41 +0000
commit70d2c8c65dea23ffc2e01088c0ed803b5648d4c1 (patch)
treee28acf8e2f189c82c3ba0b009c684bbb46699822 /offapi/com/sun/star/style/ParagraphStyle.idl
parent0c54eed4d38d7537f2f9dc3ef5e3f5aca482677f (diff)
INTEGRATION: CWS tl25 (1.8.2); FILE MERGED
2006/08/28 12:35:17 tl 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/09 09:35:46 tl 1.8.2.1: #i67189# adding propertiy PageStyleName
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphStyle.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphStyle.idl26
1 files changed, 24 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index 22d353d71907..d7d8aaee78a0 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ParagraphStyle.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-07-14 08:36:59 $
+ * last change: $Author: rt $ $Date: 2007-01-30 15:24:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,27 +115,49 @@ published service ParagraphStyle
/** determines the category of a paragraph style.@see com.sun.star.style.ParagraphStyleCategory
*/
[property] short Category;
+ //-------------------------------------------------------------------------
+
[property] float CharDiffHeight;
+ //-------------------------------------------------------------------------
+
/** This value contains the character height as percentage value relative to the height of
the character in the parent style.
*/
[property] short CharPropHeight;
+ //-------------------------------------------------------------------------
+
/** This value contains the character height as difference in point to the height of
the character in the parent style in Asian text.
*/
[property] float CharDiffHeightAsian;
+ //-------------------------------------------------------------------------
+
/** This value contains the character height as percentage value relative to the height of
the character in the parent style in Asian text.
*/
[property] short CharPropHeightAsian;
+ //-------------------------------------------------------------------------
+
/** This value contains the character height as difference in point to the height of
the character in the parent style in complex text.
*/
[property] float CharDiffHeightComplex;
+ //-------------------------------------------------------------------------
+
/** This value contains the character height as percentage value relative to the height of
the character in the parent style in complex text.
*/
[property] short CharPropHeightComplex;
+ //-------------------------------------------------------------------------
+
+ /** returns the name of the page style in use
+
+ <P>For setting the page style you have to use the
+ <member scope="com::sun::star::text">PageDescName</member>
+ properties.
+ </P>
+ */
+ [optional, readonly, property] string PageStyleName;
};
//=============================================================================