2018-02-16 12:57:36 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Registerkarte Start< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Introducing the Document Editor user interface - Home tab" / >
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
2022-03-21 00:34:33 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2018-02-16 12:57:36 +00:00
< 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" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Suche" type = "text" onkeypress = "doSearch(event)" >
2018-02-16 12:57:36 +00:00
< / div >
< h1 > Registerkarte Start< / h1 >
2021-04-30 13:51:49 +00:00
< p > Die Registerkarte < b > Start< / b > im < a target = "_blank" href = "https://www.onlyoffice.com/de/document-editor.aspx" onclick = "onhyperlinkclick(this)" > < b > Dokumenteneditor< / b > < / a > wird standardmäßig geöffnet, wenn Sie ein beliebiges Dokument öffnen. Über diese Registerkarte können Sie Schriftart und Absätze formatieren. Auch einige andere Optionen sind hier verfügbar, wie < span class = "onlineDocumentFeatures" > Seriendruck und< / span > Farbschemata.< / p >
2020-08-12 11:25:32 +00:00
< div class = "onlineDocumentFeatures" >
< p > Dialogbox Online-Dokumenteneditor:< / p >
< p > < img alt = "Registerkarte Start" src = "../images/interface/hometab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
< p > Dialogbox Desktop-Dokumenteneditor:< / p >
< p > < img alt = "Registerkarte Start" src = "../images/interface/desktop_hometab.png" / > < / p >
< / div >
< p > Sie können:< / p >
2018-02-16 12:57:36 +00:00
< ul >
< li > < a href = "../UsageInstructions/FontTypeSizeColor.htm" onclick = "onhyperlinkclick(this)" > Schriftart, -größe und -farbe< / a > anpassen,< / li >
2020-08-12 11:25:32 +00:00
< li > < a href = "../UsageInstructions/DecorationStyles.htm" onclick = "onhyperlinkclick(this)" > Dekostile< / a > anwenden,< / li >
2018-02-16 12:57:36 +00:00
< li > die < a href = "../UsageInstructions/BackgroundColor.htm" onclick = "onhyperlinkclick(this)" > Hintergrundfarbe< / a > für einen Absatz auswählen,< / li >
< li > Aufzählungszeichen und nummerierte < a href = "../UsageInstructions/CreateLists.htm" onclick = "onhyperlinkclick(this)" > Listen< / a > erstellen,< / li >
< li > < a href = "../UsageInstructions/ParagraphIndents.htm" onclick = "onhyperlinkclick(this)" > Absatzeinzüge< / a > ändern,< / li >
< li > den < a href = "../UsageInstructions/LineSpacing.htm" onclick = "onhyperlinkclick(this)" > Zeilenabstand< / a > in den Absätzen einstellen,< / li >
< li > Ihren Text in der Zeile oder im Absatz < a href = "../UsageInstructions/AlignText.htm" onclick = "onhyperlinkclick(this)" > ausrichten< / a > ,< / li >
< li > < a href = "../UsageInstructions/NonprintingCharacters.htm" onclick = "onhyperlinkclick(this)" > Formatierungszeichen< / a > ein- und ausblenden,< / li >
2020-08-12 11:25:32 +00:00
< li > die Textformatierung < a href = "../UsageInstructions/CopyClearFormatting.htm" onclick = "onhyperlinkclick(this)" > kopieren/entfernen< / a > ,< / li >
2018-02-16 12:57:36 +00:00
< li > das < a href = "../UsageInstructions/ChangeColorScheme.htm" onclick = "onhyperlinkclick(this)" > Farbschema< / a > ändern,< / li >
2020-08-12 11:25:32 +00:00
< li class = "onlineDocumentFeatures" > < a href = "../UsageInstructions/UseMailMerge.htm" onclick = "onhyperlinkclick(this)" > Seriendruck< / a > anwenden (nur in der < em > Online-Version< / em > verfügbar,< / li >
< li > < a href = "../UsageInstructions/FormattingPresets.htm" onclick = "onhyperlinkclick(this)" > Stile< / a > verwalten.< / li >
2018-02-16 12:57:36 +00:00
< / ul >
< / div >
< / body >
< / html >