Freigeben über


DefaultTextStyle-Klasse

Presentation Default Text Style.When the object is serialized out as xml, its qualified name is p:defaultTextStyle.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TextListStyleType
        DocumentFormat.OpenXml.Presentation.DefaultTextStyle

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class DefaultTextStyle _
    Inherits TextListStyleType
'Usage
Dim instance As DefaultTextStyle
public class DefaultTextStyle : TextListStyleType

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties <a:defPPr>

  • DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties <a:lvl1pPr>

  • DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties <a:lvl2pPr>

  • DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties <a:lvl3pPr>

  • DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties <a:lvl4pPr>

  • DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties <a:lvl5pPr>

  • DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties <a:lvl6pPr>

  • DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties <a:lvl7pPr>

  • DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties <a:lvl8pPr>

  • DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties <a:lvl9pPr>

  • DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

19.2.1.8 defaultTextStyle (Presentation Default Text Style)

This element specifies the default text styles that are to be used within the presentation. The text style defined here can be referenced when inserting a new slide if that slide is not associated with a master slide or if no styling information has been otherwise specified for the text within the presentation slide.

Parent Elements

presentation (§19.2.1.26)

Child Elements

Subclause

defPPr (Default Paragraph Style)

§21.1.2.2.2

extLst (Extension List)

§20.1.2.2.15

lvl1pPr (List Level 1 Text Style)

§21.1.2.4.13

lvl2pPr (List Level 2 Text Style)

§21.1.2.4.14

lvl3pPr (List Level 3 Text Style)

§21.1.2.4.15

lvl4pPr (List Level 4 Text Style)

§21.1.2.4.16

lvl5pPr (List Level 5 Text Style)

§21.1.2.4.17

lvl6pPr (List Level 6 Text Style)

§21.1.2.4.18

lvl7pPr (List Level 7 Text Style)

§21.1.2.4.19

lvl8pPr (List Level 8 Text Style)

§21.1.2.4.20

lvl9pPr (List Level 9 Text Style)

§21.1.2.4.21

[Note: The W3C XML Schema definition of this element's content model (CT_TextListStyle) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DefaultTextStyle-Member

DocumentFormat.OpenXml.Presentation-Namespace