Uses of Class
org.pptx4j.pml.Pic

Packages that use Pic 
Package Description
org.pptx4j.pml  
  • Uses of Pic in org.pptx4j.pml

    Fields in org.pptx4j.pml declared as Pic 
    Modifier and Type Field Description
    protected Pic CTControl.pic  
    protected Pic CTOleObject.pic  
    Methods in org.pptx4j.pml that return Pic 
    Modifier and Type Method Description
    Pic ObjectFactory.createPic()
    Create an instance of Pic
    Pic CTControl.getPic()
    Gets the value of the pic property.
    Pic CTOleObject.getPic()
    Gets the value of the pic property.
    Methods in org.pptx4j.pml with parameters of type Pic 
    Modifier and Type Method Description
    void CTControl.setPic​(Pic value)
    Sets the value of the pic property.
    void CTOleObject.setPic​(Pic value)
    Sets the value of the pic property.