cdr:absSizeAnchor
Absolute Anchor Shape Size
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Schema document: dml-chartDrawing.xsd
Type: cdr:CT_AbsSizeAnchor
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdr:from [1..1] Starting Anchor Point
- cdr:ext [1..1] Shape Extent
- Choice [1..1]
- cdr:sp Shape Definition
- cdr:grpSp Group Shape
- cdr:graphicFrame Graphic Frame
- cdr:cxnSp Connection Shape
- cdr:pic Picture
from group cdr:EG_ObjectChoices
Attributes
None
Used in
- Group cdr:EG_Anchor
- Type cdr:CT_Drawing via reference to cdr:EG_Anchor (Element draw-chart:userShapes)
Sample instance
<cdr:absSizeAnchor> <cdr:from> <cdr:x>1.0</cdr:x> <cdr:y>1.0</cdr:y> </cdr:from> <cdr:ext cx="1" cy="1"/> <cdr:sp> <cdr:nvSpPr> <cdr:cNvPr id="1" name="string">... </cdr:cNvPr> <cdr:cNvSpPr>... </cdr:cNvSpPr> </cdr:nvSpPr> <cdr:spPr> <a:xfrm>... </a:xfrm> <a:custGeom>... </a:custGeom> <a:noFill/> <a:ln>... </a:ln> <a:effectLst>... </a:effectLst> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> <a:extLst>... </a:extLst> </cdr:spPr> <cdr:style> <a:lnRef idx="1">... </a:lnRef> <a:fillRef idx="1">... </a:fillRef> <a:effectRef idx="1">... </a:effectRef> <a:fontRef idx="major">... </a:fontRef> </cdr:style> <cdr:txBody> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:p>... </a:p> </cdr:txBody> </cdr:sp> </cdr:absSizeAnchor>