Freigeben über


TableStyleConditionalFormattingTableCellProperties-Klasse

Table Style Conditional Formatting Table Cell Properties.When the object is serialized out as xml, its qualified name is w:tcPr.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TableCellBorders))> _
<ChildElementInfoAttribute(GetType(TableCellMargin))> _
<ChildElementInfoAttribute(GetType(Shading))> _
<ChildElementInfoAttribute(GetType(NoWrap))> _
<ChildElementInfoAttribute(GetType(TableCellVerticalAlignment))> _
Public Class TableStyleConditionalFormattingTableCellProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TableStyleConditionalFormattingTableCellProperties
[ChildElementInfoAttribute(typeof(TableCellBorders))]
[ChildElementInfoAttribute(typeof(TableCellMargin))]
[ChildElementInfoAttribute(typeof(Shading))]
[ChildElementInfoAttribute(typeof(NoWrap))]
[ChildElementInfoAttribute(typeof(TableCellVerticalAlignment))]
public class TableStyleConditionalFormattingTableCellProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • TableCellBorders <w:tcBorders>

  • Shading <w:shd>

  • NoWrap <w:noWrap>

  • TableCellMargin <w:tcMar>

  • TableCellVerticalAlignment <w:vAlign>

Threadsicherheit

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

Siehe auch

Referenz

TableStyleConditionalFormattingTableCellProperties-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace