public class CTTLTextTargetElement extends Object
Java class for CT_TLTextTargetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTextTargetElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="charRg" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_IndexRange"/>
<element name="pRg" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_IndexRange"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTIndexRange |
charRg |
protected CTIndexRange |
pRg |
| Constructor and Description |
|---|
CTTLTextTargetElement() |
| Modifier and Type | Method and Description |
|---|---|
CTIndexRange |
getCharRg()
Gets the value of the charRg property.
|
CTIndexRange |
getPRg()
Gets the value of the pRg property.
|
void |
setCharRg(CTIndexRange value)
Sets the value of the charRg property.
|
void |
setPRg(CTIndexRange value)
Sets the value of the pRg property.
|
protected CTIndexRange charRg
protected CTIndexRange pRg
public CTIndexRange getCharRg()
CTIndexRangepublic void setCharRg(CTIndexRange value)
value - allowed object is
CTIndexRangepublic CTIndexRange getPRg()
CTIndexRangepublic void setPRg(CTIndexRange value)
value - allowed object is
CTIndexRangeCopyright © 2007-2019. All Rights Reserved.