DefaultTextStyle Class

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

Inheritance Hierarchy

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

Remarks

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 1st Edition]

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DefaultTextStyle Members

DocumentFormat.OpenXml.Presentation Namespace