@Deprecated public class PdfAttachment extends Attachment
Represents a file attached to a pdf document.
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Deprecated.
Gets the attached file content.
|
String |
getDescription()
Deprecated.
Gets the description of the attached file.
|
String |
getName()
Deprecated.
Gets the name of the attached file.
|
void |
setContent(byte[] value)
Deprecated.
Sets the attached file content.
|
void |
setDescription(String value)
Deprecated.
Sets the description of the attached file.
|
void |
setName(String value)
Deprecated.
Sets the name of the attached file.
|
getDocumentInfo, loadDocument, loadDocument, loadDocument, loadDocument, updateDocument
public final String getName()
Gets the name of the attached file.
public final void setName(String value)
Sets the name of the attached file.
value
- The name of the attached file.public final String getDescription()
Gets the description of the attached file.
public final void setDescription(String value)
Sets the description of the attached file.
value
- The description of the attached file.public byte[] getContent()
Gets the attached file content.
getContent
in class Attachment
public void setContent(byte[] value)
Sets the attached file content.
setContent
in class Attachment
value
- The attached file content.