Freigeben über


TextListStyleType-Klasse

Defines the TextListStyleType class.

Vererbungshierarchie

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

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>

Threadsicherheit

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

Siehe auch

Referenz

TextListStyleType-Member

DocumentFormat.OpenXml.Presentation-Namespace