mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
38 lines
2.7 KiB
HTML
38 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Add hyphenation</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Hyphenate your document for linguistically correct word separation at the end of lines" />
|
|
<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>Add hyphenation</h1>
|
|
<p>Hyphenation is used to separate words at the end of lines with a '-' sign in a linguistically correct way.</p>
|
|
<p>To add hyphenation in the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>:</p>
|
|
<ol>
|
|
<li>Switch to the <b>Layout</b> tab of the top toolbar.</li>
|
|
<li>Click the <div class = "icon icon-hyphenation"></div> <b>Hyphenation</b> icon on the top toolbar and choose the <b>Automatic</b> menu item to apply hyphenation to the document.</li>
|
|
<li>
|
|
To access hyphenation settings, click the arrow below the <div class="icon icon-hyphenation"></div> <b>Hyphenation</b> icon, and select the <b>Hyphenation options</b> menu item:
|
|
<p><img alt="Hyphenation settings" src="../images/hyphenation_settings.png" /></p>
|
|
<ul>
|
|
<li><b>Automatically hyphenate document</b> - check this box to hyphenate the document.</li>
|
|
<li><b>Hyphenate words in CAPS</b> - uncheck this box for the words written in CAPS to be ignored during hyphenation.</li>
|
|
<li><b>Hyphenation zone</b> - enter a value manually to control the distance from the edge of the page where a hyphen is required.</li>
|
|
<li><b>Limit consecutive hyphens to</b> - enter a value manually to control the number of hyphens present consecutively, or leave the box unchanged with a default <em>No limit</em> option.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Click the <b>OK</b> button.</li>
|
|
</ol>
|
|
<p>To delete hyphenation, click the arrow below the <span class="icon icon-hyphenation"></span> <b>Hyphenation</b> icon, and select the <b>None</b> option.</p>
|
|
</div>
|
|
</body>
|
|
</html> |