diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-03-08 18:50:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-03-12 18:42:31 +0100 |
commit | 6f04bf5e90ff75288dcf75c43843edf798641e3d (patch) | |
tree | b0dd25d30e633d791274c2fd0453d6001d06b8f2 /offapi | |
parent | b7c79fc2efddc38bea2a459d146c2f80300eb34e (diff) |
SvxULSpaceItem: implement contextual spacing
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/ParagraphProperties.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index ce770eee1d79..885f320e6c7b 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -152,6 +152,15 @@ published service ParagraphProperties */ [property] long ParaBottomMargin; + /** determines if contextual spacing is used. + + @since LibreOffice 3.6 + + <p>If true, the top and bottom margins of the paragraph should not be + applied when the previous and next paragraphs have the same style.</p> + */ + [optional, property] boolean ParaContextMargin; + //------------------------------------------------------------------------- /** determines if the paragraph is included in the |