|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.PdfDocumentBase
com.spire.pdf.widget.PdfDocumentWidget
public class PdfDocumentWidget
The Spire.Pdf.Parsing namespace contains classes, which are used to load or modify an existing PDF document.
| Constructor Summary | |
|---|---|
PdfDocumentWidget(byte[] file)
|
|
PdfDocumentWidget(byte[] file,
java.lang.String password)
|
|
PdfDocumentWidget(com.spire.ms.System.IO.Stream file)
|
|
PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
boolean isDisposedStream)
Load from Stream ,And Used by PdfViewer-Asp |
|
PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
java.lang.String password)
|
|
PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
java.lang.String filePassword,
boolean isDisposedStream)
Load from Stream with password,And Used by PdfViewer-Asp |
|
PdfDocumentWidget(java.lang.String filename)
|
|
PdfDocumentWidget(java.lang.String filename,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
PdfColorSpace |
getColorSpace()
Get the color space |
PdfForm |
getForm()
|
void |
setColorSpace(PdfColorSpace value)
|
| Methods inherited from class com.spire.pdf.PdfDocumentBase |
|---|
_getForm, close, dispose, getAttachments, getBookmarks, getCompressionLevel, getConformance, getDocumentInformation, getFileStructure, getJavaScripts, getPageLabel, getPages, getPageSettings, getSecurity, getTemplate, getUsedFonts, getViewerPreferences, importPage, importPage, importPageRange, merge, save, save, saveToXPS, setCompressionLevel, setConformance, setFileStructure, setPageLabel, setPageSettings, setTemplate, setViewerPreferences, split, split |
| Constructor Detail |
|---|
public PdfDocumentWidget(java.lang.String filename)
public PdfDocumentWidget(java.lang.String filename,
java.lang.String password)
public PdfDocumentWidget(byte[] file)
public PdfDocumentWidget(byte[] file,
java.lang.String password)
public PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
boolean isDisposedStream)
file - isDisposedStream -
public PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
java.lang.String filePassword,
boolean isDisposedStream)
file - filePassword - isDisposedStream - public PdfDocumentWidget(com.spire.ms.System.IO.Stream file)
public PdfDocumentWidget(com.spire.ms.System.IO.Stream file,
java.lang.String password)
| Method Detail |
|---|
public PdfColorSpace getColorSpace()
PdfDocumentBase
getColorSpace in class PdfDocumentBasepublic void setColorSpace(PdfColorSpace value)
setColorSpace in class PdfDocumentBasepublic PdfForm getForm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||