<ST_Objects> (Object Display Types)

This simple type defines how the application displays objects in this workbook. Objects might include charts, images, and other object data that the application supports.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<all> (All)

Indicates that all objects be shown in the workbook.

<none> (None)

Indicates that all objects be hidden in the workbook.

<placeholders> (Show Placeholders)

Indicates that the application show placeholders for objects in the workbook.

Referenced By

<customWorkbookView@showObjects>3.2.3); <workbookPr@showObjects>3.2.28)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Objects">
	<restriction base="xsd:string">
	<enumeration value="all"/>
	<enumeration value="placeholders"/>
	<enumeration value="none"/>
	</restriction>
</simpleType>