Package com.grapecity.documents.excel
Class ImageSource
java.lang.Object
com.grapecity.documents.excel.ImageSource
Represents the image source.
-
Constructor Summary
ConstructorsConstructorDescriptionImageSource(InputStream stream, ImageType type) Specifies the normal construct method. -
Method Summary
-
Constructor Details
-
ImageSource
Specifies the normal construct method.- Parameters:
stream- The image stream.type- The type of the image.
-
-
Method Details
-
getStream
Gets the image stream. -
getType
Gets the type of the image.
-