2018-01-12 14:52:45 +00:00
<!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" / >
< 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" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Search" type = "text" onkeypress = "doSearch(event)" >
2018-01-12 14:52:45 +00:00
< / div >
< h1 > Home tab< / h1 >
2021-04-30 13:51:49 +00:00
< 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 >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
2020-09-14 12:21:50 +00:00
< p > The corresponding window of the Online Document Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "Home tab" src = "../images/interface/hometab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
2020-09-14 12:21:50 +00:00
< p > The corresponding window of the Desktop Document Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "Home tab" src = "../images/interface/desktop_hometab.png" / > < / p >
< / div >
2018-01-12 14:52:45 +00:00
< p > Using this tab, you can:< / p >
< ul >
2020-09-14 12:21:50 +00:00
< li > adjust the font < a href = "../UsageInstructions/FontTypeSizeColor.htm" onclick = "onhyperlinkclick(this)" > type, its size and color< / a > ,< / li >
2018-01-12 14:52:45 +00:00
< li > apply font < a href = "../UsageInstructions/DecorationStyles.htm" onclick = "onhyperlinkclick(this)" > decoration styles< / a > ,< / li >
2020-09-14 12:21:50 +00:00
< li > select a < a href = "../UsageInstructions/BackgroundColor.htm" onclick = "onhyperlinkclick(this)" > background color< / a > for a paragraph,< / li >
2018-01-12 14:52:45 +00:00
< 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 >
2020-09-14 12:21:50 +00:00
< li > show/hide < a href = "../UsageInstructions/NonprintingCharacters.htm" onclick = "onhyperlinkclick(this)" > non-printing characters< / a > ,< / li >
2018-01-12 14:52:45 +00:00
< li > < a href = "../UsageInstructions/CopyClearFormatting.htm" onclick = "onhyperlinkclick(this)" > copy/clear< / a > text formatting,< / li >
2020-09-14 12:21:50 +00:00
< li > change the < a href = "../UsageInstructions/ChangeColorScheme.htm" onclick = "onhyperlinkclick(this)" > color scheme< / a > ,< / li >
2019-05-15 11:40:18 +00:00
< li class = "onlineDocumentFeatures" > use < a href = "../UsageInstructions/UseMailMerge.htm" onclick = "onhyperlinkclick(this)" > Mail Merge< / a > (available in the < em > online version< / em > only),< / li >
2018-06-07 15:31:00 +00:00
< li > manage < a href = "../UsageInstructions/FormattingPresets.htm" onclick = "onhyperlinkclick(this)" > styles< / a > .< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
< / html >