a:spLocks
Shape Locks
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-documentProperties.xsd
Type: a:CT_ShapeLocking
Properties: Local, Qualified
Content
- a:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
noGrp | [0..1] | xsd:boolean | Disallow Shape Grouping | Default value is "false". from group a:AG_Locking |
noSelect | [0..1] | xsd:boolean | Disallow Shape Selection | Default value is "false". from group a:AG_Locking |
noRot | [0..1] | xsd:boolean | Disallow Shape Rotation | Default value is "false". from group a:AG_Locking |
noChangeAspect | [0..1] | xsd:boolean | Disallow Aspect Ratio Change | Default value is "false". from group a:AG_Locking |
noMove | [0..1] | xsd:boolean | Disallow Shape Movement | Default value is "false". from group a:AG_Locking |
noResize | [0..1] | xsd:boolean | Disallow Shape Resize | Default value is "false". from group a:AG_Locking |
noEditPoints | [0..1] | xsd:boolean | Disallow Shape Point Editing | Default value is "false". from group a:AG_Locking |
noAdjustHandles | [0..1] | xsd:boolean | Disallow Showing Adjust Handles | Default value is "false". from group a:AG_Locking |
noChangeArrowheads | [0..1] | xsd:boolean | Disallow Arrowhead Changes | Default value is "false". from group a:AG_Locking |
noChangeShapeType | [0..1] | xsd:boolean | Disallow Shape Type Change | Default value is "false". from group a:AG_Locking |
noTextEdit | [0..1] | xsd:boolean | Disallow Shape Text Editing | Default value is "false". |
Used in
- Type a:CT_NonVisualDrawingShapeProps (Elements cdr:cNvSpPr, a:cNvSpPr, draw-ssdraw:cNvSpPr, p:cNvSpPr)
Sample instance
<a:spLocks> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:spLocks>