Compartir a través de


2.29.4.7 ST_PictureChangeBit

Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command

Referenced by: ST_PictureChangesBits

A simple type that specifies the types of edits that have been made to a picture. Possible values are described in the following table.

Value

Meaning

add

The picture was added.

del

The picture was deleted.

mod

The picture was modified.

ord

The z-order of the picture was changed.

topLvl

The picture became a top-level object on a drawing canvas; for example, it was part of a group shape that got ungrouped.

modVis

The visibility of the picture was modified.

replST

The tag value associated with the picture was replaced.

delST

The tag value associated with the picture was deleted.

replId

The ID of the picture was changed.

modCrop

The picture’s crop settings were modified.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_PictureChangeBit">
   <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:enumeration value="modCrop"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).