<ST_SlideSizeType> (Slide Size Type)

This type specifies the type of slide size that the slide should be optimized for.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<35mm> (35mm Film)

Slide size should be optimized for 35mm film output

<A3> (A3)

Slide size should be optimized for A3 output

<A4> (A4)

Slide size should be optimized for A4 output

<B4ISO> (B4ISO)

Slide size should be optimized for B4ISO output

<B4JIS> (B4JIS)

Slide size should be optimized for B4JIS output

<B5ISO> (B5ISO)

Slide size should be optimized for B5ISO output

<B5JIS> (B5JIS)

Slide size should be optimized for B5JIS output

<banner> (Banner)

Slide size should be optimized for banner output

<custom> (Custom)

Slide size should be optimized for custom output

<hagakiCard> (Hagaki Card)

Slide size should be optimized for hagaki card output

<ledger> (Ledger)

Slide size should be optimized for ledger output

<letter> (Letter)

Slide size should be optimized for letter output

<overhead> (Overhead)

Slide size should be optimized for overhead output

<screen16x10> (Screen 16x10)

Slide size should be optimized for 16x10 screen output

<screen16x9> (Screen 16x9)

Slide size should be optimized for 16x9 screen output

<screen4x3> (Screen 4x3)

Slide size should be optimized for 4x3 screen output

Referenced By

<sldSz@type>4.3.1.34)

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

<simpleType name="ST_SlideSizeType">
	<restriction base="xsd:token">
	<enumeration value="screen4x3"/>
	<enumeration value="letter"/>
	<enumeration value="A4"/>
	<enumeration value="35mm"/>
	<enumeration value="overhead"/>
	<enumeration value="banner"/>
	<enumeration value="custom"/>
	<enumeration value="ledger"/>
	<enumeration value="A3"/>
	<enumeration value="B4ISO"/>
	<enumeration value="B5ISO"/>
	<enumeration value="B4JIS"/>
	<enumeration value="B5JIS"/>
	<enumeration value="hagakiCard"/>
	<enumeration value="screen16x9"/>
	<enumeration value="screen16x10"/>
	</restriction>
</simpleType>