public static class SmartArtDataHierarchy.Texts.IdentifiedText extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}t"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected CTTextBody |
t |
| Constructor and Description |
|---|
IdentifiedText() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
CTTextBody |
getT()
Gets the value of the t property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setT(CTTextBody value)
Sets the value of the t property.
|
protected CTTextBody t
protected String id
public CTTextBody getT()
CTTextBodypublic void setT(CTTextBody value)
value - allowed object is
CTTextBodyCopyright © 2007-2022. All Rights Reserved.