o:shapedefaults
New Shape Defaults
Element information
Namespace: urn:schemas-microsoft-com:office:office
Schema document: vml-officeDrawing.xsd
Type: o:CT_ShapeDefaults
Properties: Global, Qualified
Content
- All [0..1]
- v:fill [0..1] Shape Fill Properties
- v:stroke [0..1] Line Stroke Settings
- v:textbox [0..1] Text Box
- v:shadow [0..1] Shadow Effect
- o:skew [0..1] Skew Transform
- o:extrusion [0..1] 3D Extrusion
- o:callout [0..1] Callout
- o:lock [0..1] Shape Protections
- o:colormru [0..1] Most Recently Used Colors
- o:colormenu [0..1] UI Default Colors
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
v:ext | [0..1] | v:ST_Ext | VML Extension Handling Behavior | from group v:AG_Ext |
spidmax | [0..1] | xsd:integer | Shape ID Optional Storage | |
style | [0..1] | xsd:string | Shape Styling Properties | |
fill | [0..1] | o:ST_TrueFalse | Shape Fill Toggle | |
fillcolor | [0..1] | o:ST_ColorType | Default fill color | |
stroke | [0..1] | o:ST_TrueFalse | Shape Stroke Toggle | |
strokecolor | [0..1] | o:ST_ColorType | Shape Stroke Color | |
o:allowincell | [0..1] | o:ST_TrueFalse | Allow in Table Cell |
Sample instance
<o:shapedefaults> <v:fill> <o:fill/> </v:fill> <v:stroke> <o:left/> <o:top/> <o:right/> <o:bottom/> <o:column/> </v:stroke> <v:textbox> <w:txbxContent> <w:customXml w:element="string">... </w:customXml> </w:txbxContent> </v:textbox> <v:shadow/> <o:skew/> <o:extrusion/> <o:callout/> <o:lock/> <o:colormru/> <o:colormenu/> </o:shapedefaults>