From 390d5cf871798108c4a45b78dfcdb22bbd4667cc Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 12 Jun 2021 16:35:25 -0300 Subject: tdf#126507 Add help page for Combine Text in Draw Change-Id: I8fc7b9fa152d732486ac59c3d9544ac12a39e5e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117082 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_sdraw.mk | 1 + source/text/sdraw/01/consolidatetext.xhp | 62 ++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 source/text/sdraw/01/consolidatetext.xhp diff --git a/AllLangHelp_sdraw.mk b/AllLangHelp_sdraw.mk index 94cceb925b..80629f7eb2 100644 --- a/AllLangHelp_sdraw.mk +++ b/AllLangHelp_sdraw.mk @@ -21,6 +21,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\ helpcontent2/source/text/sdraw/00/00000004 \ helpcontent2/source/text/sdraw/00/page_menu \ helpcontent2/source/text/sdraw/01/3dsettings_toolbar \ + helpcontent2/source/text/sdraw/01/consolidatetext \ helpcontent2/source/text/sdraw/01/delete_page \ helpcontent2/source/text/sdraw/01/duplicate_page \ helpcontent2/source/text/sdraw/01/insert_layer \ diff --git a/source/text/sdraw/01/consolidatetext.xhp b/source/text/sdraw/01/consolidatetext.xhp new file mode 100644 index 0000000000..fe371405fd --- /dev/null +++ b/source/text/sdraw/01/consolidatetext.xhp @@ -0,0 +1,62 @@ + + + + + + Consolidate Text Boxes + /text/sdraw/01/consolidatetext.xhp + + + + + +text box consolidation +join PDF lines;text box consolidation +combine text box;text box consolidation +combine text frames;text box consolidation + +
+

Text Box Consolidation

+Combine two or more selected text boxes into one. +
+
+Select two or more text boxes and either +Choose menu Shape - Consolidate Text. +Open context menu and choose Consolidate Text. +
+Text box consolidation joins several text boxes into a bigger text box, enabling text reflow inside the resulting box. +Consolidate text command is specially useful for editing PDF documents with %PRODUCTNAME Draw. +The function inspects the text fragments to see if they end in sentence-ending punctuation. If not, then the next text box's content is appended to it instead of starting a new paragraph. You must afterwards fix up paragraphing, and set paragraph properties. +

Remarks

+ + + The resulting text box is inserted into the current layer. + + + If the single text box objects are named, the resulting text box is unnamed. + + + Title and description of the single text boxes are lost. + + + The previous text box objects are deleted after consolidation. + + + Consolidation of lists requires attention to restore the list layout that has been affected by the position of the punctuation. This includes the case of numbering of style "1.", where he resulting list items are split after the dot. + + + For better results, combine adjacent text boxes with similar paragraph formatting. Character formatting inside the text boxes is preserved. Combining text boxes with different paragraph styles (headings, list and more) will require manual intervention to restore the original text layout. + + +
+ +
+ +
-- cgit v1.2.3