public class CTTx extends Object
Java class for CT_Tx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Tx"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="strRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StrRef"/> <element name="rich" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTTextBody |
rich |
protected CTStrRef |
strRef |
Constructor and Description |
---|
CTTx() |
Modifier and Type | Method and Description |
---|---|
CTTextBody |
getRich()
Gets the value of the rich property.
|
CTStrRef |
getStrRef()
Gets the value of the strRef property.
|
void |
setRich(CTTextBody value)
Sets the value of the rich property.
|
void |
setStrRef(CTStrRef value)
Sets the value of the strRef property.
|
protected CTStrRef strRef
protected CTTextBody rich
public CTStrRef getStrRef()
CTStrRef
public void setStrRef(CTStrRef value)
value
- allowed object is
CTStrRef
public CTTextBody getRich()
CTTextBody
public void setRich(CTTextBody value)
value
- allowed object is
CTTextBody
Copyright © 2007-2019. All Rights Reserved.