summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphStyle.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphStyle.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index 09eb46ea5478..e28bff659c91 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -23,29 +23,24 @@
#include <com/sun/star/style/Style.idl>
#include <com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies a style sheet for paragraphs within a
<type scope="com::sun::star::text">Text</type>.
*/
published service ParagraphStyle
{
- //-------------------------------------------------------------------------
/// specifies administrative properties.
service Style;
- //-------------------------------------------------------------------------
/** contains user defined attributes for paragraphs.
@see <type scope="com::sun::star::xml">ParaUserDefinedAttributesSupplier</type>
*/
[optional] service com::sun::star::xml::ParaUserDefinedAttributesSupplier;
- //-------------------------------------------------------------------------
/// specifies the style properties.
service ParagraphProperties;
@@ -57,7 +52,6 @@ published service ParagraphStyle
*/
[property] long ParaLeftMarginRelative;
- //-------------------------------------------------------------------------
/** determines the right margin of the paragraph relative to the ParaRightMargin
of the parent style.
@@ -67,7 +61,6 @@ published service ParagraphStyle
*/
[property] long ParaRightMarginRelative;
- //-------------------------------------------------------------------------
/** determines the top margin of the paragraph relative to the ParaTopMargin
of the parent style.
@@ -77,7 +70,6 @@ published service ParagraphStyle
*/
[property] long ParaTopMarginRelative;
- //-------------------------------------------------------------------------
/** determines the Bottom margin of the paragraph relative to the ParaBottomMargin
of the parent style.
@@ -86,45 +78,37 @@ published service ParagraphStyle
ParaBottomMargin value is used. </p>
*/
[property] long ParaBottomMarginRelative;
- //-------------------------------------------------------------------------
/** 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
@@ -136,7 +120,6 @@ published service ParagraphStyle
[optional, readonly, property] string PageStyleName;
};
-//=============================================================================
}; }; }; };