mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 20:47:06 +08:00
36 lines
2.2 KiB
HTML
36 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Slide Master tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Presentation Editor user interface - Slide Master tab" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/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>Slide Master tab</h1>
|
|
<p>The <b>Slide Master</b> tab in the <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a> allows managing your master slides for editing the layout of all slides simultaneously.</p>
|
|
<div class="notehelp">Please note that the <b>Slide Master</b> tab will become visible only when you enter the <b>Slide Master</b> mode.</div>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Presentation Editor:</p>
|
|
<p><img alt="Slide Master tab" src="../images/interface/slidemastertab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Presentation Editor:</p>
|
|
<p><img alt="Slide Master tab" src="../images/interface/desktop_slidemastertab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>add and delete <a href="../UsageInstructions/SlideMaster.htm" onclick="onhyperlinkclick(this)">master slides</a>,</li>
|
|
<li>edit the layout and formatting of <a href="../UsageInstructions/SlideMaster.htm" onclick="onhyperlinkclick(this)">master slides</a>,</li>
|
|
<li>rename <a href="../UsageInstructions/SlideMaster.htm" onclick="onhyperlinkclick(this)">master slides</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |