diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /helpcontent2/source/text/swriter/guide/page_break.xhp | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/source/text/swriter/guide/page_break.xhp')
-rw-r--r-- | helpcontent2/source/text/swriter/guide/page_break.xhp | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/helpcontent2/source/text/swriter/guide/page_break.xhp b/helpcontent2/source/text/swriter/guide/page_break.xhp new file mode 100644 index 000000000..d9c6b50ed --- /dev/null +++ b/helpcontent2/source/text/swriter/guide/page_break.xhp @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + --> + +<meta> + <topic id="textswriterguidepage_breakxml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Inserting and Deleting Page Breaks</title> + <filename>/text/swriter/guide/page_break.xhp</filename> + </topic> +</meta> +<body> + <bookmark xml-lang="en-US" branch="index" id="bm_id3155183"> + <bookmark_value>inserting; page breaks</bookmark_value> + <bookmark_value>deleting;page breaks</bookmark_value> + <bookmark_value>pages; inserting/deleting page breaks</bookmark_value> + <bookmark_value>manual page breaks</bookmark_value> + <bookmark_value>tables;deleting page breaks before</bookmark_value> + </bookmark> + <h1 id="hd_id3155183"><variable id="page_break"><link href="text/swriter/guide/page_break.xhp" name="Inserting and Deleting Page Breaks">Inserting and Deleting Page Breaks</link> +</variable></h1> + <h2 id="hd_id3149833">To Insert a Manual Page Break</h2> + <list type="ordered"> + <listitem> + <paragraph xml-lang="en-US" id="par_id3153402" role="listitem">Click in your document where you want the new page to begin.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3153119" role="listitem">Press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>.</paragraph> + </listitem> + </list> + <h2 id="hd_id3153135">To Delete a Manual Page Break</h2> + <list type="ordered"> + <listitem> + <paragraph xml-lang="en-US" id="par_id3149641" role="listitem">Click in front of the first character on the page that follows the manual page break.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3149608" role="listitem">Press Backspace.</paragraph> + </listitem> + </list> + <h2 id="hd_id3149624">To Delete a Manual Page Break That Occurs Before a Table</h2> + <list type="ordered"> + <listitem> + <paragraph xml-lang="en-US" id="par_id3145111" role="listitem">Right-click in the table, and choose <emph>Table</emph>.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3156254" role="listitem">Click the <link href="text/swriter/01/05090300.xhp" name="Text Flow"><emph>Text Flow</emph></link> tab.</paragraph> + </listitem> + <listitem> + <paragraph xml-lang="en-US" id="par_id3153380" role="listitem">Clear the <emph>Break</emph> check box.</paragraph> + </listitem> + </list> + <h2 id="hd_id151633462071702">To Quickly Switch Between Portrait and Landscape Page Layout</h2> + <embed href="text/swriter/guide/pageorientation.xhp#quick_orientation"/> + <tip id="par_id121633463140208">Read the help page <link href="text/swriter/guide/pageorientation.xhp" name="pageorientation_link">Changing Page Orientation</link> to learn more about advanced configurations that can be defined concerning page orientation.</tip> + + <section id="relatedtopics"> + <embed href="text/swriter/guide/pagenumbers.xhp#pagenumbers"/> + <embed href="text/swriter/01/04010000.xhp#ManualBreak_h1"/> + <embed href="text/swriter/guide/pageorientation.xhp#pageorientation"/> + </section> +</body> +</helpdocument> |