类 ImageSource

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

public class ImageSource extends Object
Represents the image source.
  • 构造器详细资料

    • ImageSource

      public ImageSource(InputStream stream, ImageType type)
      Specifies the normal construct method.
      参数:
      stream - The image stream.
      type - The type of the image.
  • 方法详细资料

    • getStream

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

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