Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IPictureFormat Interface
Methods

In This Topic
    IPictureFormat Interface Members
    In This Topic

    The following tables list the members exposed by IPictureFormat.

    Public Methods
     NameDescription
     MethodGets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).  
     MethodGets the type of color transformation applied to the specified picture.  
     MethodGets the contrast for the specified picture or OLE object. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).  
     MethodGets the ICrop object that represents the cropping settings for thespecified IPictureFormat object.  
     MethodGets the number of points that are cropped off the bottom of the specified picture.  
     MethodGets the number of points that are cropped off the left side of the specified picture.  
     MethodGets the number of points that are cropped off the right side of the specified picture.  
     MethodGets the number of points that are cropped off the top of the specified picture.  
     MethodGets the byte array of the specified picture.  
     MethodGets or sets the reference of current picture.  
     MethodGets the degree of transparency of the specified picture.  
     MethodGets whether the specified picture format uses a transparent background.  
     MethodGets the type of the specified picture.  
     MethodGets the URL of the picture from JSON.  
     MethodSets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).  
     MethodSets the type of color transformation applied to the specified picture.  
     MethodSets the contrast for the specified picture or OLE object. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).  
     MethodSets the number of points that are cropped off the bottom of the specified picture.  
     MethodSets the number of points that are cropped off the left side of the specified picture.  
     MethodSets the number of points that are cropped off the right side of the specified picture.  
     MethodSets the number of points that are cropped off the top of the specified picture.  
     MethodSets the byte array of the specified picture.  
     MethodSets the reference of current picture.  
     MethodSets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).  
     MethodSets whether the specified picture format uses a transparent background.  
    Top
    See Also