Freigeben über


StyleTableProperties-Klasse

Style Table Properties.When the object is serialized out as xml, its qualified name is w:tblPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TableStyleRowBandSize))> _
<ChildElementInfoAttribute(GetType(TableStyleColumnBandSize))> _
<ChildElementInfoAttribute(GetType(TableJustification))> _
<ChildElementInfoAttribute(GetType(TableCellSpacing))> _
<ChildElementInfoAttribute(GetType(TableIndentation))> _
<ChildElementInfoAttribute(GetType(TableBorders))> _
<ChildElementInfoAttribute(GetType(Shading))> _
<ChildElementInfoAttribute(GetType(TableCellMarginDefault))> _
Public Class StyleTableProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As StyleTableProperties
[ChildElementInfoAttribute(typeof(TableStyleRowBandSize))]
[ChildElementInfoAttribute(typeof(TableStyleColumnBandSize))]
[ChildElementInfoAttribute(typeof(TableJustification))]
[ChildElementInfoAttribute(typeof(TableCellSpacing))]
[ChildElementInfoAttribute(typeof(TableIndentation))]
[ChildElementInfoAttribute(typeof(TableBorders))]
[ChildElementInfoAttribute(typeof(Shading))]
[ChildElementInfoAttribute(typeof(TableCellMarginDefault))]
public class StyleTableProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • TableStyleRowBandSize <w:tblStyleRowBandSize>

  • TableStyleColumnBandSize <w:tblStyleColBandSize>

  • TableJustification <w:jc>

  • TableCellSpacing <w:tblCellSpacing>

  • TableIndentation <w:tblInd>

  • TableBorders <w:tblBorders>

  • Shading <w:shd>

  • TableCellMarginDefault <w:tblCellMar>

Threadsicherheit

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

Siehe auch

Referenz

StyleTableProperties-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace