Uses of Enum Class
org.aoju.bus.office.word.PicType
Packages that use PicType
-
Uses of PicType in org.aoju.bus.office.word
Methods in org.aoju.bus.office.word that return PicTypeModifier and TypeMethodDescriptionstatic PicTypeReturns the enum constant of this class with the specified name.static PicType[]PicType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.office.word with parameters of type PicTypeModifier and TypeMethodDescriptionWord07Writer.addPicture(InputStream in, PicType picType, String fileName, int width, int height) 增加图片,单独成段落,增加后图片流关闭,默认居中对齐Word07Writer.addPicture(InputStream in, PicType picType, String fileName, int width, int height, org.apache.poi.xwpf.usermodel.ParagraphAlignment align) 增加图片,单独成段落,增加后图片流关闭