draw-diag:styleLbl
Style Label
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramStyleDefinition.xsd
Other elements with the same name: draw-diag:styleLbl
Type: draw-diag:CT_StyleLabel
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-diag:scene3d [0..1] 3-D Scene
- draw-diag:sp3d [0..1] 3-D Shape Properties
- draw-diag:txPr [0..1] Text Properties
- draw-diag:style [0..1] Shape Style
- draw-diag:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | Style Name |
Used in
- Type draw-diag:CT_StyleDefinition (Element draw-diag:styleDef)
Sample instance
<draw-diag:styleLbl name="string"> <draw-diag:scene3d> <a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:backdrop> <a:anchor x="1" y="1" z="1"/> <a:norm dx="1" dy="1" dz="1"/> <a:up dx="1" dy="1" dz="1"/> <a:extLst>... </a:extLst> </a:backdrop> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-diag:scene3d> <draw-diag:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:extrusionClr> <a:contourClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:contourClr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-diag:sp3d> <draw-diag:txPr> <a:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr>... </a:extrusionClr> <a:contourClr>... </a:contourClr> <a:extLst>... </a:extLst> </a:sp3d> </draw-diag:txPr> <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:extLst> <a:ext> <!--any element--> </a:ext> </draw-diag:extLst> </draw-diag:styleLbl>