Appearance class
Defines the Appearance Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is w15:appearance.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Word.Appearance
Namespace: DocumentFormat.OpenXml.Office2013.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.29 appearance
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
The appearance global element<16> is a CT_SdtAppearance (section 2.5.37) element that specifies the appearance of a structured document tag (as specified in [ISO/IEC-29500-1] section 17.5.2).
See section 2.2.3 for how this element integrates with ISO/IEC-29500-1.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="appearance" type="CT_SdtAppearance"/>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.37 CT_SdtAppearance
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
Referenced by: appearance
The CT_SdtAppearance complex type<37> specifies the appearance of a structured document tag (as specified in [ISO/IEC-29500-1] section 17.5.2).
Attributes:
val: An ST_SdtAppearance (section 2.6.17) attribute that specifies the appearance of a structured document tag (as specified in [ISO/IEC-29500-1] section 17.5.2).
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_SdtAppearance">
<xsd:attribute name="val" type="ST_SdtAppearance"/>
</xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).