Uses of Class
org.pptx4j.pml.CTIndexRange
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTIndexRange in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTIndexRange Modifier and Type Field Description protected CTIndexRangeCTTLTextTargetElement. charRgprotected CTIndexRangeCTTLTextTargetElement. pRgprotected CTIndexRangeCTHtmlPublishProperties. sldRgprotected CTIndexRangeCTShowProperties. sldRgMethods in org.pptx4j.pml that return CTIndexRange Modifier and Type Method Description CTIndexRangeObjectFactory. createCTIndexRange()Create an instance ofCTIndexRangeCTIndexRangeCTTLTextTargetElement. getCharRg()Gets the value of the charRg property.CTIndexRangeCTTLTextTargetElement. getPRg()Gets the value of the pRg property.CTIndexRangeCTHtmlPublishProperties. getSldRg()Gets the value of the sldRg property.CTIndexRangeCTShowProperties. getSldRg()Gets the value of the sldRg property.Methods in org.pptx4j.pml with parameters of type CTIndexRange Modifier and Type Method Description voidCTTLTextTargetElement. setCharRg(CTIndexRange value)Sets the value of the charRg property.voidCTTLTextTargetElement. setPRg(CTIndexRange value)Sets the value of the pRg property.voidCTHtmlPublishProperties. setSldRg(CTIndexRange value)Sets the value of the sldRg property.voidCTShowProperties. setSldRg(CTIndexRange value)Sets the value of the sldRg property.