public class Text extends Object implements Child
Java class for CT_Text complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Text">
<simpleContent>
<extension base="<http://schemas.openxmlformats.org/wordprocessingml/2006/main>ST_String">
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
space |
protected String |
value |
| Constructor and Description |
|---|
Text() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSpace()
Content Contains Significant
Whitespace
|
String |
getValue()
String
|
void |
setParent(Object parent) |
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public void setValue(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(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-2021. All Rights Reserved.