a:lvl1pPr
List Level 1 Text Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-text.xsd
Type: a:CT_TextParagraphProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:lnSpc [0..1] Line Spacing
- a:spcBef [0..1] Space Before
- a:spcAft [0..1] Space After
- Choice [0..1]
- a:buFontTx Follow text
- a:buFont Specified
- Choice [0..1]
- a:buNone No Bullet
- a:buAutoNum Auto-Numbered Bullet
- a:buChar Character Bullet
- a:buBlip Picture Bullet
- a:tabLst [0..1] Tab List
- a:defRPr [0..1] Default Text Run Properties
- a:extLst [0..1] Extension List
from group a:EG_TextBulletColorfrom group a:EG_TextBulletSizefrom group a:EG_TextBulletTypefacefrom group a:EG_TextBullet
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
marL | [0..1] | a:ST_TextMargin | Left Margin | |
marR | [0..1] | a:ST_TextMargin | Right Margin | |
lvl | [0..1] | a:ST_TextIndentLevelType | Level | |
indent | [0..1] | a:ST_TextIndent | Indent | |
algn | [0..1] | a:ST_TextAlignType | Alignment | |
defTabSz | [0..1] | a:ST_Coordinate32 | Default Tab Size | |
rtl | [0..1] | xsd:boolean | Right To Left | |
eaLnBrk | [0..1] | xsd:boolean | East Asian Line Break | |
fontAlgn | [0..1] | a:ST_TextFontAlignType | Font Alignment | |
latinLnBrk | [0..1] | xsd:boolean | Latin Line Break | |
hangingPunct | [0..1] | xsd:boolean | Hanging Punctuation |
Used in
- Type a:CT_TextListStyle (Elements a:lstStyle, p:defaultTextStyle, p:titleStyle, p:bodyStyle, p:otherStyle, p:notesStyle)
Sample instance
<a:lvl1pPr> <a:lnSpc> <a:spcPct val="1"/> </a:lnSpc> <a:spcBef> <a:spcPct val="1"/> </a:spcBef> <a:spcAft> <a:spcPct val="1"/> </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst> <a:tab/> </a:tabLst> <a:defRPr> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over">... </a:fillOverlay> <a:glow>... </a:glow> <a:innerShdw>... </a:innerShdw> <a:outerShdw>... </a:outerShdw> <a:prstShdw prst="shdw1">... </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:highlight> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:highlight> <a:uLnTx/> <a:uFillTx/> <a:latin/> <a:ea/> <a:cs/> <a:sym/> <a:hlinkClick> <a:snd r:embed="string"/> <a:extLst>... </a:extLst> </a:hlinkClick> <a:hlinkMouseOver> <a:snd r:embed="string"/> <a:extLst>... </a:extLst> </a:hlinkMouseOver> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:defRPr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lvl1pPr>