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