Uses of Class
org.pptx4j.pml.Pic

Packages that use Pic
Package
Description
 
  • 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
    ObjectFactory.createPic()
    Create an instance of Pic
    CTControl.getPic()
    Gets the value of the pic property.
    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.