2018-01-12 14:52:45 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Insert tab< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Introducing the Presentation Editor user interface - Insert 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 > Insert tab< / h1 >
2020-11-13 13:35:26 +00:00
< p > The < b > Insert< / b > tab allows adding visual objects and comments to your presentation.< / 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 = "Insert tab" src = "../images/interface/inserttab.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 = "Insert tab" src = "../images/interface/desktop_inserttab.png" / > < / p >
< / div >
2018-01-12 14:52:45 +00:00
< p > Using this tab, you can:< / p >
< ul >
< li > insert < a href = "../UsageInstructions/InsertTables.htm" onclick = "onhyperlinkclick(this)" > tables< / a > ,< / li >
< li > insert < a href = "../UsageInstructions/InsertText.htm" onclick = "onhyperlinkclick(this)" > text boxes and Text Art objects< / a > , < a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > pictures< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > shapes< / a > , < a href = "../UsageInstructions/InsertCharts.htm" onclick = "onhyperlinkclick(this)" > charts< / a > ,< / li >
< li > insert < a href = "../HelpfulHints/CollaborativeEditing.htm#comments" onclick = "onhyperlinkclick(this)" > comments< / a > and < a href = "../UsageInstructions/AddHyperlinks.htm" onclick = "onhyperlinkclick(this)" > hyperlinks< / a > ,< / li >
2019-12-19 08:42:10 +00:00
< li > insert < a href = "../UsageInstructions/InsertHeadersFooters.htm" onclick = "onhyperlinkclick(this)" > footers, date and time, slide numbers< / a > .< / li >
2020-02-05 13:47:18 +00:00
< li > insert < a href = "../UsageInstructions/InsertEquation.htm" onclick = "onhyperlinkclick(this)" > equations< / a > , < a href = "../UsageInstructions/InsertSymbols.htm" onclick = "onhyperlinkclick(this)" > symbols< / a > .< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
< / html >