Uses of Class
org.pptx4j.pml.CTTLPoint
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTTLPoint in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTLPoint Modifier and Type Field Description protected CTTLPointCTTLAnimateMotionBehavior. byprotected CTTLPointCTTLAnimateScaleBehavior. byprotected CTTLPointCTTLAnimateMotionBehavior. fromprotected CTTLPointCTTLAnimateScaleBehavior. fromprotected CTTLPointCTTLAnimateMotionBehavior. rCtrprotected CTTLPointCTTLAnimateMotionBehavior. toprotected CTTLPointCTTLAnimateScaleBehavior. toMethods in org.pptx4j.pml that return CTTLPoint Modifier and Type Method Description CTTLPointObjectFactory. createCTTLPoint()Create an instance ofCTTLPointCTTLPointCTTLAnimateMotionBehavior. getBy()Gets the value of the by property.CTTLPointCTTLAnimateScaleBehavior. getBy()Gets the value of the by property.CTTLPointCTTLAnimateMotionBehavior. getFrom()Gets the value of the from property.CTTLPointCTTLAnimateScaleBehavior. getFrom()Gets the value of the from property.CTTLPointCTTLAnimateMotionBehavior. getRCtr()Gets the value of the rCtr property.CTTLPointCTTLAnimateMotionBehavior. getTo()Gets the value of the to property.CTTLPointCTTLAnimateScaleBehavior. getTo()Gets the value of the to property.Methods in org.pptx4j.pml with parameters of type CTTLPoint Modifier and Type Method Description voidCTTLAnimateMotionBehavior. setBy(CTTLPoint value)Sets the value of the by property.voidCTTLAnimateScaleBehavior. setBy(CTTLPoint value)Sets the value of the by property.voidCTTLAnimateMotionBehavior. setFrom(CTTLPoint value)Sets the value of the from property.voidCTTLAnimateScaleBehavior. setFrom(CTTLPoint value)Sets the value of the from property.voidCTTLAnimateMotionBehavior. setRCtr(CTTLPoint value)Sets the value of the rCtr property.voidCTTLAnimateMotionBehavior. setTo(CTTLPoint value)Sets the value of the to property.voidCTTLAnimateScaleBehavior. setTo(CTTLPoint value)Sets the value of the to property.