|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.Paragraph
aspose.pdf.DocumentAttachment
public class DocumentAttachment
Represents a set of document level attachment
Typical usages are the following:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class aspose.pdf.Paragraph |
|---|
Paragraph.VerticalPositionInfo |
| Field Summary |
|---|
| Fields inherited from class aspose.pdf.Paragraph |
|---|
_realPageNumber, INNER_INDENT, isNeedAddToPage, isPositionProcessed, VerticalPosInfo |
| Constructor Summary | |
|---|---|
DocumentAttachment()
Constructor - initializes a new instance of the DocumentAttachment class. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.Object |
completeClone()
|
java.lang.String |
getDocumentAttachmentCotentType()
Gets a String that indicates the MIME type of the attached file. |
java.lang.String |
getDocumentAttachmentFile()
Gets a String that indicates the DocumentAttachment file name. |
BinaryFileStream |
getDocumentAttachmentStream()
Gets a stream attaches to the document. |
void |
setDocumentAttachmentCotentType(java.lang.String value)
Sets a String that indicates the MIME type of the attached |
void |
setDocumentAttachmentFile(java.lang.String value)
Sets a String that indicates the DocumentAttachment file name. |
void |
setDocumentAttachmentStream(BinaryFileStream value)
Sets a stream attaches to the document. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentAttachment()
DocumentAttachment class.
| Method Detail |
|---|
public java.lang.String getDocumentAttachmentFile()
DocumentAttachment file name.
public void setDocumentAttachmentFile(java.lang.String value)
DocumentAttachment file name.
value - Attachment file name.public BinaryFileStream getDocumentAttachmentStream()
BinaryFileStream object.public void setDocumentAttachmentStream(BinaryFileStream value)
value - Attachment stream.public java.lang.String getDocumentAttachmentCotentType()
public void setDocumentAttachmentCotentType(java.lang.String value)
value - Attachment content type.public java.lang.Object completeClone()
completeClone in class Paragraphpublic java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||