mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 23:43:19 +08:00
40 lines
3.3 KiB
HTML
40 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Symbole</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Insert and customize thousands of vector icons in ONLYOFFICE Docs editors" />
|
|
<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>Symbole</h1>
|
|
<p>Im <a href="https://www.onlyoffice.com/de/document-editor.aspx?utm_source=helpcenter&utm_medium=article&utm_campaign=document-editor"><b>Dokumenteneditor</b></a>, <a href="https://www.onlyoffice.com/de/spreadsheet-editor.aspx?utm_source=helpcenter&utm_medium=article&utm_campaign=spreadsheet-editor"><b>Tabellenkalkulationseditor</b></a>, <a href="https://www.onlyoffice.com/de/presentation-editor.aspx?utm_source=helpcenter&utm_medium=article&utm_campaign=presentation-editor"><b>Präsentationseditor</b></a> und <a href="https://www.onlyoffice.com/de/pdf-editor.aspx?utm_source=helpcenter&utm_medium=article&utm_campaign=pdf-editor"><b>PDF-Editor</b></a> können Sie Tausende von Vektorsymbolen mithilfe des Plugins <span class="icon icon-icons_icon"></span> <b>Symbole</b> einfügen und anpassen. Das Plugin basiert auf der Bibliothek <a href="https://fontawesome.com">Font Awesome</a>. Weitere Informationen finden Sie auf der <a href="https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/icons" target="_blank">GitHub-Seite</a> des Plugins.</p>
|
|
<p class="note">Ab ONLYOFFICE Docs 8.2 werden keine Plugins mehr standardmäßig mit den Editoren geliefert. Die Plugins müssen über die <span class="icon icon-plugin_manager"></span> <a href="https://helpcenter.onlyoffice.com/docs/userguides/plugins/PluginManager.aspx" target="_blank"><b>Plugin-Verwaltung</b></a> installiert werden.</p>
|
|
<ol>
|
|
<li>Wechseln Sie zur Registerkarte <b>Plugins</b> und wählen Sie <div class="icon icon-icons_icon"></div> <b>Symbole</b>.</li>
|
|
<li>Suchen Sie das gewünschte Symbol entweder über das Dropdown-Menü <b>Kategorie</b> oder mithilfe des Felds <b>Suchen</b>.</li>
|
|
<li>
|
|
Wählen Sie den gewünschten Symbolstil: <b>Regular</b>, <b>Solid</b> oder <b>Brands</b>.
|
|
<p><img alt="ONLYOFFICE Icons plugin interface" src="../images/Icons-plugin.png" /></p>
|
|
</li>
|
|
<li>Wählen Sie das Symbol aus und klicken Sie auf <b>Einfügen</b>.</li>
|
|
</ol>
|
|
|
|
<h2>Eingefügte Symbole anpassen</h2>
|
|
<p>Sobald ein Symbol eingefügt wurde, können Sie es über das Menü <b>Formeinstellungen</b> im rechten Seitenbereich anpassen:</p>
|
|
<ul>
|
|
<li>Die Größe des Symbols ändern.</li>
|
|
<li>Die Farbe des Symbols ändern.</li>
|
|
<li>Stil und Form anpassen.</li>
|
|
<li>Das Symbol zur weiteren Bearbeitung in eine Form umwandeln.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |