44 lines
3.4 KiB
HTML
44 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Document Editor user interface - Home tab" />
|
|
<link type="text/css" rel="stylesheet" href="../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="../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>Home tab</h1>
|
|
<p>The <b>Home</b> tab appears by default when you open the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>. It also allows formating fonts and paragraphs. Some other options are also available here, such as <span class="onlineDocumentFeatures"><b>Mail Merge</b></span> and color schemes.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Document Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Document Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/desktop_hometab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>adjust the font <a href="../UsageInstructions/FontTypeSizeColor.htm" onclick="onhyperlinkclick(this)">type, its size and color</a>,</li>
|
|
<li>apply font <a href="../UsageInstructions/DecorationStyles.htm" onclick="onhyperlinkclick(this)">decoration styles</a>,</li>
|
|
<li>select a <a href="../UsageInstructions/BackgroundColor.htm" onclick="onhyperlinkclick(this)">background color</a> for a paragraph,</li>
|
|
<li>create bulleted and numbered <a href="../UsageInstructions/CreateLists.htm" onclick="onhyperlinkclick(this)">lists</a>,</li>
|
|
<li>change paragraph <a href="../UsageInstructions/ParagraphIndents.htm" onclick="onhyperlinkclick(this)">indents</a>,</li>
|
|
<li>set paragraph <a href="../UsageInstructions/LineSpacing.htm" onclick="onhyperlinkclick(this)">line spacing</a>,</li>
|
|
<li><a href="../UsageInstructions/AlignText.htm" onclick="onhyperlinkclick(this)">align your text</a> in a paragraph,</li>
|
|
<li>show/hide <a href="../UsageInstructions/NonprintingCharacters.htm" onclick="onhyperlinkclick(this)">non-printing characters</a>,</li>
|
|
<li><a href="../UsageInstructions/CopyClearFormatting.htm" onclick="onhyperlinkclick(this)">copy/clear</a> text formatting,</li>
|
|
<li>change the <a href="../UsageInstructions/ChangeColorScheme.htm" onclick="onhyperlinkclick(this)">color scheme</a>,</li>
|
|
<li class="onlineDocumentFeatures">use <a href="../UsageInstructions/UseMailMerge.htm" onclick="onhyperlinkclick(this)">Mail Merge</a> (available in the <em>online version</em> only),</li>
|
|
<li>manage <a href="../UsageInstructions/FormattingPresets.htm" onclick="onhyperlinkclick(this)">styles</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |