public class CTTextbox extends Object implements Child
Java class for CT_Textbox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Textbox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}txbxContent" minOccurs="0"/>
<any processContents='skip' namespace=''/>
</choice>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Style"/>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
<attribute name="inset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{urn:schemas-microsoft-com:office:office}singleclick"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}insetmode"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Element |
any |
protected String |
inset |
protected STInsetMode |
insetmode |
protected STTrueFalse |
singleclick |
protected String |
style |
protected CTTxbxContent |
txbxContent |
protected String |
vmlId |
| Constructor and Description |
|---|
CTTextbox() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Element |
getAny()
Gets the value of the any property.
|
String |
getInset()
Gets the value of the inset property.
|
STInsetMode |
getInsetmode()
Text Inset Mode
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTrueFalse |
getSingleclick()
Text Box Single-Click Selection Toggle
|
String |
getStyle()
Gets the value of the style property.
|
CTTxbxContent |
getTxbxContent()
Gets the value of the txbxContent property.
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setAny(Element value)
Sets the value of the any property.
|
void |
setInset(String value)
Sets the value of the inset property.
|
void |
setInsetmode(STInsetMode value)
Sets the value of the insetmode property.
|
void |
setParent(Object parent) |
void |
setSingleclick(STTrueFalse value)
Sets the value of the singleclick property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTxbxContent(CTTxbxContent value)
Sets the value of the txbxContent property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected CTTxbxContent txbxContent
protected Element any
protected String inset
protected STTrueFalse singleclick
protected STInsetMode insetmode
protected String style
protected String vmlId
public CTTxbxContent getTxbxContent()
CTTxbxContentpublic void setTxbxContent(CTTxbxContent value)
value - allowed object is
CTTxbxContentpublic Element getAny()
Elementpublic void setAny(Element value)
value - allowed object is
Elementpublic String getInset()
Stringpublic void setInset(String value)
value - allowed object is
Stringpublic STTrueFalse getSingleclick()
STTrueFalsepublic void setSingleclick(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STInsetMode getInsetmode()
STInsetModepublic void setInsetmode(STInsetMode value)
value - allowed object is
STInsetModepublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic String getVmlId()
Stringpublic void setVmlId(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.