Tabs Class
Defines the Tabs Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is mso14:tabs.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.CustomUI.Tabs
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Tab), FileFormatVersions.Office2010)> _
Public Class Tabs _
Inherits OpenXmlCompositeElement
用法
Dim instance As Tabs
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Tab), FileFormatVersions.Office2010)]
public class Tabs : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Tab <mso14:tab>
2.3.41 CT_Tabs
Target namespace: https://schemas.microsoft.com/office/2007/10/customui
Referenced by: CT_Ribbon
Specifies a list of tab controls.
Child Elements:
tab : A CT_Tab element.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_Tabs">
<xsd:sequence>
<xsd:element name="tab" type="CT_Tab" minOccurs="1" maxOccurs="100"/>
</xsd:sequence>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
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.