a:bodyPr
Body Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-styleDefaults.xsd
Type: a:CT_TextBodyProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:prstTxWarp [0..1] Preset Text Shape
- Choice [0..1]
- a:noAutofit No AutoFit
- a:normAutofit Normal AutoFit
- a:spAutoFit Shape AutoFit
- a:scene3d [0..1] 3-D Scene
- a:extLst [0..1] Extension List
from group a:EG_TextAutofitfrom group a:EG_Text3D
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rot | [0..1] | a:ST_Angle | Rotation | |
spcFirstLastPara | [0..1] | xsd:boolean | Paragraph Spacing | |
vertOverflow | [0..1] | a:ST_TextVertOverflowType | Text Vertical Overflow | |
horzOverflow | [0..1] | a:ST_TextHorzOverflowType | Text Horizontal Overflow | |
vert | [0..1] | a:ST_TextVerticalType | Vertical Text | |
wrap | [0..1] | a:ST_TextWrappingType | Text Wrapping Type | |
lIns | [0..1] | a:ST_Coordinate32 | Left Inset | |
tIns | [0..1] | a:ST_Coordinate32 | Top Inset | |
rIns | [0..1] | a:ST_Coordinate32 | Right Inset | |
bIns | [0..1] | a:ST_Coordinate32 | Bottom Inset | |
numCol | [0..1] | a:ST_TextColumnCount | Number of Columns | |
spcCol | [0..1] | a:ST_PositiveCoordinate32 | Space Between Columns | |
rtlCol | [0..1] | xsd:boolean | Columns Right-To-Left | |
fromWordArt | [0..1] | xsd:boolean | From WordArt | |
anchor | [0..1] | a:ST_TextAnchoringType | Anchor | |
anchorCtr | [0..1] | xsd:boolean | Anchor Center | |
forceAA | [0..1] | xsd:boolean | Force Anti-Alias | |
upright | [0..1] | xsd:boolean | Text Upright | Default value is "false". |
compatLnSpc | [0..1] | xsd:boolean | Compatible Line Spacing |
Used in
- Type a:CT_DefaultShapeDefinition (Elements a:spDef, a:lnDef, a:txDef)
- Type a:CT_TextBody (Elements draw-chart:rich, draw-chart:txPr, cdr:txBody, draw-diag:t, a:txBody, draw-ssdraw:txBody, a:txBody, p:txBody)
Sample instance
<a:bodyPr> <a:prstTxWarp prst="textNoShape"> <a:avLst> <a:gd name="token" fmla="string"/> </a:avLst> </a:prstTxWarp> <a:noAutofit/> <a: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> </a:scene3d> <a: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> </a:sp3d> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:bodyPr>