Partager via


2.29.4.11 ST_GraphicFrameChangeBit

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

Referenced by: ST_GraphicFrameChangesBits

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

Value

Meaning

add

The graphic frame was added.

del

The graphic frame was deleted.

mod

The graphic frame was modified.

ord

The z-order of the graphic frame was changed.

topLvl

The graphic frame became a top-level object on a drawing canvas.

modVis

The visibility of the graphic frame was modified.

replST

The tag value associated with the graphic frame was replaced.

delST

The tag value associated with the graphic frame was deleted.

replId

The ID of the graphic frame was changed.

modGraphic

The content of the graphic frame was modified.

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

 <xsd:simpleType name="ST_GraphicFrameChangeBit">
   <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="modGraphic"/>
   </xsd:restriction>
 </xsd:simpleType>

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