DropZoneFilter class
Defines the DropZoneFilter Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is c14:dropZoneFilter.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType
DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.55 CT_BooleanFalse
Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart
Referenced by: CT_PivotOptions
A complex type that specifies a Boolean value that defaults to FALSE.
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_BooleanFalse">
<xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
See section 5.10 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).