Specifies whether drawing objects are displayed, placeholders are displayed in their place, or all drawing objects are hidden in a workbook.
<DisplayDrawingObjects />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
ExcelWorkbook | Contains the properties of a workbook. |
None.
None.
<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>