MSO-Wrap-Edited Attribute | Internet Development Index |
Determines whether the wrap coordinates were customized by the user. Read/write VgTriState.
Applies To
Tag Syntax
<v:element style="mso-wrap-edited: expression">
Remarks
If the wrap coordinates are generated by an editor, this attribute is True; otherwise they were customized by a user.
Microsoft Office Extensions Attribute
Example
The shape's wrap coordinates were generated by a shape editor.
<v:shape id="rect01" fillcolor="red" strokecolor="red" coordorigin="-500 -500" coordsize="1000 1000" style="position:relative;top:0;left:0;width:100pt;height:100pt;mso-wrap-edited:True" path="m 1,1 l 1,200, 200,200, 200,1 x e"> </v:shape>