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 Presentation 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 14:19:11 +00:00
< p > The < b > Home< / b > tab in the < a target = "_blank" href = "https://www.onlyoffice.com/presentation-editor.aspx" onclick = "onhyperlinkclick(this)" > < b > Presentation Editor< / b > < / a > opens by default when you open a presentation. It allows you to set general slide parameters, format text, insert some objects, align and arrange them.< / p >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
2020-11-13 13:35:26 +00:00
< p > The corresponding window of the Online Presentation 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-11-13 13:35:26 +00:00
< p > The corresponding window of the Desktop Presentation 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-11-13 13:35:26 +00:00
< li > manage < a href = "../UsageInstructions/ManageSlides.htm" onclick = "onhyperlinkclick(this)" > slides< / a > and < a href = "../UsageInstructions/PreviewPresentation.htm" onclick = "onhyperlinkclick(this)" > start a slideshow< / a > ,< / li >
2018-01-12 14:52:45 +00:00
< li > format < a href = "../UsageInstructions/InsertText.htm#formattext" onclick = "onhyperlinkclick(this)" > text< / a > within a text box,< / li >
< li > insert < a href = "../UsageInstructions/InsertText.htm" onclick = "onhyperlinkclick(this)" > text boxes< / a > , < a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > pictures< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > shapes< / a > ,< / li >
< li > < a href = "../UsageInstructions/AlignArrangeObjects.htm" onclick = "onhyperlinkclick(this)" > align and arrange objects< / a > on a slide,< / li >
< li > < a href = "../UsageInstructions/CopyClearFormatting.htm" onclick = "onhyperlinkclick(this)" > copy/clear< / a > text formatting,< / li >
2018-06-07 15:31:00 +00:00
< li > change a < a href = "../UsageInstructions/SetSlideParameters.htm" onclick = "onhyperlinkclick(this)" > theme, color scheme or slide size< / a > .< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
< / html >