<ST_InsetMode> (Inset Margin Type)

This simple type specifies how inner text margins are obtained.

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

<auto> (Automatic Margins)

Inner text margins are calculated by the application.

<custom> (Custom Margins)

Inner text margins are specified by the shape.

Referenced By

<arc@insetmode>6.1.2.1); <curve@insetmode>6.1.2.3); <group@insetmode>6.1.2.7); <image@insetmode>6.1.2.10); <line@insetmode>6.1.2.12); <oval@insetmode>6.1.2.13); <polyline@insetmode>6.1.2.15); <rect@insetmode>6.1.2.16); <roundrect@insetmode>6.1.2.17); <shape@insetmode>6.1.2.19); <shapetype@insetmode>6.1.2.20); <textbox@insetmode>6.1.2.22)

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

<simpleType name="ST_InsetMode">
	<restriction base="xsd:string">
	<enumeration value="auto"/>
	<enumeration value="custom"/>
	</restriction>
</simpleType>