a:defRPr
Default Text Run Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-textParagraph.xsd
Type: a:CT_TextCharacterProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:ln [0..1] Line
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
- a:highlight [0..1] Highlight Color
- a:latin [0..1] Latin Font
- a:ea [0..1] East Asian Font
- a:cs [0..1] Complex Script Font
- a:sym [0..1] Symbol Font
- a:hlinkClick [0..1] Click Hyperlink
- a:hlinkMouseOver [0..1] Mouse-Over Hyperlink
- a:extLst [0..1] Extension List
from group a:EG_FillPropertiesfrom group a:EG_EffectPropertiesfrom group a:EG_TextUnderlineLinefrom group a:EG_TextUnderlineFill
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
kumimoji | [0..1] | xsd:boolean | Kumimoji | |
lang | [0..1] | a:ST_TextLanguageID | Language ID | |
altLang | [0..1] | a:ST_TextLanguageID | Alternative Language | |
sz | [0..1] | a:ST_TextFontSize | Font Size | |
b | [0..1] | xsd:boolean | Bold | |
i | [0..1] | xsd:boolean | Italics | |
u | [0..1] | a:ST_TextUnderlineType | Underline | |
strike | [0..1] | a:ST_TextStrikeType | Strikethrough | |
kern | [0..1] | a:ST_TextNonNegativePoint | Kerning | |
cap | [0..1] | a:ST_TextCapsType | Capitalization | |
spc | [0..1] | a:ST_TextPoint | Spacing | |
normalizeH | [0..1] | xsd:boolean | Normalize Heights | |
baseline | [0..1] | a:ST_Percentage | Baseline | |
noProof | [0..1] | xsd:boolean | No Proofing | |
dirty | [0..1] | xsd:boolean | Dirty | Default value is "true". |
err | [0..1] | xsd:boolean | Spelling Error | Default value is "false". |
smtClean | [0..1] | xsd:boolean | SmartTag Clean | Default value is "true". |
smtId | [0..1] | xsd:unsignedInt | SmartTag ID | Default value is "0". |
bmk | [0..1] | xsd:string | Bookmark Link Target |
Used in
- Type a:CT_TextParagraphProperties (Elements a:pPr, a:defPPr, a:lvl1pPr, a:lvl2pPr, a:lvl3pPr, a:lvl4pPr, a:lvl5pPr, a:lvl6pPr, a:lvl7pPr, a:lvl8pPr, a:lvl9pPr)
Sample instance
<a:defRPr> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:ln> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:highlight> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="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:ext> <!--any element--> </a:ext> </a:extLst> </a:hlinkClick> <a:hlinkMouseOver> <a:snd r:embed="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:hlinkMouseOver> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:defRPr>