[Table of Contents] [docx version]
VML Reference Material - VML
ST_ImageAspect (Image Scaling Behavior)
This simple type specifies the scaling behaviors for an image applied to a stroke.
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 |
atLeast (At Least) |
Image is at least as big as imagesize. |
atMost (At Most) |
Image is no bigger than imagesize. |
ignore (Ignore Aspect Ratio) |
Ignore aspect issues. |
Referenced By |
bottom@imageaspect (§6.2.2.1); column@imageaspect (§6.2.2.6); fill@aspect (§6.1.2.5); left@imageaspect (§6.2.2.15); right@imageaspect (§6.2.2.25); stroke@imageaspect (§6.1.2.21); top@imageaspect (§6.2.2.31) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ImageAspect">
<restriction base="xsd:string">
<enumeration value="ignore"/>
<enumeration value="atMost"/>
<enumeration value="atLeast"/>
</restriction>
</simpleType>