Definition Type: Element
Name: DisplayDrawingObjects
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Default DisplayShapes
Documentation:
Specifies whether drawing objects are displayed, placeholders are displayed in their place, or all drawing objects are hidden in a workbook.
Collapse XSD Schema Diagram:
XSD Diagram of DisplayDrawingObjects in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DisplayDrawingObjects" default="DisplayShapes" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether drawing objects are displayed, placeholders are displayed in their place, or all drawing objects are hidden in a workbook.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DisplayShapes" />
            <xsd:enumeration value="PlaceHolders" />
            <xsd:enumeration value="HideAll" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration DisplayShapes
Enumeration PlaceHolders
Enumeration HideAll