mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
46 lines
2.5 KiB
HTML
46 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Insert page breaks</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Insert page breaks and get your spreadsheet ready for printing" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Insert page breaks</h1>
|
|
<p>In the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>, you can add a page break to get your spreadsheet ready for printing in separate pages.</p>
|
|
<p>To insert a page break at the current cursor position:</p>
|
|
<ol>
|
|
<li>click the arrow next to the <span class="icon icon-pagebreak1"></span> <b>Breaks</b> icon on the <b>Layout</b> tab of the top toolbar,</li>
|
|
<li>select the <b>Insert page break</b> option from the menu.</li>
|
|
</ol>
|
|
<p>The added page breaks are indicated in your spreadsheet with dotted lines.</p>
|
|
<p>Page breaks depend on the set <a href="../UsageInstructions/SavePrintDownload.htm#print" onclick="onhyperlinkclick(this)"><b>Margins</b>, <b>Orientation</b></a>, and <a href="../UsageInstructions/SavePrintDownload.htm#print" onclick="onhyperlinkclick(this)"><b>Size</b></a> parameters. If you change the parameters, repeat steps 2 and 3 of the instructions above.</p>
|
|
<p>To set the breaks back to default:</p>
|
|
<ol>
|
|
<li>click the arrow next to the <span class="icon icon-pagebreak1"></span> <b>Breaks</b> icon on the <b>Layout</b> tab of the top toolbar,</li>
|
|
<li>select the <b>Reset all page breaks</b> option,</li>
|
|
<li>
|
|
the default settings are as follows:
|
|
<ul>
|
|
<li><b>Margin</b> - Normal;</li>
|
|
<li><b>Size</b> - A4;</li>
|
|
<li><b>Orientation</b> - Portrait.</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<p>To remove a page break:</p>
|
|
<ol>
|
|
<li>click the arrow next to the <span class="icon icon-pagebreak1"></span> <b>Breaks</b> icon on the <b>Layout</b> tab of the top toolbar,</li>
|
|
<li>select the <b>Remove page break</b> option.</li>
|
|
</ol>
|
|
</div>
|
|
</body>
|
|
</html> |