[Table of Contents] [docx version]

VML Reference Material - VML

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@insetmode6.1.2.1); curve@insetmode6.1.2.3); group@insetmode6.1.2.7); image@insetmode6.1.2.10); line@insetmode6.1.2.12); oval@insetmode6.1.2.13); polyline@insetmode6.1.2.15); rect@insetmode6.1.2.16); roundrect@insetmode6.1.2.17); shape@insetmode6.1.2.19); shapetype@insetmode6.1.2.20); textbox@insetmode6.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>