|
||||||||
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 |
---|
isNeedAddToPage, isPositionProcessed, RealPageNumber, VerticalPosInfo |
Constructor Summary | |
---|---|
DocumentAttachment()
Constructor - initializes a new instance of the DocumentAttachment class. |
Method Summary | |
---|---|
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. |
TextFileStream |
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(TextFileStream value)
Sets a stream attaches to the document. |
Methods inherited from class java.lang.Object |
---|
equals, 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 TextFileStream getDocumentAttachmentStream()
TextFileStream
object.public void setDocumentAttachmentStream(TextFileStream value)
value
- Attachment stream.public java.lang.String getDocumentAttachmentCotentType()
public void setDocumentAttachmentCotentType(java.lang.String value)
value
- Attachment content type.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |