flip
|
Specifies that the orientation of a shape is flipped. Default is no value. Allowed values are:
x - Flip along the y-axis, reversing the x-coordinates.
y - Flip along the x-axis, reversing the y-coordinates.
xy - Flip along both the y- and x-axis.
yx - Flip along both the x- and y-axis.
|
height
|
Specifies the height of the containing block of the shape. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's height.
|
left
|
Specifies the position of the left of the containing block of the shape relative to the element left of it in the flow of the page. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. This property shall not be used for shapes anchored inline. Allowed values are:
auto - Default position of an element in the flow of the page.
<units> - A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's width.
|
margin-bottom
|
Specifies the position of the bottom of the containing block of the shape relative to the shape anchor. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's height.
|
margin-left
|
Specifies the position of the left of the containing block of the shape relative to the shape anchor. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's width.
|
margin-right
|
Specifies the position of the right of the containing block of the shape relative to the shape anchor. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units> - A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's width.
|
margin-top
|
Specifies the position of the top of the containing block of the shape relative to the shape anchor. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's height.
|
mso-position-horizontal
|
Specifies the horizontal positioning data for objects in WordprocessingML documents. Default is absolute . Allowed values are:
absolute
left
center
right
inside
outside
|
mso-position-horizontal-relative
|
Specifies relative horizontal position data for objects in WordprocessingML documents. This modifies the mso-position-horizontal property. Default is text . Allowed values are:
|
mso-position-vertical
|
Specifies the vertical positioning data for objects in WordprocessingML documents. Default is absolute . Allowed values are:
absolute
top
center
bottom
inside
outside
|
mso-position-vertical-relative
|
Specifies relative vertical position data for objects in WordprocessingML documents. This modifies the mso-position-vertical property. Default is text . Allowed values are:
|
mso-wrap-distance-bottom
|
Specifies the distance from the bottom of the shape to the text that wraps around it. Default is 0 pt. Note that this property is different from the CSS margin property, which changes the origin of the shape to include the margin areas. This property does not change the origin.
|
mso-wrap-distance-left
|
Specifies the distance from the left side of the shape to the text that wraps around it. Default is 0 pt. Note that this property is different from the CSS margin property, which changes the origin of the shape to include the margin areas. This property does not change the origin.
|
mso-wrap-distance-right
|
Specifies the distance from the right side of the shape to the text that wraps around it. Default is 0 pt. Note that this property is different from the CSS margin property, which changes the origin of the shape to include the margin areas. This property does not change the origin.
|
mso-wrap-distance-top
|
Specifies the distance from the top of the shape to the text that wraps around it. Default is 0 pt. Note that this property is different from the CSS margin property, which changes the origin of the shape to include the margin areas. This property does not change the origin.
|
mso-wrap-edited
|
Specifies whether the wrap coordinates were customized by the user. If the wrap coordinates are generated by an editor, this property is true ; otherwise they were customized by a user. Default is false .
|
mso-wrap-style
|
Specifies the wrapping mode for text in shapes in WordprocessingML documents. Default is square . Allowed values are:
|
position
|
Specifies the type of positioning used to place an element. Default is static . When the element is contained inside a group, this property must be absolute . Allowed values are:
static - The element is positioned according to the normal flow of the page. The top and left properties are ignored. If the object is anchored inline, this value is used.
absolute - The element is positioned relative to the parent, using the top and left properties.
relative - The element is positioned according to the normal flow of the page, but the top and left properties are used. The overlap of overlapping elements is governed by the z-index property.
|
rotation
|
Specifies the angle that a shape is rotated, in degrees. Default is 0. Positive angles are clockwise.
|
top
|
Specifies the position of the top of the containing block of the shape relative to the element above it in the flow of the page. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. This property shall not be used for shapes anchored inline. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's height.
|
visibility
|
Specifies whether a shape is displayed. Only inherit and hidden are used; any other values are mapped to inherit . Default is inherit . Allowed values are:
hidden - The shape is not visible, but is still part of the flow of the objects in the browser. Mouse events are not processed.
inherit - The visibility state is inherited from the parent of the shape.
|
width
|
Specifies the width of the containing block of the shape. Default is 0. It is specified in CSS units or, for elements in a group, in the coordinate system of the parent element. Allowed values are:
auto - Default position of an element in the flow of the page.
<units>- A number with an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). If no units are given, pixels (px) is assumed.
<percentage>- Value expressed as a percentage of the parent object's width.
|
z-index
|
Specifies the display order of overlapping shapes. Default is 0. This property shall not be used for shapes anchored inline. Allowed values are:
auto - Uses the order that the shapes appear in the page, bottom to top.
<order>- A number that represents the stacking precedence. Shapes with higher numbers are placed on top of those with lower numbers. Negative numbers are allowed.
|