Uses of Class
org.pptx4j.pml.CTNormalViewPortion
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTNormalViewPortion in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTNormalViewPortion Modifier and Type Field Description protected CTNormalViewPortionCTNormalViewProperties. restoredLeftprotected CTNormalViewPortionCTNormalViewProperties. restoredTopMethods in org.pptx4j.pml that return CTNormalViewPortion Modifier and Type Method Description CTNormalViewPortionObjectFactory. createCTNormalViewPortion()Create an instance ofCTNormalViewPortionCTNormalViewPortionCTNormalViewProperties. getRestoredLeft()Gets the value of the restoredLeft property.CTNormalViewPortionCTNormalViewProperties. getRestoredTop()Gets the value of the restoredTop property.Methods in org.pptx4j.pml with parameters of type CTNormalViewPortion Modifier and Type Method Description voidCTNormalViewProperties. setRestoredLeft(CTNormalViewPortion value)Sets the value of the restoredLeft property.voidCTNormalViewProperties. setRestoredTop(CTNormalViewPortion value)Sets the value of the restoredTop property.