mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 06:57:25 +08:00
33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Design tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Presentation Editor user interface - Design 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>Design tab</h1>
|
|
<p>The <b>Design</b> tab in the <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a> allows you to customize your presentation, i.e., its colours, slide design, etc.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Presentation Editor:</p>
|
|
<p><img alt="Design tab" src="../images/interface/designtab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Presentation Editor:</p>
|
|
<p><img alt="Design tab" src="../images/interface/desktop_designtab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>change a <a href="../UsageInstructions/SetSlideParameters.htm" onclick="onhyperlinkclick(this)">theme, color scheme or slide size</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |