<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 |
---|---|
|
Inner text margins are calculated by the application. |
|
Inner text margins are specified by the shape. |
Referenced By |
---|
|
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>