Uses of Enum Class
io.keikai.model.SPicture.Format
Packages that use SPicture.Format
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
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.FormatModifier and TypeMethodDescriptionstatic SPicture.FormatEnumUtil.toPictureFormat(Picture.Format format) -
Uses of SPicture.Format in io.keikai.model
Methods in io.keikai.model that return SPicture.FormatModifier and TypeMethodDescriptionSPicture.getFormat()SPictureData.getFormat()static SPicture.FormatReturns the enum constant of this class 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 class, in the order they are declared.Methods in io.keikai.model with parameters of type SPicture.FormatModifier and TypeMethodDescriptionSSheet.addPicture(SPicture.Format format, byte[] data, ViewAnchor anchor) Add a picture into this sheet with raw picture data and format.SBook.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.FormatConstructors in io.keikai.model.impl with parameters of type SPicture.FormatModifierConstructorDescriptionPictureImpl(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.FormatModifier and TypeMethodDescriptionSRange.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.FormatModifier and TypeMethodDescriptionRangeImpl.addPicture(ViewAnchor anchor, byte[] image, SPicture.Format format)