Uses of Class
io.keikai.model.SPicture.Format
-
Packages that use SPicture.Format Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SPicture.Format in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SPicture.Format Modifier and Type Method Description static SPicture.Format
EnumUtil. toPictureFormat(Picture.Format format)
-
Uses of SPicture.Format in io.keikai.model
Methods in io.keikai.model that return SPicture.Format Modifier and Type Method Description SPicture.Format
SPicture. getFormat()
SPicture.Format
SPictureData. getFormat()
static SPicture.Format
SPicture.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static SPicture.Format
SPicture.Format. valueOfFileExtension(String fileExtension)
Convert file extension to picture formatstatic SPicture.Format[]
SPicture.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SPicture.Format Modifier and Type Method Description SPicture
SSheet. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)
Add a picture into this sheet with raw picture data and format.SPictureData
SBook. addPictureData(SPicture.Format format, byte[] data)
AddSPictureData
into this book -
Uses of SPicture.Format in io.keikai.model.impl
Methods in io.keikai.model.impl that return SPicture.Format Modifier and Type Method Description SPicture.Format
PictureDataImpl. getFormat()
SPicture.Format
PictureImpl. getFormat()
Methods in io.keikai.model.impl with parameters of type SPicture.Format Modifier and Type Method Description SPicture
SheetImpl. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)
SPictureData
BookImpl. addPictureData(SPicture.Format format, byte[] data)
Constructors in io.keikai.model.impl with parameters of type SPicture.Format Constructor Description PictureImpl(AbstractSheetAdv sheet, String id, SPicture.Format format, byte[] data, ViewAnchor anchor)
This constructor will create aSPictureData
internally -
Uses of SPicture.Format in io.keikai.range
Methods in io.keikai.range with parameters of type SPicture.Format Modifier and Type Method Description SPicture
SRange. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)
Add a picture into the sheet of this Range -
Uses of SPicture.Format in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SPicture.Format Modifier and Type Method Description SPicture
RangeImpl. addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)
-
Uses of SPicture.Format in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SPicture.Format Modifier and Type Method Description static int
PoiEnumConversion. toPoiPictureFormat(SPicture.Format format)
-