w:sdtPr
Structured Document Tag Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_SdtPr
Properties: Local, Qualified
Content
- Choice [1..*]
- w:rPr [0..1] Run Properties For Structured Document Tag Contents
- w:alias [0..1] Friendly Name
- w:lock [0..1] Locking Setting
- w:placeholder [0..1] Structured Document Tag Placeholder Text
- w:showingPlcHdr [0..1] Current Contents Are Placeholder Text
- w:dataBinding [0..1] XML Mapping
- w:temporary [0..1] Remove Structured Document Tag When Contents Are Edited
- w:id [0..1] Unique ID
- w:tag [0..1] Programmatic Tag
- Choice [0..1]
- w:equation Equation Structured Document Tag
- w:comboBox Combo Box Structured Document Tag
- w:date Date Structured Document Tag
- w:docPartObj Built-In Document Part Structured Document Tag
- w:docPartList Document Part Gallery Structured Document Tag
- w:dropDownList Drop-Down List Structured Document Tag
- w:picture Picture Structured Document Tag
- w:richText Rich Text Structured Document Tag
- w:text Plain Text Structured Document Tag
- w:citation Citation Structured Document Tag
- w:group Group Structured Document Tag
- w:bibliography Bibliography Structured Document Tag
Attributes
None
Used in
- Type w:CT_SdtBlock (Element w:sdt)
- Type w:CT_SdtCell (Element w:sdt)
- Type w:CT_SdtRow (Element w:sdt)
- Type w:CT_SdtRun (Element w:sdt)
Sample instance
<w:sdtPr> <w:rPr> <w:rStyle w:val="string"/> <w:rFonts/> <w:b/> <w:bCs/> <w:i/> <w:iCs/> <w:caps/> <w:smallCaps/> <w:strike/> <w:dstrike/> <w:outline/> <w:shadow/> <w:emboss/> <w:imprint/> <w:noProof/> <w:snapToGrid/> <w:vanish/> <w:webHidden/> <w:color w:val=""/> <w:spacing w:val="1"/> <w:w/> <w:kern w:val="1"/> <w:position w:val="1"/> <w:sz w:val="1"/> <w:szCs w:val="1"/> <w:highlight w:val="black"/> <w:u/> <w:effect w:val="blinkBackground"/> <w:bdr w:val="nil"/> <w:shd w:val="nil"/> <w:fitText w:val="1"/> <w:vertAlign w:val="baseline"/> <w:rtl/> <w:cs/> <w:em w:val="none"/> <w:lang/> <w:eastAsianLayout/> <w:specVanish/> <w:oMath/> <w:rPrChange w:id="1" w:author="string"> <w:rPr>... </w:rPr> </w:rPrChange> </w:rPr> </w:sdtPr>