|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.cos.COSCatalog
public class COSCatalog
The document catalog object of the PDF document.
Nested Class Summary | |
---|---|
static class |
COSCatalog.MetaClass
The meta class implementation |
Field Summary | |
---|---|
static COSName |
CN_Type_Catalog
|
static COSName |
CN_Version_1_4
Well known attribute names |
static COSName |
DK_AcroForm
|
static COSName |
DK_Dests
|
static COSName |
DK_FDF
|
static COSName |
DK_Metadata
|
static COSName |
DK_Names
|
static COSName |
DK_OpenAction
|
static COSName |
DK_Outlines
|
static COSName |
DK_OutputIntents
|
static COSName |
DK_PageMode
|
static COSName |
DK_Pages
|
static COSName |
DK_PieceInfo
|
static COSName |
DK_Sig
|
static COSName |
DK_Type
|
static COSName |
DK_URI
|
static COSName |
DK_Version
|
static COSCatalog.MetaClass |
META
The meta class instance |
Method Summary | |
---|---|
COSDictionary |
cosGetDests()
The /Dests field in the document catalog. |
COSDictionary |
cosGetFDF()
The /FDF field in the document catalog. |
COSDictionary |
cosGetNames()
The /Names field in the document catalog. |
COSObject |
cosGetOpenAction()
The object defining the open action for the document. |
COSDictionary |
cosGetOutline()
The /Outlines field in the document catalog. |
COSDictionary |
cosGetSig()
The /Sig field in the document catalog. |
COSDictionary |
cosSetDests(COSDictionary pDests)
Set the /Dests field in the document catalog. |
COSDictionary |
cosSetFDF(COSDictionary fdfDict)
Set the /FDF field in the document catalog. |
COSDictionary |
cosSetNames(COSDictionary pNames)
Set the /Names field in the document catalog. |
COSDictionary |
cosSetOutline(COSDictionary dict)
Set the /Outlines field in the document catalog. |
COSDictionary |
cosSetSig(COSDictionary sigDict)
Set the /Sig field in the document catalog. |
String |
getPageMode()
The /PageMode field in the document catalog. |
String |
getVersion()
The /Version field in the document catalog. |
void |
setPageMode(String value)
Set the /PageMode field in the document catalog. |
void |
setVersion(String value)
Set the /Version field in the document catalog. |
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
---|
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final COSName DK_AcroForm
public static final COSName DK_Dests
public static final COSName DK_FDF
public static final COSName DK_Names
public static final COSName DK_OpenAction
public static final COSName DK_Outlines
public static final COSName DK_Sig
public static final COSName DK_Type
public static final COSName DK_Metadata
public static final COSName DK_OutputIntents
public static final COSName DK_PageMode
public static final COSName DK_Pages
public static final COSName DK_PieceInfo
public static final COSName CN_Type_Catalog
public static final COSName DK_URI
public static final COSName DK_Version
public static final COSName CN_Version_1_4
public static final COSCatalog.MetaClass META
Method Detail |
---|
public COSDictionary cosGetDests()
public COSDictionary cosGetFDF()
public COSDictionary cosGetNames()
public COSDictionary cosSetNames(COSDictionary pNames)
public COSObject cosGetOpenAction()
public COSDictionary cosGetOutline()
public COSDictionary cosGetSig()
public COSDictionary cosSetFDF(COSDictionary fdfDict)
public COSDictionary cosSetOutline(COSDictionary dict)
public COSDictionary cosSetSig(COSDictionary sigDict)
public String getPageMode()
public String getVersion()
public void setPageMode(String value)
public void setVersion(String value)
public COSDictionary cosSetDests(COSDictionary pDests)
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |