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 Document 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-09-14 12:21:50 +00:00
< p > The < b > Insert< / b > tab allows adding some page formatting elements as well as visual objects and comments.< / 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 = "Insert tab" src = "../images/interface/inserttab.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 = "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 >
2019-05-15 11:40:18 +00:00
< li > insert a < a href = "../UsageInstructions/PageBreaks.htm" onclick = "onhyperlinkclick(this)" > blank page< / a > ,< / li >
2018-01-12 14:52:45 +00:00
< li > insert < a href = "../UsageInstructions/PageBreaks.htm" onclick = "onhyperlinkclick(this)" > page breaks< / a > , < a href = "../UsageInstructions/SectionBreaks.htm" onclick = "onhyperlinkclick(this)" > section breaks< / a > and < a href = "../UsageInstructions/SetPageParameters.htm#columns" onclick = "onhyperlinkclick(this)" > column breaks< / a > ,< / li >
2018-09-21 12:50:20 +00:00
< li > insert < a href = "../UsageInstructions/InsertTables.htm" onclick = "onhyperlinkclick(this)" > tables< / a > , < a href = "../UsageInstructions/InsertImages.htm" onclick = "onhyperlinkclick(this)" > images< / a > , < a href = "../UsageInstructions/InsertCharts.htm" onclick = "onhyperlinkclick(this)" > charts< / a > , < a href = "../UsageInstructions/InsertAutoshapes.htm" onclick = "onhyperlinkclick(this)" > shapes< / a > ,< / li >
2018-03-27 10:27:21 +00:00
< li > insert < a href = "../UsageInstructions/AddHyperlinks.htm" onclick = "onhyperlinkclick(this)" > hyperlinks< / a > , < a href = "../HelpfulHints/CollaborativeEditing.htm#comments" onclick = "onhyperlinkclick(this)" > comments< / a > ,< / li >
2020-09-14 12:21:50 +00:00
< li > insert < a href = "../UsageInstructions/InsertHeadersFooters.htm" onclick = "onhyperlinkclick(this)" > headers and footers< / a > , < a href = "../UsageInstructions/InsertPageNumbers.htm" onclick = "onhyperlinkclick(this)" > page numbers< / a > , < a href = "../UsageInstructions/InsertDateTime.htm" onclick = "onhyperlinkclick(this)" > date & amp time< / a > ,< / li >
2020-02-05 13:47:18 +00:00
< li > insert < a href = "../UsageInstructions/InsertTextObjects.htm" onclick = "onhyperlinkclick(this)" > text boxes and Text Art objects< / a > , < a href = "../UsageInstructions/InsertEquation.htm" onclick = "onhyperlinkclick(this)" > equations< / a > , < a href = "../UsageInstructions/InsertSymbols.htm" onclick = "onhyperlinkclick(this)" > symbols< / a > , < a href = "../UsageInstructions/InsertDropCap.htm" onclick = "onhyperlinkclick(this)" > drop caps< / a > , < a href = "../UsageInstructions/InsertContentControls.htm" onclick = "onhyperlinkclick(this)" > content controls< / a > .< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
< / html >