Freigeben über


DropZonesVisible-Klasse

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

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType
        DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Hinweise

2.5.66 CT_BooleanFalse

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

Referenced by: CT_PivotOptions, CT_SketchOptions

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

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_BooleanFalse">

<xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>

</xsd:complexType>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DropZonesVisible-Member

DocumentFormat.OpenXml.Office2010.Drawing.Charts-Namespace