mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 16:21:23 +08:00
33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Guia Design</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>Guia Design</h1>
|
|
<p>A guia <b>Design</b> no <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Editor de apresentações</b></a> permite personalizar sua apresentação, ou seja, as cores, o design dos slides, etc.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>A janela correspondente do Editor de Apresentações Online:</p>
|
|
<p><img alt="Design tab" src="../images/interface/designtab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>A janela correspondente do Editor de Apresentações para Desktop:</p>
|
|
<p><img alt="Design tab" src="../images/interface/desktop_designtab.png" /></p>
|
|
</div>
|
|
<p>Usando essa guia, você pode:</p>
|
|
<ul>
|
|
<li>Trocar um <a href="../UsageInstructions/SetSlideParameters.htm" onclick="onhyperlinkclick(this)">tema, esquema de cores ou tamanho do slide</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |