draw-diag:prSet
Property Set
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramDataModel.xsd
Type: draw-diag:CT_ElemPropSet
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-diag:presLayoutVars [0..1] Presentation Layout Variables
- draw-diag:style [0..1] Shape Style
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
presAssocID | [0..1] | draw-diag:ST_ModelId | Presentation Element Identifier | |
presName | [0..1] | xsd:string | Presentation Name | |
presStyleLbl | [0..1] | xsd:string | Presentation Style Label | |
presStyleIdx | [0..1] | xsd:int | Presentation Style Index | |
presStyleCnt | [0..1] | xsd:int | Presentation Style Count | |
loTypeId | [0..1] | xsd:string | Current Diagram Type | |
loCatId | [0..1] | xsd:string | Current Diagram Category | |
qsTypeId | [0..1] | xsd:string | Current Style Type | |
qsCatId | [0..1] | xsd:string | Current Style Category | |
csTypeId | [0..1] | xsd:string | Color Transform Type Identifier | |
csCatId | [0..1] | xsd:string | Color Transform Category | |
coherent3DOff | [0..1] | xsd:boolean | Coherent 3D Behavior | |
phldrT | [0..1] | xsd:string | Placeholder Text | |
phldr | [0..1] | xsd:boolean | Placeholder | |
custAng | [0..1] | xsd:int | Custom Rotation | |
custFlipVert | [0..1] | xsd:boolean | Custom Vertical Flip | |
custFlipHor | [0..1] | xsd:boolean | Custom Horizontal Flip | |
custSzX | [0..1] | xsd:int | Fixed Width Override | |
custSzY | [0..1] | xsd:int | Fixed Height Override | |
custScaleX | [0..1] | xsd:int | Width Scale | |
custScaleY | [0..1] | xsd:int | Height Scale | |
custT | [0..1] | xsd:boolean | Text Changed | |
custLinFactX | [0..1] | xsd:int | Custom Factor Width | |
custLinFactY | [0..1] | xsd:int | Custom Factor Height | |
custLinFactNeighborX | [0..1] | xsd:int | Neighbor Offset Width | |
custLinFactNeighborY | [0..1] | xsd:int | Neighbor Offset Height | |
custRadScaleRad | [0..1] | xsd:int | Radius Scale | |
custRadScaleInc | [0..1] | xsd:int | Include Angle Scale |
Used in
- Type draw-diag:CT_Pt (Element draw-diag:pt)
Sample instance
<draw-diag:prSet> <draw-diag:presLayoutVars> <draw-diag:orgChart/> <draw-diag:chMax/> <draw-diag:chPref/> <draw-diag:bulletEnabled/> <draw-diag:dir/> <draw-diag:hierBranch/> <draw-diag:animOne/> <draw-diag:animLvl/> <draw-diag:resizeHandles/> </draw-diag:presLayoutVars> <draw-diag:style> <a:lnRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:lnRef> <a:fillRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:fillRef> <a:effectRef idx="1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:effectRef> <a:fontRef idx="major"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:fontRef> </draw-diag:style> </draw-diag:prSet>