offapi/com/sun/star/style/ParagraphProperties.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
New commits: commit d0eaf32858f92761e23acb0155d56514af246a51 Author: László Németh <nem...@numbertext.org> AuthorDate: Wed Apr 2 00:48:49 2025 +0200 Commit: László Németh <nem...@numbertext.org> CommitDate: Wed Apr 2 09:44:59 2025 +0200 tdf#165984 offapi: document inheritance of end zones Document inheritance of the previously added paragraph properties: com::sun::star::text::ParaHyphenationZoneAlways com::sun::star::text::ParaHyphenationZoneColumn com::sun::star::text::ParaHyphenationZonePage com::sun::star::text::ParaHyphenationZoneSpread Follow-up to commit 7d384fb1c232f7aa720436bc68dc1de334bf7297 "tdf#165984 sw cui xmloff: add Paragraph/Column/Page/Spread end zone" (where the new paragraph properties were introduced). Change-Id: I90e275472e487a566b8e9cbb3fe511ec1e1e7874 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183603 Tested-by: László Németh <nem...@numbertext.org> Reviewed-by: László Németh <nem...@numbertext.org> diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 645dfc091e3c..2db7752a0cd2 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -470,6 +470,10 @@ published service ParagraphProperties /** specifies the paragraph end zone, i.e. allowed extra white space in the last full line of paragraph before applying hyphenation. + <p>If set to 0, ParaHyphenationZone is used for line breaking.</p> + + @see ParaHyphenationZone + @since LibreOffice 25.8 */ [optional, property] long ParaHyphenationZoneAlways; @@ -477,6 +481,10 @@ published service ParagraphProperties /** specifies the column end zone, i.e. allowed extra white space in the last line of columns before applying hyphenation. + <p>If set to 0, ParaHyphenationZoneAlways is used for line breaking.</p> + + @see ParaHyphenationZoneAlways + @since LibreOffice 25.8 */ [optional, property] long ParaHyphenationZoneColumn; @@ -484,6 +492,10 @@ published service ParagraphProperties /** specifies the page end zone, i.e. allowed extra white space in the last line of page before applying hyphenation. + <p>If set to 0, ParaHyphenationZoneColumn is used for line breaking.</p> + + @see ParaHyphenationZoneColumn + @since LibreOffice 25.8 */ [optional, property] long ParaHyphenationZonePage; @@ -491,6 +503,10 @@ published service ParagraphProperties /** specifies the spread end zone, i.e. allowed extra white space in the last line of spread before applying hyphenation. + <p>If set to 0, ParaHyphenationZonePage is used for line breaking.</p> + + @see ParaHyphenationZonePage + @since LibreOffice 25.8 */ [optional, property] long ParaHyphenationZoneSpread;