[]
        
(Showing Draft Content)

ImageSource

Class ImageSource

java.lang.Object
com.grapecity.documents.excel.ImageSource

public class ImageSource extends Object
Represents the image source.
  • Constructor Details

    • ImageSource

      public ImageSource(InputStream stream, ImageType type)
      Specifies the normal construct method.
      Parameters:
      stream - The image stream.
      type - The type of the image.
  • Method Details

    • getStream

      public InputStream getStream()
      Gets the image stream.
    • getType

      public ImageType getType()
      Gets the type of the image.