类 Attachments
- java.lang.Object
-
- com.deepoove.poi.data.Attachments
-
public class Attachments extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAttachments.AttachmentBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static Attachments.AttachmentBuilderof(String src)static Attachments.AttachmentBuilderofBytes(byte[] bytes)static Attachments.AttachmentBuilderofBytes(byte[] bytes, AttachmentType fileType)static Attachments.AttachmentBuilderofLocal(String path)static Attachments.AttachmentBuilderofLocal(String path, AttachmentType fileType)static Attachments.AttachmentBuilderofStream(InputStream inputStream)static Attachments.AttachmentBuilderofStream(InputStream inputStream, AttachmentType fileType)static Attachments.AttachmentBuilderofUrl(String url)static Attachments.AttachmentBuilderofUrl(String url, AttachmentType fileType)static Attachments.AttachmentBuilderofWord(org.apache.poi.xwpf.usermodel.XWPFDocument src)static Attachments.AttachmentBuilderofWordTemplate(XWPFTemplate src)static Attachments.AttachmentBuilderofWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook src)
-
-
-
方法详细资料
-
of
public static Attachments.AttachmentBuilder of(String src)
-
ofLocal
public static Attachments.AttachmentBuilder ofLocal(String path)
-
ofLocal
public static Attachments.AttachmentBuilder ofLocal(String path, AttachmentType fileType)
-
ofUrl
public static Attachments.AttachmentBuilder ofUrl(String url)
-
ofUrl
public static Attachments.AttachmentBuilder ofUrl(String url, AttachmentType fileType)
-
ofWord
public static Attachments.AttachmentBuilder ofWord(org.apache.poi.xwpf.usermodel.XWPFDocument src)
-
ofWordTemplate
public static Attachments.AttachmentBuilder ofWordTemplate(XWPFTemplate src)
-
ofWorkbook
public static Attachments.AttachmentBuilder ofWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook src)
-
ofStream
public static Attachments.AttachmentBuilder ofStream(InputStream inputStream, AttachmentType fileType)
-
ofStream
public static Attachments.AttachmentBuilder ofStream(InputStream inputStream)
-
ofBytes
public static Attachments.AttachmentBuilder ofBytes(byte[] bytes, AttachmentType fileType)
-
ofBytes
public static Attachments.AttachmentBuilder ofBytes(byte[] bytes)
-
-