helpcenter/Web/OfficeWeb/apps/documenteditor/ProgramInterface/ReferencesTab.htm
2019-12-10 17:18:55 +03:00

35 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>References tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Document Editor user interface - References 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">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>References tab</h1>
<p>The <b>References</b> tab allows to manage different types of references: add and refresh a table of contents, create and edit footnotes, insert hyperlinks.</p>
<div class="onlineDocumentFeatures">
<p>Online Document Editor window:</p>
<p><img alt="References tab" src="../images/interface/referencestab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Desktop Document Editor window:</p>
<p><img alt="References tab" src="../images/interface/desktop_referencestab.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>
<li>create and automatically update a <a href="../UsageInstructions/CreateTableOfContents.htm" onclick="onhyperlinkclick(this)">table of contents</a>,</li>
<li>insert <a href="../UsageInstructions/InsertFootnotes.htm" onclick="onhyperlinkclick(this)">footnotes</a>,</li>
<li>insert <a href="../UsageInstructions/AddHyperlinks.htm" onclick="onhyperlinkclick(this)">hyperlinks</a>,</li>
<li>add <a href="../UsageInstructions/InsertBookmarks.htm" onclick="onhyperlinkclick(this)">bookmarks</a>.</li>
</ul>
</div>
</body>
</html>