public class GeneratePDFAttachment extends CommonEmailAttachment
ATTACHMENT, attachmentFileName, description, disposition, encoding, filePath, INLINE
コンストラクタと説明 |
---|
GeneratePDFAttachment(byte[] input,
String file) |
GeneratePDFAttachment(InputStream input,
String file) |
GeneratePDFAttachment(String file) |
修飾子とタイプ | メソッドと説明 |
---|---|
DataSource |
getGeneratePDFDataSource()
生成したPDFファイル情報をデータソースクラスに格納して返します。
|
String |
getPdfFileName()
PDFファイルの名前(エンコード済)を取得
|
String |
getPdfFileRawName()
PDFファイルの名前(エンコード前)を取得
|
void |
setPdfFileData(byte[] datas)
PDFファイルのデータのバイト配列を保持する
|
getAttachmentFileName, getDescription, getDisposition, getFilePath, setDescription, setDisposition, setEncoding, setFilePath
public GeneratePDFAttachment(byte[] input, String file) throws IOException
input
- file
- IOException
public GeneratePDFAttachment(InputStream input, String file) throws IOException
input
- file
- IOException
public GeneratePDFAttachment(String file)
file
- public DataSource getGeneratePDFDataSource()
public String getPdfFileName()
public String getPdfFileRawName()
public void setPdfFileData(byte[] datas) throws IOException
datas
- IOException
Copyright © 2023 BrainSellers.com Corp.. All rights reserved.