From 58350a811a8001f72b13f6ca3def5f32ea904e72 Mon Sep 17 00:00:00 2001 From: László Németh Date: Thu, 11 Apr 2024 13:38:42 +0200 Subject: tdf#132599 add "Hyphenation across" options Document new options of LO 24.8 to control hyphenation in last line of a column, page or spread. Follow-up to core commit 6e8819f29b6051a0e551d77512830539913ec277 "tdf#132599 cui offapi sw xmloff: add hyphenation-keep-type", core commit 9574a62add8e4901405e12117e75c86c2d2c2f21 "tdf#132599 cui offapi sw xmloff: implement hyphenate-keep" and core commit c8ee0e8f581b8a6e41b1a6b8aa4d40b442c1d463 "tdf160518 DOCX: import hyphenation-keep to fix layout". Change-Id: I1d7d6ef1b154f7c6dd55e99584d1d27ce46899ac Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166009 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/swriter/01/05030200.xhp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/text/swriter/01/05030200.xhp b/source/text/swriter/01/05030200.xhp index 9f0c9735a0..6722ef29b4 100644 --- a/source/text/swriter/01/05030200.xhp +++ b/source/text/swriter/01/05030200.xhp @@ -72,6 +72,17 @@

Hyphenate last word

Hyphenate the last word of paragraphs. Disabling this feature prevents the creation of almost empty lines containing only half a word. +

Hyphenation across

+Control hyphenation in the last line of a column, page or spread. + +

Column

+Deselect this check box to prevent words from being hyphenated across a column or page. + +

Page

+Deselect this check box to prevent words from being hyphenated across a page. + +

Spread

+Deselect this check box to prevent words from being hyphenated across a spread. (A spread is a set of two pages that are visible to the reader at the same time.)

Breaks

Specify the page or column break options. -- cgit