2.29.4.3 ST_GroupShapeChangeBit
Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command
Referenced by: ST_GroupShapeChangesBits
A simple type that specifies the types of edits that has been made to a group shape. Possible values are described in the following table.
Value |
Meaning |
---|---|
add |
|
del |
|
mod |
|
ord |
|
topLvl |
The group shape became a top-level object on a drawing canvas, e.g. it was part of another group shape that got ungrouped. |
modVis |
|
replST |
|
delST |
|
replId |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_GroupShapeChangeBit"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="add"/> <xsd:enumeration value="del"/> <xsd:enumeration value="mod"/> <xsd:enumeration value="ord"/> <xsd:enumeration value="topLvl"/> <xsd:enumeration value="modVis"/> <xsd:enumeration value="replST"/> <xsd:enumeration value="delST"/> <xsd:enumeration value="replId"/> </xsd:restriction> </xsd:simpleType>
See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).