mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 14:54:04 +08:00
38 lines
2.6 KiB
HTML
38 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Guia Proteção</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="descrição" content="Apresentando a interface do usuário do Editor de Planilhas - Guia Proteção" />
|
|
<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="../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 Proteção</h1>
|
|
<p>A guia <b>Proteção</b> no <a href="https://www.onlyoffice.com/pt/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Editor de Planilhas</b></a> permite impedir o acesso não autorizado criptografando e protegendo a pasta de trabalho ou as planilhas.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>A janela correspondente do Editor de Planilhas Online:</p>
|
|
<p><img alt="Guia Proteção" src="../images/interface/protectiontab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>A janela correspondente do Editor de Planilhas da área de trabalho:</p>
|
|
<p><img alt="Guia Poteção" src="../images/interface/desktop_protectiontab.png" /></p>
|
|
</div>
|
|
<p>Usando esta guia, você pode:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/Password.htm" onclick="onhyperlinkclick(this)">Criptografe</a> seu documento definindo uma senha,</li>
|
|
<li><a href="../UsageInstructions/ProtectWorkbook.htm" onclick="onhyperlinkclick(this)">Proteja a estrutura da pasta de trabalho</a> com ou sem senha,</li>
|
|
<li><a href="../UsageInstructions/ProtectSheet.htm" onclick="onhyperlinkclick(this)">Proteja a planilha</a> restringindo as habilidades de edição em uma planilha com ou sem senha,</li>
|
|
<li><a href="../UsageInstructions/AllowEditRanges.htm" onclick="onhyperlinkclick(this)">Permitir intervalos de edição</a> de células bloqueadas com ou sem senha,</li>
|
|
<li>Ative e desative o seguinte <a href="../UsageInstructions/ProtectSpreadsheet.htm" onclick="onhyperlinkclick(this)">opções</a>: <b>Célula bloqueada</b>, <b>Fórmulas ocultas</b>, <b>Forma bloqueada</b>, <b>Bloquear texto</b>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|