Freigeben über


TablePartStyleType-Klasse

Defines the TablePartStyleType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TablePartStyleType
        

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TableCellTextStyle))> _
<ChildElementInfoAttribute(GetType(TableCellStyle))> _
Public MustInherit Class TablePartStyleType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TablePartStyleType
[ChildElementInfoAttribute(typeof(TableCellTextStyle))]
[ChildElementInfoAttribute(typeof(TableCellStyle))]
public abstract class TablePartStyleType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

TablePartStyleType-Member

DocumentFormat.OpenXml.Drawing-Namespace

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TablePartStyleType
        DocumentFormat.OpenXml.Drawing.Band1Horizontal
        DocumentFormat.OpenXml.Drawing.Band1Vertical
        DocumentFormat.OpenXml.Drawing.Band2Horizontal
        DocumentFormat.OpenXml.Drawing.Band2Vertical
        DocumentFormat.OpenXml.Drawing.FirstColumn
        DocumentFormat.OpenXml.Drawing.FirstRow
        DocumentFormat.OpenXml.Drawing.LastColumn
        DocumentFormat.OpenXml.Drawing.LastRow
        DocumentFormat.OpenXml.Drawing.NortheastCell
        DocumentFormat.OpenXml.Drawing.NorthwestCell
        DocumentFormat.OpenXml.Drawing.SoutheastCell
        DocumentFormat.OpenXml.Drawing.SouthwestCell
        DocumentFormat.OpenXml.Drawing.WholeTable