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.FormatEnumUtil. 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.FormatSPicture. getFormat()SPicture.FormatSPictureData. getFormat()static SPicture.FormatSPicture.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static SPicture.FormatSPicture.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 SPictureSSheet. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)Add a picture into this sheet with raw picture data and format.SPictureDataSBook. addPictureData(SPicture.Format format, byte[] data)AddSPictureDatainto 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.FormatPictureDataImpl. getFormat()SPicture.FormatPictureImpl. getFormat()Methods in io.keikai.model.impl with parameters of type SPicture.Format Modifier and Type Method Description SPictureSheetImpl. addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor)SPictureDataBookImpl. 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 aSPictureDatainternally -
Uses of SPicture.Format in io.keikai.range
Methods in io.keikai.range with parameters of type SPicture.Format Modifier and Type Method Description SPictureSRange. 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 SPictureRangeImpl. 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 intPoiEnumConversion. toPoiPictureFormat(SPicture.Format format)
-