33 lines
2.4 KiB
HTML
33 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Insert page breaks</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Insert page breaks and keep lines together" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<h1>Insert page breaks</h1>
|
|
<p>In Document Editor, you can add the page break to start a new page and adjust pagination options.</p>
|
|
<p>To insert a page break at the current cursor position click the <b>Insert Page or Section break</b> <img alt="Insert Page or Section break" src="../images/pagebreak1.png" /> icon at the top toolbar or click the arrow next to this icon and select the <b>Insert Page Break</b> option from the menu.</p>
|
|
<p>To insert a page break before the selected paragraph i.e. to start this paragraph at the top of a new page:</p>
|
|
<ul>
|
|
<li>click the right mouse button and select the <b>Page break before</b> option in the menu, or</li>
|
|
<li>click the right mouse button, select the <b>Paragraph Advanced Settings</b> option in the menu or use the <b>Show advanced settings</b> link at the right sidebar, and check the <b>Page break before</b> box in the opened <b>Paragraph - Advanced Settings</b> window.
|
|
</li>
|
|
</ul>
|
|
<p>To keep lines together so that only whole paragraphs will be moved to the new page (i.e. there will be no page break between the lines within a single paragraph),</p>
|
|
<ul>
|
|
<li>click the right mouse button and select the <b>Keep lines together</b> option in the menu, or</li>
|
|
<li>click the right mouse button, select the <b>Paragraph Advanced Settings</b> option in the menu or use the <b>Show advanced settings</b> link at the right sidebar, and check the <b>Keep lines together</b> box in the opened <b>Paragraph - Advanced Settings</b> window.</li>
|
|
</ul>
|
|
<p>The <b>Paragraph - Advanced Settings</b> window allows you to set two more pagination options:</p>
|
|
<ul>
|
|
<li><b>Keep with next</b> - is used to prevent a page break between the selected paragraph and the next one.</li>
|
|
<li><b>Orphan control</b> - is selected by default and used to prevent a single line of the paragraph (the first or last) from appearing at the top or bottom of the page.</li>
|
|
</ul>
|
|
<p><img alt="Paragraph Advanced Settings - Indents & Placement" src="../images/paradvsettings_indents.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |