WholeTable Class
Whole Table.When the object is serialized out as xml, its qualified name is a:wholeTbl.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.TablePartStyleType
DocumentFormat.OpenXml.Drawing.WholeTable
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Class WholeTable _
Inherits TablePartStyleType
'Применение
Dim instance As WholeTable
public class WholeTable : TablePartStyleType
Remarks
The following table lists the possible child types:
TableCellTextStyle <a:tcTxStyle>
TableCellStyle <a:tcStyle>
[ISO/IEC 29500-1 редакция 1]
20.1.4.2.34 wholeTbl (Whole Table)
This element contains formatting options which are applied to the table as a whole when it is in its default state with no formatting options (first row, last row, etc) enabled.
[Example: Consider the following example of whole table being used within DrawingML:
<wholeTbl>
<tcTxStyle>
…
</tcTxStyle>
<tcStyle>
…
</tcStyle>
</wholeTbl>
In this example, we see definitions for the text and the cells within the table. end example]
Parent Elements |
---|
tableStyle (§21.1.3.11); tblStyle (§20.1.4.2.26) |
Child Elements |
Subclause |
---|---|
tcStyle (Table Cell Style) |
§20.1.4.2.29 |
tcTxStyle (Table Cell Text Style) |
§20.1.4.2.30 |
[Note: The W3C XML Schema definition of this element's content model (CT_TablePartStyle) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
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.