ShowSketchButton class
Defines the ShowSketchButton Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is c14:showSketchBtn.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.54 CT_BooleanTrue
Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart
A complex type that specifies a Boolean value that defaults to TRUE.
Attributes:
val: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies the value for the property. This MUST be set to one of the following: zero, 1, TRUE, or FALSE.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_BooleanTrue">
<xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType>
See section 5.10 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).