DisplayDrawingObjects element

Specifies whether drawing objects are displayed, placeholders are displayed in their place, or all drawing objects are hidden in a workbook.

Usage

      
<DisplayDrawingObjects />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
ExcelWorkbook Contains the properties of a workbook.

Child Elements

None.

Attributes

None.

Definition

      
<xsd:element name="DisplayDrawingObjects" default="DisplayShapes" minOccurs="0" >
  <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>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp