TextListStyleType Class

Defines the TextListStyleType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TextListStyleType
        DocumentFormat.OpenXml.Presentation.BodyStyle
        DocumentFormat.OpenXml.Presentation.DefaultTextStyle
        DocumentFormat.OpenXml.Presentation.NotesStyle
        DocumentFormat.OpenXml.Presentation.OtherStyle
        DocumentFormat.OpenXml.Presentation.TitleStyle

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DefaultParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level4ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level5ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level1ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level2ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level3ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level6ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level7ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level8ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(Level9ParagraphProperties))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class TextListStyleType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TextListStyleType
[ChildElementInfoAttribute(typeof(DefaultParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level4ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level5ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level1ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level2ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level3ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level6ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level7ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level8ParagraphProperties))]
[ChildElementInfoAttribute(typeof(Level9ParagraphProperties))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class TextListStyleType : OpenXmlCompositeElement

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>

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

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace