helpcenter/Web/Controls/Help/UserGuides/DocsDE.de.ascx
2021-11-25 16:12:18 +03:00

65 lines
6.0 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Benutzeranleitungen - Docs ONLYOFFICE Dokumenteneditor";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Benutzeranleitungen - ONLYOFFICE Docs Dokumenteneditor";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>Benutzeranleitungen</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Dokumenteneditor</h2>
<div class="described">
<p><b>ONLYOFFICE Dokumenteneditor</b> ist eine Online-Anwendung, mit der Sie Dokumente direkt in Ihrem Browser durchsehen und bearbeiten können.</p>
<p>Mit <b>ONLYOFFICE Dokumenteneditor</b> können Sie verschiedene Bearbeitungsvorgänge wie in jedem Desktop-Editor ausführen, die bearbeiteten Dokumente unter Beibehaltung aller Formatierungsdetails drucken oder als DOCX, PDF, ODT, TXT, DOTX, PDF/A, OTT, RTF, HTML-Dateien auf die Festplatte Ihres Computers herunterladen.</p>
</div>
<%--<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DocumentEditor/LocalizeDocumentEditor.ascx" /></h2>--%>
<ul>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/ProgramInterface/ProgramInterface.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ProgramInterface/DEProgramInterface.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Basicoperations/Basicoperations.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/BasicOperations/DEBasicOperations.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Pageformatting/Pageformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/PageFormatting/PageFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Paragraphformatting/Paragraphformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ParagraphFormatting/ParagraphFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Textformatting/Textformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/TextFormatting/DocumentTextFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Operationsonobjects/Operationsonobjects.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/OperationsOnObjects/DEOperationsOnObjects.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/MailMerge/MailMerge.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/MailMergeMenu/MailMergeMenu.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Mathequations/Mathequations.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/MathEquations/DEMathEquations.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Documentcoediting/LocalizeDocumentcoediting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/DocumentCoediting/DocumentCoediting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Plugins/LocalizePlugins.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/Plugins/DEPlugins.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Toolsandsettings/Toolsandsettings.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ToolsAndSettings/ToolsAndSettingsDocument.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Helpfulhints/LocalizeHelpfulhints.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/HelpfulHints/DEHelpfulHints.ascx" />
</li>
</ul>
</li>
</ul>
</div>