|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
java.lang.objectcom.spire.pdf.general.pdffilespecificationbase
com.spire.pdf.general.pdfembeddedfilespecification
public class pdfembeddedfilespecification
represents specification of embedded file.
| constructor summary | |
|---|---|
pdfembeddedfilespecification(java.lang.string filename)
initializes new instance. |
|
pdfembeddedfilespecification(java.lang.string filename,
byte[] data)
initializes a new instance of the class. |
|
pdfembeddedfilespecification(java.lang.string filename,
java.io.inputstream stream)
initializes a new instance of the class. |
|
pdfembeddedfilespecification(java.lang.string filename,
com.spire.ms.system.io.stream stream)
initializes a new instance of the class. |
|
| method summary | |
|---|---|
java.util.date |
getcreationdate()
gets creation date. |
byte[] |
getdata()
gets or sets the data. |
java.lang.string |
getdescription()
gets the description. |
java.lang.string |
getfilename()
gets or sets the file name. |
java.lang.string |
getmimetype()
gets the mime type of the embedded file. |
java.util.date |
getmodificationdate()
gets modification date. |
void |
setcreationdate(java.util.date value)
sets creation date. |
void |
setdata(byte[] value)
|
void |
setdescription(java.lang.string value)
sets the description. |
void |
setmimetype(java.lang.string value)
sets the mime type of the embedded file. |
void |
setmodificationdate(java.util.date value)
sets modification date. |
| methods inherited from class com.spire.pdf.general.pdffilespecificationbase |
|---|
getdictionary |
| constructor detail |
|---|
public pdfembeddedfilespecification(java.lang.string filename)
filename - file namepublic pdfembeddedfilespecification(java.lang.string filename,
byte[] data)
filename - name of the file.data - the data.public pdfembeddedfilespecification(java.lang.string filename,
com.spire.ms.system.io.stream stream)
filename - name of the file.stream - the stream.public pdfembeddedfilespecification(java.lang.string filename,
java.io.inputstream stream)
filename - name of the file.stream - the stream.| method detail |
|---|
public java.lang.string getfilename()
getfilename in class pdffilespecificationbasepublic byte[] getdata()
public void setdata(byte[] value)
public java.lang.string getdescription()
public void setdescription(java.lang.string value)
public java.lang.string getmimetype()
public void setmimetype(java.lang.string value)
public java.util.date getcreationdate()
public void setcreationdate(java.util.date value)
public java.util.date getmodificationdate()
public void setmodificationdate(java.util.date value)
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||