v:textbox
Text Box
Element information
Namespace: urn:schemas-microsoft-com:vml
Schema document: vml-main.xsd
Type: v:CT_Textbox
Properties: Global, Qualified
Content
- Choice [1..1]
- w:txbxContent [0..1] Rich Text Box Content Container
- Any element Namespace: ##local, Process Contents: skip
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:string | Unique Identifier | from group v:AG_Id |
style | [0..1] | xsd:string | Shape Styling Properties | from group v:AG_Style |
inset | [0..1] | xsd:string | Text Box Inset | |
o:singleclick | [0..1] | o:ST_TrueFalse | Text Box Single-Click Selection Toggle | |
o:insetmode | [0..1] | o:ST_InsetMode | Text Inset Mode | Default value is "custom". |
Used in
- Group v:EG_ShapeElements
- Type o:CT_ShapeDefaults (Element o:shapedefaults)
- Type v:CT_Arc via reference to v:EG_ShapeElements (Element v:arc)
- Type v:CT_Curve via reference to v:EG_ShapeElements (Element v:curve)
- Type v:CT_Group via reference to v:EG_ShapeElements (Element v:group)
- Type v:CT_Image via reference to v:EG_ShapeElements (Element v:image)
- Type v:CT_Line via reference to v:EG_ShapeElements (Element v:line)
- Type v:CT_Oval via reference to v:EG_ShapeElements (Element v:oval)
- Type v:CT_PolyLine via reference to v:EG_ShapeElements (Element v:polyline)
- Type v:CT_Rect via reference to v:EG_ShapeElements (Element v:rect)
- Type v:CT_RoundRect via reference to v:EG_ShapeElements (Element v:roundrect)
- Type v:CT_Shape via reference to v:EG_ShapeElements (Element v:shape)
- Type v:CT_Shapetype via reference to v:EG_ShapeElements (Element v:shapetype)
Sample instance
<v:textbox> <w:txbxContent> <w:customXml w:element="string"> <w:customXmlPr>... </w:customXmlPr> <w:customXml w:element="string">... </w:customXml> </w:customXml> </w:txbxContent> </v:textbox>