Uses of Enum Class
cloud.opencode.base.pdf.content.PdfImage.ImageFormat
Packages that use PdfImage.ImageFormat
-
Uses of PdfImage.ImageFormat in cloud.opencode.base.pdf.content
Subclasses with type arguments of type PdfImage.ImageFormat in cloud.opencode.base.pdf.contentModifier and TypeClassDescriptionstatic enumSupported image formats 支持的图像格式Methods in cloud.opencode.base.pdf.content that return PdfImage.ImageFormatModifier and TypeMethodDescriptionPdfImage.getFormat()static PdfImage.ImageFormatReturns the enum constant of this class with the specified name.static PdfImage.ImageFormat[]PdfImage.ImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.pdf.content with parameters of type PdfImage.ImageFormatModifier and TypeMethodDescriptionstatic PdfImagePdfImage.from(byte[] bytes, PdfImage.ImageFormat format) Creates image from byte array 从字节数组创建图像PdfImage.source(byte[] imageBytes, PdfImage.ImageFormat format) Sets image from bytes 从字节设置图像