@Deprecated public class PdfAttachment extends Object
Represents an attachment in PdfFormat
.
Constructor and Description |
---|
PdfAttachment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the description.
|
String |
getMIMEType()
Deprecated.
Gets or sets MIME type of the attachment.
|
String |
getName()
Deprecated.
Gets the name of the attachment.
|
void |
setDescription(String value)
Deprecated.
Sets the description.
|
void |
setMIMEType(String value)
Deprecated.
Gets or sets MIME type of the attachment.
|
void |
setName(String value)
Deprecated.
Sets the name of the attachment.
|
public final String getName()
Gets the name of the attachment.
public final void setName(String value)
Sets the name of the attachment.
value
- Attachment name.public final String getDescription()
Gets the description.
public final void setDescription(String value)
Sets the description.
value
- Attachment description.public final String getMIMEType()
Gets or sets MIME type of the attachment.
public final void setMIMEType(String value)
Gets or sets MIME type of the attachment.
Copyright © 2020. All rights reserved.