ShowSketchButton Class

Defines the ShowSketchButton Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is c14:showSketchBtn.

Inheritance Hierarchy

System.Object
  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)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ShowSketchButton _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ShowSketchButton
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ShowSketchButton : OpenXmlLeafElement

Remarks

2.5.65 CT_BooleanTrue

Target namespace: https://schemas.microsoft.com/office/drawing/2007/8/2/chart

Referenced by: CT_SketchOptions

A complex type that specifies a boolean value which defaults to TRUE.

Attributes:

val : A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies the value for the property. This MUST be one of the following: 0, 1, true, 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.11 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.

See Also

Reference

ShowSketchButton Members

DocumentFormat.OpenXml.Office2010.Drawing.Charts Namespace