Uses of Class
org.pptx4j.pml.CTIndexRange
Packages that use CTIndexRange
-
Uses of CTIndexRange in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTIndexRangeModifier and TypeFieldDescriptionprotected CTIndexRangeCTTLTextTargetElement.charRgprotected CTIndexRangeCTTLTextTargetElement.pRgprotected CTIndexRangeCTHtmlPublishProperties.sldRgprotected CTIndexRangeCTShowProperties.sldRgMethods in org.pptx4j.pml that return CTIndexRangeModifier and TypeMethodDescriptionObjectFactory.createCTIndexRange()Create an instance ofCTIndexRangeCTTLTextTargetElement.getCharRg()Gets the value of the charRg property.CTTLTextTargetElement.getPRg()Gets the value of the pRg property.CTHtmlPublishProperties.getSldRg()Gets the value of the sldRg property.CTShowProperties.getSldRg()Gets the value of the sldRg property.Methods in org.pptx4j.pml with parameters of type CTIndexRangeModifier and TypeMethodDescriptionvoidCTTLTextTargetElement.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.