Uses of Class
org.pptx4j.pml.NvPr
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
-
Uses of NvPr in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as NvPr Modifier and Type Field Description protected NvPrCTContentPartNonVisual. nvPrMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return NvPr Modifier and Type Method Description NvPrCTContentPartNonVisual. getNvPr()Gets the value of the nvPr property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type NvPr Modifier and Type Method Description voidCTContentPartNonVisual. setNvPr(NvPr value)Sets the value of the nvPr property. -
Uses of NvPr in org.pptx4j.pml
Fields in org.pptx4j.pml declared as NvPr Modifier and Type Field Description protected NvPrCTGraphicalObjectFrameNonVisual. nvPrprotected NvPrCxnSp.NvCxnSpPr. nvPrprotected NvPrGroupShape.NvGrpSpPr. nvPrprotected NvPrPic.NvPicPr. nvPrprotected NvPrShape.NvSpPr. nvPrMethods in org.pptx4j.pml that return NvPr Modifier and Type Method Description NvPrObjectFactory. createNvPr()Create an instance ofNvPrNvPrCTGraphicalObjectFrameNonVisual. getNvPr()Gets the value of the nvPr property.NvPrCxnSp.NvCxnSpPr. getNvPr()Gets the value of the nvPr property.NvPrGroupShape.NvGrpSpPr. getNvPr()Gets the value of the nvPr property.NvPrPic.NvPicPr. getNvPr()Gets the value of the nvPr property.NvPrShape.NvSpPr. getNvPr()Gets the value of the nvPr property.Methods in org.pptx4j.pml with parameters of type NvPr Modifier and Type Method Description voidCTGraphicalObjectFrameNonVisual. setNvPr(NvPr value)Sets the value of the nvPr property.voidCxnSp.NvCxnSpPr. setNvPr(NvPr value)Sets the value of the nvPr property.voidGroupShape.NvGrpSpPr. setNvPr(NvPr value)Sets the value of the nvPr property.voidPic.NvPicPr. setNvPr(NvPr value)Sets the value of the nvPr property.voidShape.NvSpPr. setNvPr(NvPr value)Sets the value of the nvPr property.