| Package | Description |
|---|---|
| de.intarsys.pdf.app.action |
Some application level framework to handle the event mechanics in a PDF document.
|
| de.intarsys.pdf.app.annotation | |
| de.intarsys.pdf.app.appearance |
The "framework" for dealing with appearances.
|
| de.intarsys.pdf.cds |
CDS (Common Data Structure) defines higher level data structures or types on top
of COS types that are used all over the PDF spec.
|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.content.text | |
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| de.intarsys.pdf.encoding |
This package implements the encodings of the PDF spec.
|
| de.intarsys.pdf.fd |
A basic implementation of the FDF part of the PDF spec.
|
| de.intarsys.pdf.filter |
The filter relevant parts of the PDF spec.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
ActionTools.DK_JavaScript
The key where we can find the static JavaScripts in the document catalog.
|
| Modifier and Type | Method and Description |
|---|---|
COSName |
IActionHandler.getActionType()
The type of actions this handler can process.
|
COSName |
TriggerEvent.getReason() |
| Modifier and Type | Method and Description |
|---|---|
static ActionTools.ActionDisablement |
ActionTools.disableActions(COSDocument doc,
COSName actionType)
Set a flag with
doc to signal that action processing for
the type actionType should be disabled. |
static boolean |
ActionTools.isEnabled(COSDocument doc,
COSName actionType)
true if execution of an action of type
actionType should be allowed. |
IActionHandler |
StandardActionHandlerRegistry.lookupActionHandler(COSName actionType) |
IActionHandler |
IActionHandlerRegistry.lookupActionHandler(COSName actionType)
The
IActionHandler for the specified actionType. |
void |
StandardActionProcessor.process(TriggerEvent event,
COSName actionType,
COSObject actionDefinition) |
void |
IActionProcessor.process(TriggerEvent event,
COSName actionType,
COSObject actionDefinition)
Process an
actionDefinition of type
actionType caused by event. |
| Constructor and Description |
|---|
TriggerEvent(Object context,
COSName reason) |
TriggerEvent(Object source,
Object context,
COSName reason) |
TriggerEvent(Object source,
Object context,
COSName reason,
String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
COSName |
IAnnotationFactory.getAnnotationType()
The type of annotation this factory can create.
|
| Modifier and Type | Method and Description |
|---|---|
static PDAnnotation |
AnnotationFactoryTools.createAnnotation(COSName type,
PDPage page,
Rectangle2D rect,
Map attributes)
Create a new
PDAnnotation from scratch. |
IAnnotationFactory |
StandardAnnotationOutlet.lookupAnnotationFactory(COSName type) |
IAnnotationFactory |
IAnnotationOutlet.lookupAnnotationFactory(COSName type)
The
IAnnotationFactory for the requested annotation type or null. |
| Modifier and Type | Method and Description |
|---|---|
COSName |
NullAppearanceCreator.getAnnotationType() |
COSName |
IdentityAppearanceCreator.getAnnotationType() |
COSName |
IAppearanceCreator.getAnnotationType()
The type of annotations this handler can process.
|
| Modifier and Type | Method and Description |
|---|---|
IAppearanceCreator |
StandardAppearanceCreatorRegistry.lookupAppearanceCreator(COSName type) |
IAppearanceCreator |
IAppearanceCreatorRegistry.lookupAppearanceCreator(COSName type) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CDSTreeNode.DK_Kids
common names
|
static COSName |
CDSTreeNode.DK_Limits |
static COSName |
CDSNameTreeNode.DK_Names |
static COSName |
CDSNumberTreeNode.DK_Nums |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CSOperation.OPERAND_Tx |
| Modifier and Type | Method and Description |
|---|---|
void |
CSContent.addMarkedContent(COSName mark,
byte[] content)
Add "content" at the end of the "marked content" portion in the content
stream of this.
|
void |
ICSDevice.doShading(COSName resourceName,
PDShading shading)
Paint shape and color shading according to shading dictionary.
|
void |
CSTextFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSPathFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSImageFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSDeviceFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSDeviceAdapter.doShading(COSName name,
PDShading shading) |
void |
ICSDevice.doXObject(COSName resourceName,
PDXObject xObject)
Stroke a PDXObject.
|
void |
CSDeviceFilter.doXObject(COSName name,
PDXObject xobject) |
void |
CSDeviceAdapter.doXObject(COSName name,
PDXObject xobject) |
boolean |
CSOperation.isOpBeginMarkedContent(COSName mark)
true if this is a "begin marked content" operation with
the operand mark (or any operation when mark is null). |
void |
ICSDevice.markedContentBegin(COSName tag)
Begin a marked content sequence.
|
void |
CSTextFilter.markedContentBegin(COSName tag) |
void |
CSPathFilter.markedContentBegin(COSName tag) |
void |
CSImageFilter.markedContentBegin(COSName tag) |
void |
CSDeviceFilter.markedContentBegin(COSName tag) |
void |
CSDeviceAdapter.markedContentBegin(COSName tag) |
void |
ICSDevice.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties)
Begin a marked content sequence with a property list.
|
void |
CSTextFilter.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSPathFilter.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSImageFilter.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSDeviceFilter.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSDeviceAdapter.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
ICSDevice.markedContentPoint(COSName tag)
Set a marked point.
|
void |
CSTextFilter.markedContentPoint(COSName tag) |
void |
CSPathFilter.markedContentPoint(COSName tag) |
void |
CSImageFilter.markedContentPoint(COSName tag) |
void |
CSDeviceFilter.markedContentPoint(COSName tag) |
void |
CSDeviceAdapter.markedContentPoint(COSName tag) |
void |
ICSDevice.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties)
Define a marked content point with a property list.
|
void |
CSTextFilter.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSPathFilter.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSImageFilter.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSDeviceFilter.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSDeviceAdapter.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
ICSDevice.setExtendedState(COSName resourceName,
PDExtGState gstate)
Set the dictionary as the new graphic state, creating a new
PDResources entry if needed. |
void |
CSImageFilter.setExtendedState(COSName resourceName,
PDExtGState gstate) |
void |
CSDeviceFilter.setExtendedState(COSName resourceName,
PDExtGState gstate) |
void |
CSDeviceAdapter.setExtendedState(COSName name,
PDExtGState gstate) |
void |
CSContent.setMarkedContent(COSName mark,
byte[] content)
Set the "marked content" portion in the content stream of this.
|
void |
ICSDevice.setNonStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace)
Set color space for non-stroking.
|
void |
CSDeviceFilter.setNonStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace) |
void |
CSDeviceAdapter.setNonStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
ICSDevice.setNonStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern)
Set the color used for non stroking operations, dependent on the
currently selected special color spaces.
|
void |
CSDeviceFilter.setNonStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern) |
void |
CSDeviceAdapter.setNonStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
ICSDevice.setRenderingIntent(COSName intent)
Set the color rendering intent.
|
void |
CSDeviceFilter.setRenderingIntent(COSName intent) |
void |
CSDeviceAdapter.setRenderingIntent(COSName intent) |
void |
ICSDevice.setStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace)
Set color space for stroking.
|
void |
CSDeviceFilter.setStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace) |
void |
CSDeviceAdapter.setStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
ICSDevice.setStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern)
Set the color used for stroking operations, dependent on the currently
selected special color spaces.
|
void |
CSDeviceFilter.setStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern) |
void |
CSDeviceAdapter.setStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
ICSDevice.textSetFont(COSName resourceName,
PDFont font,
float size)
Set the current font and size.
|
void |
CSPathFilter.textSetFont(COSName resourceName,
PDFont font,
float size) |
void |
CSImageFilter.textSetFont(COSName resourceName,
PDFont font,
float size) |
void |
CSDeviceFilter.textSetFont(COSName resourceName,
PDFont font,
float size) |
void |
CSDeviceAdapter.textSetFont(COSName name,
PDFont font,
float size) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.doShading(COSName name,
PDShading shading) |
void |
CSCreator.doXObject(COSName name,
PDXObject xObject) |
void |
CSCreator.markedContentBegin(COSName tag) |
void |
CSCreator.markedContentBeginProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSCreator.markedContentPoint(COSName tag) |
void |
CSCreator.markedContentPointProperties(COSName tag,
COSName resourceName,
COSDictionary properties) |
void |
CSCreator.setExtendedState(COSName name,
PDExtGState gstate) |
void |
CSCreator.setNonStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
CSCreator.setNonStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
CSCreator.setRenderingIntent(COSName intent) |
void |
CSCreator.setStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
CSCreator.setStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
CSCreator.textSetFont(COSName name,
PDFont font,
float size) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSTextSearcher.textSetFont(COSName name,
PDFont font,
float size) |
void |
CSTextExtractor.textSetFont(COSName name,
PDFont font,
float size) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
COSCatalog.CN_Type_Catalog |
static COSName |
COSCatalog.CN_Version_1_4
Well known attribute names
|
static COSName |
COSCatalog.DK_AA |
static COSName |
COSCatalog.DK_AcroForm |
static COSName |
COSCatalog.DK_AF |
static COSName |
COSInfoDict.DK_Author |
static COSName |
COSCatalog.DK_Collection |
static COSName |
COSInfoDict.DK_CreationDate
Well known attributes
|
static COSName |
COSInfoDict.DK_Creator |
static COSName |
COSStream.DK_DecodeParms |
static COSName |
COSCatalog.DK_Dests |
static COSName |
COSStream.DK_DP |
static COSName |
COSCatalog.DK_EmbeddedFiles |
static COSName |
COSTrailer.DK_Encrypt |
static COSName |
COSStream.DK_F |
static COSName |
COSStream.DK_FDecodeParms |
static COSName |
COSCatalog.DK_FDF |
static COSName |
COSStream.DK_FFilter |
static COSName |
COSStream.DK_Filter |
static COSName |
COSTrailer.DK_ID |
static COSName |
COSTrailer.DK_Info
The well known attribute names
|
static COSName |
COSCatalog.DK_JavaScript |
static COSName |
COSInfoDict.DK_Keywords |
static COSName |
COSCatalog.DK_Lang |
static COSName |
COSStream.DK_Length |
static COSName |
COSCatalog.DK_MarkInfo |
static COSName |
COSCatalog.DK_Metadata |
static COSName |
COSInfoDict.DK_ModDate |
static COSName |
COSCatalog.DK_Names |
static COSName |
COSCatalog.DK_OCProperties |
static COSName |
COSCatalog.DK_OpenAction |
static COSName |
COSCatalog.DK_Outlines |
static COSName |
COSCatalog.DK_OutputIntents |
static COSName |
COSCatalog.DK_PageLabels |
static COSName |
COSCatalog.DK_PageLayout |
static COSName |
COSCatalog.DK_PageMode |
static COSName |
COSCatalog.DK_Pages |
static COSName |
COSCatalog.DK_PieceInfo |
static COSName |
COSTrailer.DK_Prev |
static COSName |
COSInfoDict.DK_Producer |
static COSName |
COSStream.DK_Resources |
static COSName |
COSTrailer.DK_Root |
static COSName |
COSCatalog.DK_Sig |
static COSName |
COSTrailer.DK_Size |
static COSName |
COSCatalog.DK_SpiderInfo |
static COSName |
COSCatalog.DK_StructTreeRoot |
static COSName |
COSInfoDict.DK_Subject |
static COSName |
COSCatalog.DK_Threads |
static COSName |
COSInfoDict.DK_Title |
static COSName |
COSInfoDict.DK_Trapped |
static COSName |
COSCatalog.DK_Type |
static COSName |
COSCatalog.DK_URI |
static COSName |
COSCatalog.DK_Version |
static COSName |
COSCatalog.DK_ViewerPreferences |
static COSName |
COSTrailer.DK_XRefStm |
| Modifier and Type | Method and Description |
|---|---|
COSName |
COSObject.asName() |
COSName |
COSName.asName() |
static COSName |
COSName.constant(String name) |
static COSName |
COSName.constantUTF8(String name) |
static COSName |
COSName.create(byte[] bytes) |
static COSName |
COSName.create(String name) |
static COSName |
COSName.createUTF8(String name) |
COSName |
COSStream.getFirstFilter()
The filter or the first element of the collection of filters for the
stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COSStream.addFilter(COSName name)
Add a new filter declaration to the filters collection.
|
void |
COSStream.addFilter(COSName name,
COSDictionary dictionary)
Add a new filter declaration to the filters collection.
|
void |
COSStream.addFilter(int index,
COSName name)
Add a new filter declaration to the filters collection at the specified
index.
|
void |
COSStream.addFilter(int index,
COSName name,
COSDictionary dictionary)
Add a new filter declaration to the filters collection at the specified
index.
|
COSDocumentElement |
COSDictionary.basicGet(COSName key)
The
COSDocumentElement associated with key. |
COSDocumentElement |
COSDictionary.basicPutSilent(COSName key,
COSDocumentElement element)
Add a document element to the collection.
|
COSDocumentElement |
COSDictionary.basicRemoveSilent(COSName key)
Remove the element associated with
key from the collection . |
boolean |
COSDictionary.containsKey(COSName key)
Answer true if
key is a valid key in the collection . |
COSObject |
COSBasedObject.cosGetField(COSName name)
|
boolean |
COSBasedObject.cosHasField(COSName name)
Answer
true if this has a field named name. |
COSObject |
COSBasedObject.cosRemoveField(COSName name)
Remove a field in this.
|
COSObject |
COSBasedObject.cosSetField(COSName name,
COSObject cosObj)
Set a field value in this.
|
void |
COSStream.filter(COSName name)
Add a new filter.
|
void |
COSStream.filter(COSName name,
COSDictionary dictionary)
Add a new filter.
|
COSObject |
COSDictionary.get(COSName key)
The
COSObject associated with key. |
static COSDictionary |
COSStream.getDecodeParams(COSDictionary dict,
COSName name)
The options corresponding to the first occurence of the filter
name. |
COSDictionary |
COSStream.getDecodeParams(COSName name)
The options corresponding to the first occurrence of the filter
name. |
boolean |
COSBasedObject.getFieldBoolean(COSName name,
boolean defaultValue)
|
CDSDate |
COSBasedObject.getFieldDate(COSName name,
CDSDate defaultValue)
|
float |
COSBasedObject.getFieldFixed(COSName name,
float defaultValue)
|
float[] |
COSBasedObject.getFieldFixedArray(COSName name,
float[] defaultValue)
|
int |
COSBasedObject.getFieldInt(COSName name,
int defaultValue)
|
String |
COSBasedObject.getFieldMLString(COSName name,
String defaultValue)
|
String |
COSBasedObject.getFieldString(COSName name,
String defaultValue)
|
static boolean |
COSStream.hasFilter(COSDictionary dict,
COSName name)
true if the given stream dictionary has declared a filter
name. |
boolean |
COSStream.hasFilter(COSName name)
true if this stream has declared a filter name. |
COSObject |
COSDictionary.put(COSName key,
COSObject object)
Add an association to the collection.
|
COSObject |
COSDictionary.remove(COSName key)
Remove the element from the collection associated with
key. |
COSObject |
COSBasedObject.setFieldBoolean(COSName name,
boolean value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldFixed(COSName name,
float value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldInt(COSName name,
int value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldMLString(COSName name,
String value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldName(COSName name,
String value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldObject(COSName name,
COSBasedObject value)
Set the value of field
namewithin this. |
COSObject |
COSBasedObject.setFieldString(COSName name,
String value)
Set the value of field
namewithin this. |
Object |
ICOSObjectVisitor.visitFromName(COSName name)
Notification of visit to
COSName object. |
Object |
COSObjectWalkerShallow.visitFromName(COSName name) |
| Constructor and Description |
|---|
COSDictionary.Entry(COSName key,
COSDocumentElement value) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
SystemSecurityHandlerV4.CN_AESV2 |
static COSName |
SystemSecurityHandlerV4.CN_CryptFilter |
static COSName |
COSEncryption.CN_IDENTITY |
static COSName |
SystemSecurityHandlerV4.CN_None |
static COSName |
StandardSecurityHandlerFactory.CN_Standard |
static COSName |
SystemSecurityHandlerV4.CN_V2 |
static COSName |
StandardSecurityHandlerR4.DK_AuthEvent |
static COSName |
COSEncryption.DK_CF |
static COSName |
SystemSecurityHandlerV4.DK_CFM |
static COSName |
COSEncryption.DK_EFF |
static COSName |
StandardSecurityHandler.DK_EncryptMetadata |
static COSName |
COSEncryption.DK_EncryptMetadata |
static COSName |
COSEncryption.DK_Filter |
static COSName |
COSEncryption.DK_Length |
static COSName |
SystemSecurityHandlerV4.DK_NAME |
static COSName |
StandardSecurityHandler.DK_O |
static COSName |
StandardSecurityHandler.DK_P |
static COSName |
StandardSecurityHandlerFactory.DK_R |
static COSName |
StandardSecurityHandler.DK_R |
static COSName |
COSEncryption.DK_StmF |
static COSName |
COSEncryption.DK_StrF |
static COSName |
COSEncryption.DK_SubFilter |
static COSName |
SystemSecurityHandlerV4.DK_TYPE |
static COSName |
StandardSecurityHandler.DK_U |
static COSName |
COSEncryption.DK_V |
| Modifier and Type | Method and Description |
|---|---|
COSName |
COSEncryption.getCryptFilterNameFile() |
COSName |
COSEncryption.getCryptFilterNameStream() |
COSName |
COSEncryption.getCryptFilterNameString() |
COSName |
COSEncryption.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemSecurityHandlerV4.cosAddCryptFilter(COSName name,
COSDictionary cryptFilterDict) |
void |
SystemSecurityHandlerV4.cosRemoveCryptFilter(COSName name) |
COSDictionary |
COSEncryption.getCryptFilterDict(COSName name) |
ICryptHandler |
SystemSecurityHandlerV4.getCryptHandler(COSName name) |
void |
SystemSecurityHandlerV4.setEncryptionFilterStream(COSName name) |
void |
SystemSecurityHandlerV4.setEncryptionFilterString(COSName name) |
void |
SystemSecurityHandlerV4.setEncryptionMethodAES(COSName filterName) |
void |
SystemSecurityHandlerV4.setEncryptionMethodArcFour(COSName filterName) |
void |
SystemSecurityHandlerV4.setEncryptionMethodNone(COSName filterName) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
Encoding.CN_MacRomanEncoding |
static COSName |
Encoding.CN_StandardEncoding |
static COSName |
Encoding.CN_WinAnsiEncoding |
| Modifier and Type | Method and Description |
|---|---|
static Encoding |
Encoding.createNamed(COSName name)
"Create" one of the well known encodings.
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
FDField.DK_A |
static COSName |
FDField.DK_AA |
static COSName |
FDFDF.DK_Annots |
static COSName |
FDField.DK_AP |
static COSName |
FDField.DK_APRef |
static COSName |
FDField.DK_ClrF |
static COSName |
FDField.DK_ClrFf |
static COSName |
FDFDF.DK_Differences |
static COSName |
FDFDF.DK_EmbeddedFDFs |
static COSName |
FDFDF.DK_Encoding |
static COSName |
FDField.DK_F |
static COSName |
FDFDF.DK_F |
static COSName |
FDField.DK_Ff |
static COSName |
FDFDF.DK_Fields |
static COSName |
FDFDF.DK_ID |
static COSName |
FDField.DK_IF |
static COSName |
FDFDF.DK_JavaScript |
static COSName |
FDField.DK_Kids |
static COSName |
FDField.DK_Opt |
static COSName |
FDFDF.DK_Pages |
static COSName |
FDField.DK_RV |
static COSName |
FDField.DK_SetF |
static COSName |
FDField.DK_SetFf |
static COSName |
FDFDF.DK_Status |
static COSName |
FDField.DK_T |
static COSName |
FDFDF.DK_Target |
static COSName |
FDField.DK_V |
| Modifier and Type | Method and Description |
|---|---|
IFilter |
StandardFilterFactory.createFilter(COSName filterName,
COSDictionary options)
Create an
IFilter that can deliver decoded bytes. |
IFilter |
IFilterFactory.createFilter(COSName filterName,
COSDictionary options)
Create an implementation for the filter implementing the algorithm
denoted by
filterName using the optional options in
options. |
COSObject |
Filter.getOption(COSName name)
The decode option declared for the key
name or
COSNull. |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CIDToGIDMap.CN_Identity |
static COSName |
IdentityCMap.CN_Identity_H |
static COSName |
IdentityCMap.CN_Identity_V |
static COSName |
PDFont.CN_Subtype_CIDFontType0 |
static COSName |
PDFontDescriptorEmbedded.CN_SubType_CIDFontType0C |
static COSName |
PDFont.CN_Subtype_CIDFontType2 |
static COSName |
PDFont.CN_Subtype_MMType1 |
static COSName |
PDFontDescriptorEmbedded.CN_SubType_OpenType |
static COSName |
PDFont.CN_Subtype_TrueType |
static COSName |
PDFont.CN_Subtype_Type0 |
static COSName |
PDFont.CN_Subtype_Type1 |
static COSName |
PDFontDescriptorEmbedded.CN_SubType_Type1C |
static COSName |
PDFont.CN_Subtype_Type3 |
static COSName |
PDFont.CN_Type_Font |
static COSName |
PDFontDescriptor.CN_Type_FontDescriptor |
static COSName |
PDFontDescriptorEmbedded.DK_Ascent |
static COSName |
PDFontDescriptorEmbedded.DK_AvgWidth |
static COSName |
DifferenceEncoding.DK_BaseEncoding |
static COSName |
PDFont.DK_BaseFont |
static COSName |
PDFontDescriptorEmbedded.DK_CapHeight |
static COSName |
PDFontType3.DK_CharProcs |
static COSName |
PDFontDescriptorEmbedded.DK_CharSet |
static COSName |
PDFontDescriptorEmbedded.DK_CIDSet |
static COSName |
StreamBasedCMap.DK_CIDSystemInfo |
static COSName |
CIDFont.DK_CIDSystemInfo |
static COSName |
CIDFontType2.DK_CIDToGIDMap |
static COSName |
StreamBasedCMap.DK_CMapName |
static COSName |
PDFontType0.DK_DescendantFonts |
static COSName |
PDFontDescriptorEmbedded.DK_Descent |
static COSName |
DifferenceEncoding.DK_Differences |
static COSName |
CIDFont.DK_DW |
static COSName |
CIDFont.DK_DW2 |
static COSName |
PDFont.DK_Encoding |
static COSName |
PDFontDescriptorEmbedded.DK_FD |
static COSName |
PDFont.DK_FirstChar |
static COSName |
PDFontDescriptorEmbedded.DK_Flags |
static COSName |
PDFontType3.DK_FontBBox |
static COSName |
PDFontDescriptorEmbedded.DK_FontBBox |
static COSName |
PDFont.DK_FontDescriptor |
static COSName |
PDFontDescriptorEmbedded.DK_FontFamily |
static COSName |
PDFontDescriptorEmbedded.DK_FontFile |
static COSName |
PDFontDescriptorEmbedded.DK_FontFile2 |
static COSName |
PDFontDescriptorEmbedded.DK_FontFile3 |
static COSName |
PDFontType3.DK_FontMatrix |
static COSName |
PDFontDescriptorEmbedded.DK_FontName |
static COSName |
PDFontDescriptorEmbedded.DK_FontStretch |
static COSName |
PDFontDescriptorEmbedded.DK_FontWeight |
static COSName |
PDFontDescriptorEmbedded.DK_ItalicAngle |
static COSName |
PDFontDescriptorEmbedded.DK_Lang |
static COSName |
PDFont.DK_LastChar |
static COSName |
PDFontDescriptorEmbedded.DK_Leading |
static COSName |
PDFontDescriptorEmbedded.DK_Length1 |
static COSName |
PDFontDescriptorEmbedded.DK_Length2 |
static COSName |
PDFontDescriptorEmbedded.DK_Length3 |
static COSName |
PDFontDescriptorEmbedded.DK_MaxWidth |
static COSName |
PDFontDescriptorEmbedded.DK_MissingWidth |
static COSName |
PDFont.DK_Name |
static COSName |
CIDSystemInfo.DK_Ordering |
static COSName |
CIDSystemInfo.DK_Registry |
static COSName |
PDFontType3.DK_Resources |
static COSName |
PDFontDescriptorEmbedded.DK_StemH |
static COSName |
PDFontDescriptorEmbedded.DK_StemV |
static COSName |
PDFontDescriptorEmbedded.DK_Style |
static COSName |
CIDSystemInfo.DK_Supplement |
static COSName |
PDFontType3.DK_ToUnicode |
static COSName |
PDFont.DK_ToUnicode |
static COSName |
StreamBasedCMap.DK_UseCMap |
static COSName |
CIDFont.DK_W |
static COSName |
CIDFont.DK_W2 |
static COSName |
PDFont.DK_Widths |
static COSName |
StreamBasedCMap.DK_WMode |
static COSName |
PDFontDescriptorEmbedded.DK_XHeight |
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDFont.getBaseFont() |
COSName |
CMapBFCharNameMap.getDestination() |
COSName |
CharacterSelectorName.getName() |
| Modifier and Type | Method and Description |
|---|---|
COSObject |
StreamBasedCMap.getDefinition(COSName key) |
static PDFont |
PDFontTools.getFont(PDDocument document,
PDResources resources,
COSName name)
The font
name, looked up in resources. |
static PDFont |
PDFontTools.getFont(PDResources resources,
COSName name)
The font
name, looked up in resources. |
static CMap |
IdentityCMap.getSingleton(COSName name) |
static CIDToGIDMap |
CIDToGIDMap.getSingleton(COSName name) |
static CMap |
NamedCMap.loadCMap(COSName name) |
| Constructor and Description |
|---|
CharacterSelectorName(COSName name) |
CMapBFCharNameMap(byte[] source,
COSName destination) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
PDActionGoTo.CN_ActionType_GoTo |
static COSName |
PDActionAny.CN_ActionType_GoTo3DView |
static COSName |
PDActionAny.CN_ActionType_GoToE
all currently undefined or not implemented action types
|
static COSName |
PDActionGoToR.CN_ActionType_GoToR |
static COSName |
PDActionAny.CN_ActionType_Hide |
static COSName |
PDActionAny.CN_ActionType_ImportData |
static COSName |
PDActionJavaScript.CN_ActionType_JavaScript |
static COSName |
PDActionLaunch.CN_ActionType_Launch |
static COSName |
PDActionAny.CN_ActionType_Movie |
static COSName |
PDActionNamed.CN_ActionType_Named |
static COSName |
PDActionAny.CN_ActionType_no_op |
static COSName |
PDActionRendition.CN_ActionType_Rendition |
static COSName |
PDActionAny.CN_ActionType_Rendition |
static COSName |
PDActionResetForm.CN_ActionType_ResetForm |
static COSName |
PDActionAny.CN_ActionType_set_state |
static COSName |
PDActionAny.CN_ActionType_SetOCGState |
static COSName |
PDActionAny.CN_ActionType_Sound |
static COSName |
PDActionSubmitForm.CN_ActionType_SubmitForm |
static COSName |
PDActionAny.CN_ActionType_Thread |
static COSName |
PDActionAny.CN_ActionType_Trans |
static COSName |
PDActionURI.CN_ActionType_URI |
static COSName |
PDTransformParams.CN_All |
static COSName |
PDSignatureLock.CN_All |
static COSName |
PDFileSpecification.CN_Alternative
File is an alternative representation of content
|
static COSName |
PDExtGState.CN_BM_Multiply |
static COSName |
PDExtGState.CN_BM_Normal |
static COSName |
PDColorSpace.CN_CS_CalGray |
static COSName |
PDColorSpace.CN_CS_CalRGB |
static COSName |
PDColorSpace.CN_CS_CMYK |
static COSName |
PDColorSpace.CN_CS_DefaultCMYK |
static COSName |
PDColorSpace.CN_CS_DefaultGray |
static COSName |
PDColorSpace.CN_CS_DefaultRGB |
static COSName |
PDColorSpace.CN_CS_DeviceCMYK |
static COSName |
PDColorSpace.CN_CS_DeviceGray |
static COSName |
PDColorSpace.CN_CS_DeviceN |
static COSName |
PDColorSpace.CN_CS_DeviceRGB |
static COSName |
PDColorSpace.CN_CS_G |
static COSName |
PDColorSpace.CN_CS_I |
static COSName |
PDColorSpace.CN_CS_ICCBased |
static COSName |
PDColorSpace.CN_CS_Indexed |
static COSName |
PDColorSpace.CN_CS_Lab |
static COSName |
PDColorSpace.CN_CS_Pattern |
static COSName |
PDColorSpace.CN_CS_RGB |
static COSName |
PDColorSpace.CN_CS_Separation |
static COSName |
PDFileSpecification.CN_Data
File represents information used to derive a visual presentation
|
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_Fit |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitB |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitBH |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitBV |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitH |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitR |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_FitV |
static COSName |
PDExplicitDestination.CN_DISPLAY_MODE_XYZ |
static COSName |
PDStampAnnotation.CN_DRAFT |
static COSName |
PDTransformParams.CN_Exclude |
static COSName |
PDSignatureLock.CN_Exclude |
static COSName |
PDFileSpecification.CN_F_DOS
File specification string for DOS files
|
static COSName |
PDFileSpecification.CN_F_Mac
File specification string for Macintosh files
|
static COSName |
PDFileSpecification.CN_F_Unix
File specification string for UNIX files
|
static COSName |
PDFileSpecification.CN_FS_URL
File URL
|
static COSName |
PDAcroFormField.CN_FT_Btn
Field type Button
|
static COSName |
PDAcroFormField.CN_FT_Ch
Field type Choice
|
static COSName |
PDAcroFormField.CN_FT_Sig
Field type Signature
|
static COSName |
PDAcroFormField.CN_FT_Tx
Field type Text
|
static COSName |
PDWidgetAnnotation.CN_H_I
highlighting: I: Invert
|
static COSName |
PDLinkAnnotation.CN_H_I |
static COSName |
PDWidgetAnnotation.CN_H_N
highlighting: N: None
|
static COSName |
PDLinkAnnotation.CN_H_N |
static COSName |
PDWidgetAnnotation.CN_H_O
highlighting: O: Outline
|
static COSName |
PDLinkAnnotation.CN_H_O |
static COSName |
PDWidgetAnnotation.CN_H_P
highlighting: P: Push
|
static COSName |
PDLinkAnnotation.CN_H_P |
static COSName |
PDWidgetAnnotation.CN_H_T
highlighting: T: Toggle
|
static COSName |
PDTransformParams.CN_Include |
static COSName |
PDSignatureLock.CN_Include |
static COSName |
PDEmbeddedFile.CN_ModDate |
static COSName |
PDActionNamed.CN_Name_FirstPage |
static COSName |
PDFileAttachmentAnnotation.CN_Name_Graph |
static COSName |
PDActionNamed.CN_Name_LastPage |
static COSName |
PDActionNamed.CN_Name_NextPage |
static COSName |
PDFileAttachmentAnnotation.CN_Name_Paperclip |
static COSName |
PDActionNamed.CN_Name_PrevPage |
static COSName |
PDFileAttachmentAnnotation.CN_Name_PushPin |
static COSName |
PDFileAttachmentAnnotation.CN_Name_Tag |
static COSName |
PDDocument.CN_Perms_DocMDP |
static COSName |
PDDocument.CN_Perms_UR |
static COSName |
PDResources.CN_RT_ColorSpace |
static COSName |
PDResources.CN_RT_Encoding |
static COSName |
PDResources.CN_RT_ExtGState
the resource types in a resource dictionaries
|
static COSName |
PDResources.CN_RT_Font |
static COSName |
PDResources.CN_RT_Pattern |
static COSName |
PDResources.CN_RT_ProcSet |
static COSName |
PDResources.CN_RT_Properties |
static COSName |
PDResources.CN_RT_Shading |
static COSName |
PDResources.CN_RT_XObject |
static COSName |
PDIconFit.CN_S_A
Anamorphic scaling
|
static COSName |
PDBorderStyle.CN_S_B
Style B: beveled
|
static COSName |
PDBorderStyle.CN_S_D
Style D: dashed
|
static COSName |
PDBorderStyle.CN_S_I
Style I: Inset
|
static COSName |
PDIconFit.CN_S_P
Proportional scaling, default
|
static COSName |
PDBorderStyle.CN_S_S
Style S: solid
|
static COSName |
PDBorderStyle.CN_S_U
Style U: underlined
|
static COSName |
PDFileSpecification.CN_Source
File is original source material for the associated content
|
static COSName |
PDWidgetAnnotation.CN_State_Off |
static COSName |
PDMarkupAnnotation.CN_Subtype_Circle |
static COSName |
PDFileAttachmentAnnotation.CN_Subtype_FileAttachment |
static COSName |
PDForm.CN_Subtype_Form |
static COSName |
PDTextMarkupAnnotation.CN_Subtype_Highlight |
static COSName |
PDImage.CN_Subtype_Image |
static COSName |
PDMarkupAnnotation.CN_Subtype_Ink |
static COSName |
PDMarkupAnnotation.CN_Subtype_Line |
static COSName |
PDLinkAnnotation.CN_Subtype_Link |
static COSName |
PDMarkupAnnotation.CN_Subtype_Polygon |
static COSName |
PDMarkupAnnotation.CN_Subtype_PolyLine |
static COSName |
PDPopupAnnotation.CN_Subtype_Popup |
static COSName |
PDPostScript.CN_Subtype_PS |
static COSName |
PDMarkupAnnotation.CN_Subtype_Square |
static COSName |
PDTextMarkupAnnotation.CN_Subtype_Squiggly |
static COSName |
PDStampAnnotation.CN_Subtype_Stamp |
static COSName |
PDTextMarkupAnnotation.CN_Subtype_StrikeOut |
static COSName |
PDTextAnnotation.CN_Subtype_Text |
static COSName |
PDTextMarkupAnnotation.CN_Subtype_Underline |
static COSName |
PDWidgetAnnotation.CN_Subtype_Widget |
static COSName |
PDFileSpecification.CN_Supplement
File represents a supplemental representation of the original source or
data that may be more easily consumable
|
static COSName |
PDIconFit.CN_SW_A
always scale, the default
|
static COSName |
PDIconFit.CN_SW_B
scale only when the icon is bigger than the annotation rectangle
|
static COSName |
PDIconFit.CN_SW_N
never scale
|
static COSName |
PDIconFit.CN_SW_S
scale only when the icon is smaller than the annotation rectangle
|
static COSName |
PDAdditionalActions.CN_T_Mouse_Down |
static COSName |
PDAdditionalActions.CN_trigger_Bl |
static COSName |
PDAdditionalActions.CN_trigger_C |
static COSName |
PDAdditionalActions.CN_trigger_D |
static COSName |
PDAdditionalActions.CN_trigger_DC |
static COSName |
PDAdditionalActions.CN_trigger_DP |
static COSName |
PDAdditionalActions.CN_trigger_DS |
static COSName |
PDAdditionalActions.CN_trigger_E |
static COSName |
PDAdditionalActions.CN_trigger_F |
static COSName |
PDAdditionalActions.CN_trigger_Fo |
static COSName |
PDAdditionalActions.CN_trigger_K |
static COSName |
PDAdditionalActions.CN_trigger_O |
static COSName |
PDAdditionalActions.CN_trigger_PC |
static COSName |
PDAdditionalActions.CN_trigger_PI |
static COSName |
PDAdditionalActions.CN_trigger_PO |
static COSName |
PDAdditionalActions.CN_trigger_PV |
static COSName |
PDAdditionalActions.CN_trigger_U |
static COSName |
PDAdditionalActions.CN_trigger_V |
static COSName |
PDAdditionalActions.CN_trigger_WC
WC is the same as DC - not specified, but used by acrobat
|
static COSName |
PDAdditionalActions.CN_trigger_WP |
static COSName |
PDAdditionalActions.CN_trigger_WS |
static COSName |
PDAdditionalActions.CN_trigger_X |
static COSName |
PDAction.CN_Type_Action |
static COSName |
PDFileSpecification.CN_Type_Alt_Filespec |
static COSName |
PDAnnotation.CN_Type_Annot |
static COSName |
PDBorderStyle.CN_Type_Border
The border type name
|
static COSName |
PDCollection.CN_Type_Collection |
static COSName |
PDDocumentTimeStamp.CN_Type_DocTimeStamp |
static COSName |
PDEmbeddedFile.CN_Type_EmbeddedFile |
static COSName |
PDExtGState.CN_Type_ExtGState
The type name
|
static COSName |
PDFileSpecification.CN_Type_Filespec |
static COSName |
PDOutline.CN_Type_Outlines |
static COSName |
PDPageNode.CN_Type_Page |
static COSName |
PDPageNode.CN_Type_Pages |
static COSName |
PDPattern.CN_Type_Pattern |
static COSName |
PDSignature.CN_Type_Sig |
static COSName |
PDSignatureLock.CN_Type_SigFieldLock |
static COSName |
PDSignatureReference.CN_Type_SigRef |
static COSName |
PDSignatureSeedValue.CN_Type_SV |
static COSName |
PDTransformParams.CN_Type_TransformParams |
static COSName |
PDXObject.CN_Type_XObject |
static COSName |
PDFileSpecification.CN_Unspecified
File relationship is not known or can’t be described using one of the
other values
|
static COSName |
PDTransformParams.CN_Version_1_2 |
static COSName |
PDCollection.CN_View_D |
static COSName |
PDCollection.CN_View_H |
static COSName |
PDCollection.CN_View_T |
static COSName |
PDOutlineItem.DK_A |
static COSName |
PDIconFit.DK_A |
static COSName |
PDAnnotation.DK_A |
static COSName |
IAdditionalActionSupport.DK_AA |
static COSName |
PDAppearanceCharacteristics.DK_AC |
static COSName |
PDTransformParams.DK_Action |
static COSName |
PDSignatureLock.DK_Action |
static COSName |
PDSignatureSeedValue.DK_AddRevInfo |
static COSName |
PDFileSpecification.DK_AFRelationship
Associated file relationship
|
static COSName |
PDExtGState.DK_AIS |
static COSName |
PDCSICCBased.DK_Alternate |
static COSName |
PDImage.DK_Alternates |
static COSName |
PDActionRendition.DK_AN |
static COSName |
PDPage.DK_Annots |
static COSName |
PDAnnotation.DK_AP |
static COSName |
PDBuildProperties.DK_App |
static COSName |
PDPage.DK_ArtBox |
static COSName |
PDAnnotation.DK_AS |
static COSName |
PDTilingPattern.DK_BBox |
static COSName |
PDForm.DK_BBox |
static COSName |
PDAppearanceCharacteristics.DK_BC |
static COSName |
PDExtGState.DK_BG |
static COSName |
PDAppearanceCharacteristics.DK_BG |
static COSName |
PDExtGState.DK_BG2 |
static COSName |
PDImage.DK_BitsPerComponent |
static COSName |
PDSampledFunction.DK_BitsPerSample |
static COSName |
PDCSLab.DK_BlackPoint |
static COSName |
PDPage.DK_BleedBox |
static COSName |
PDExtGState.DK_BM |
static COSName |
PDAnnotation.DK_Border |
static COSName |
PDImage.DK_BPC |
static COSName |
PDAnnotation.DK_BS |
static COSName |
PDSignature.DK_ByteRange |
static COSName |
PDOutlineItem.DK_C |
static COSName |
PDAnnotation.DK_C |
static COSName |
PDInterpolationFunction.DK_C0 |
static COSName |
PDInterpolationFunction.DK_C1 |
static COSName |
PDExtGState.DK_ca |
static COSName |
PDMarkupAnnotation.DK_CA |
static COSName |
PDExtGState.DK_CA |
static COSName |
PDAppearanceCharacteristics.DK_CA |
static COSName |
PDAnnotation.DK_CA |
static COSName |
PDSignatureSeedValue.DK_Cert |
static COSName |
PDSignature.DK_Cert |
static COSName |
PDSignature.DK_Changes |
static COSName |
PDEmbeddedFileParams.DK_CheckSum |
static COSName |
PDAcroForm.DK_CO
The name of the CalculationOrder entry.
|
static COSName |
PDImage.DK_ColorSpace |
static COSName |
PDSignature.DK_ContactInfo |
static COSName |
PDSignature.DK_Contents |
static COSName |
PDPage.DK_Contents |
static COSName |
PDAnnotation.DK_Contents |
static COSName |
PDPageTree.DK_Count |
static COSName |
PDOutlineNode.DK_Count |
static COSName |
PDMarkupAnnotation.DK_CreationDate |
static COSName |
PDEmbeddedFileParams.DK_CreationDate |
static COSName |
PDPage.DK_CropBox |
static COSName |
PDImage.DK_CS |
static COSName |
PDImage.DK_D |
static COSName |
PDExtGState.DK_D |
static COSName |
PDCollection.DK_D |
static COSName |
PDBorderStyle.DK_D
The DashArray type.
|
static COSName |
PDAppearance.DK_D |
static COSName |
PDActionGoToR.DK_D |
static COSName |
PDActionGoTo.DK_D |
static COSName |
PDAcroFormNode.DK_DA
The name for the DefaultAppereance entry.
|
static COSName |
PDSignatureReference.DK_Data |
static COSName |
PDBuildData.DK_Date |
static COSName |
PDSampledFunction.DK_Decode |
static COSName |
PDImage.DK_Decode |
static COSName |
PDImage.DK_DecodeParms |
static COSName |
PDFileSpecification.DK_Desc
Description
|
static COSName |
PDOutlineItem.DK_Dest |
static COSName |
PDLinkAnnotation.DK_Dest |
static COSName |
PDOutputIntent.DK_DestOutputProfile |
static COSName |
PDSignatureReference.DK_DigestLocation |
static COSName |
PDSignatureSeedValue.DK_DigestMethod |
static COSName |
PDSignatureReference.DK_DigestMethod |
static COSName |
PDSignatureReference.DK_DigestValue |
static COSName |
PDTransformMethod.DK_DocMDP |
static COSName |
PDFunctionBasedShading.DK_Domain |
static COSName |
PDFunction.DK_Domain |
static COSName |
PDImage.DK_DP |
static COSName |
PDAcroFormNode.DK_DR
The name for the default resources.
|
static COSName |
PDAcroFormField.DK_DS
The name for the DefaultStyle entry.
|
static COSName |
PDAcroFormField.DK_DV
The key for the DefaultValue entry.
|
static COSName |
PDFileSpecification.DK_EF
Embedded file dict
|
static COSName |
PDSampledFunction.DK_Encode |
static COSName |
PDAcroFormNode.DK_Encoding
The name for the Encoding.
|
static COSName |
PDOutlineItem.DK_F |
static COSName |
PDFileSpecification.DK_F
File
|
static COSName |
PDAnnotation.DK_F
The name for the F entry.
|
static COSName |
PDActionSubmitForm.DK_F |
static COSName |
PDActionLaunch.DK_F |
static COSName |
PDActionGoToR.DK_F |
static COSName |
PDIconFit.DK_FB |
static COSName |
PDSignatureSeedValue.DK_Ff |
static COSName |
PDAcroFormField.DK_Ff
The name of the FieldFlags entry.
|
static COSName |
PDTransformMethod.DK_FieldMDP |
static COSName |
PDTransformParams.DK_Fields |
static COSName |
PDSignatureLock.DK_Fields |
static COSName |
PDActionSubmitForm.DK_Fields |
static COSName |
PDActionResetForm.DK_Fields |
static COSName |
PDAcroForm.DK_Fields
The name of the fields entry.
|
static COSName |
PDSignatureSeedValue.DK_Filter |
static COSName |
PDSignature.DK_Filter |
static COSName |
PDBuildProperties.DK_Filter |
static COSName |
PDOutlineNode.DK_First |
static COSName |
PDExtGState.DK_FL |
static COSName |
PDActionSubmitForm.DK_Flags |
static COSName |
PDActionResetForm.DK_Flags |
static COSName |
PDExtGState.DK_Font |
static COSName |
PDAcroFormNode.DK_Font
The name for the fonts.
|
static COSName |
PDForm.DK_FormType |
static COSName |
PDFileSpecification.DK_FS
Name of the file system.
|
static COSName |
PDFileAttachmentAnnotation.DK_FS |
static COSName |
PDAcroFormField.DK_FT
The name for field types entry.
|
static COSName |
PDFunctionBasedShading.DK_Function |
static COSName |
PDFunction.DK_FunctionType
Common names
|
static COSName |
PDForm.DK_Group |
static COSName |
PDWidgetAnnotation.DK_H
Highlighting Mode
|
static COSName |
PDLinkAnnotation.DK_H |
static COSName |
PDImage.DK_H |
static COSName |
PDImage.DK_Height |
static COSName |
PDExtGState.DK_HT |
static COSName |
PDImage.DK_I |
static COSName |
PDAppearanceCharacteristics.DK_I |
static COSName |
PDAFChoiceField.DK_I |
static COSName |
PDMarkupAnnotation.DK_IC |
static COSName |
PDAnnotation.DK_IC |
static COSName |
PDImage.DK_ID |
static COSName |
PDTransformMethod.DK_Identity |
static COSName |
PDAppearanceCharacteristics.DK_IF |
static COSName |
PDImage.DK_IM |
static COSName |
PDImage.DK_ImageMask |
static COSName |
PDOutputIntent.DK_Info |
static COSName |
PDMarkupAnnotation.DK_InkList |
static COSName |
PDImage.DK_Intent |
static COSName |
PDImage.DK_Interpolate |
static COSName |
PDMarkupAnnotation.DK_IRT |
static COSName |
PDActionURI.DK_IsMap |
static COSName |
PDAppearanceCharacteristics.DK_IX |
static COSName |
PDActionRendition.DK_JS |
static COSName |
PDActionJavaScript.DK_JS |
static COSName |
PDPageTree.DK_Kids |
static COSName |
PDAcroFormField.DK_Kids
The name for the childrens entry.
|
static COSName |
PDMarkupAnnotation.DK_L |
static COSName |
PDOutlineNode.DK_Last |
static COSName |
PDApplicationData.DK_LastModified |
static COSName |
PDExtGState.DK_LC |
static COSName |
PDDocument.DK_Legal |
static COSName |
PDSignatureSeedValue.DK_LegalAttestation |
static COSName |
PDExtGState.DK_LJ |
static COSName |
PDSignature.DK_Location |
static COSName |
PDAFSignatureField.DK_Lock |
static COSName |
PDExtGState.DK_LW |
static COSName |
PDSignature.DK_M |
static COSName |
PDAnnotation.DK_M |
static COSName |
PDEmbeddedFileParams.DK_Mac |
static COSName |
PDImage.DK_Mask |
static COSName |
PDPattern.DK_Matrix |
static COSName |
PDForm.DK_Matrix |
static COSName |
PDAcroFormField.DK_MaxLen
The name for the MaximumLength entry.
|
static COSName |
PDSignatureSeedValue.DK_MDP |
static COSName |
PDPage.DK_MediaBox |
static COSName |
PDPage.DK_Metadata |
static COSName |
PDImage.DK_Metadata |
static COSName |
PDWidgetAnnotation.DK_MK |
static COSName |
PDExtGState.DK_ML |
static COSName |
PDEmbeddedFileParams.DK_ModDate |
static COSName |
PDInterpolationFunction.DK_N |
static COSName |
PDCSICCBased.DK_N |
static COSName |
PDAppearance.DK_N |
static COSName |
PDTextAnnotation.DK_Name |
static COSName |
PDStampAnnotation.DK_Name |
static COSName |
PDSignature.DK_Name |
static COSName |
PDImage.DK_Name |
static COSName |
PDFileAttachmentAnnotation.DK_Name |
static COSName |
PDBuildData.DK_Name |
static COSName |
PDActionNamed.DK_Name |
static COSName |
PDAcroForm.DK_NeedAppearances
The name of the NeedApperances entry.
|
static COSName |
PDActionLaunch.DK_NewWindow |
static COSName |
PDActionGoToR.DK_NewWindow |
static COSName |
PDOutlineItem.DK_Next |
static COSName |
PDAction.DK_Next |
static COSName |
PDAnnotation.DK_NM |
static COSName |
PDBuildData.DK_NonEFontNoWarn |
static COSName |
PDImage.DK_OC |
static COSName |
PDAnnotation.DK_OC |
static COSName |
PDExtGState.DK_op |
static COSName |
PDExtGState.DK_OP |
static COSName |
PDActionRendition.DK_OP |
static COSName |
PDTextAnnotation.DK_Open |
static COSName |
PDPopupAnnotation.DK_Open |
static COSName |
PDDocument.DK_OpenAction |
static COSName |
PDImage.DK_OPI |
static COSName |
PDForm.DK_OPI |
static COSName |
PDExtGState.DK_OPM |
static COSName |
PDAFChoiceField.DK_Opt |
static COSName |
PDAFButtonField.DK_Opt |
static COSName |
PDSampledFunction.DK_Order |
static COSName |
PDBuildData.DK_OS |
static COSName |
PDOutputIntent.DK_OutputCondition |
static COSName |
PDOutputIntent.DK_OutputConditionIdentifier |
static COSName |
PDOutputIntent.DK_OutputIntent
who am i
|
static COSName |
PDTransformParams.DK_P |
static COSName |
PDAnnotation.DK_P |
static COSName |
PDLinkAnnotation.DK_PA |
static COSName |
PDTilingPattern.DK_PaintType |
static COSName |
PDEmbeddedFile.DK_Params |
static COSName |
PDPopupAnnotation.DK_Parent |
static COSName |
PDPageNode.DK_Parent |
static COSName |
PDOutlineItem.DK_Parent |
static COSName |
PDAcroFormField.DK_Parent
The name for the parent entry.
|
static COSName |
PDPattern.DK_PatternType |
static COSName |
PDDocument.DK_Perms |
static COSName |
PDPage.DK_PieceInfo |
static COSName |
PDForm.DK_PieceInfo |
static COSName |
PDMarkupAnnotation.DK_Popup |
static COSName |
PDBuildData.DK_PreRelease |
static COSName |
PDOutlineItem.DK_Prev |
static COSName |
PDApplicationData.DK_Private |
static COSName |
PDSignature.DK_Prop_AuthTime |
static COSName |
PDSignature.DK_Prop_AuthType |
static COSName |
PDSignature.DK_Prop_Build |
static COSName |
PDForm.DK_PS |
static COSName |
PDBuildProperties.DK_PubSec |
static COSName |
PDAcroFormNode.DK_Q
The name for the Quadding entry.
|
static COSName |
PDTextMarkupAnnotation.DK_QuadPoints |
static COSName |
PDLinkAnnotation.DK_QuadPoints |
static COSName |
PDSignature.DK_R |
static COSName |
PDBuildData.DK_R |
static COSName |
PDAppearanceCharacteristics.DK_R |
static COSName |
PDAppearance.DK_R |
static COSName |
PDActionRendition.DK_R |
static COSName |
PDFunction.DK_Range |
static COSName |
PDCSLab.DK_Range |
static COSName |
PDMarkupAnnotation.DK_RC |
static COSName |
PDAppearanceCharacteristics.DK_RC |
static COSName |
PDSignature.DK_Reason |
static COSName |
PDSignatureSeedValue.DK_Reasons |
static COSName |
PDAnnotation.DK_Rect |
static COSName |
PDForm.DK_Ref |
static COSName |
PDSignature.DK_Reference |
static COSName |
PDOutputIntent.DK_RegistryName |
static COSName |
PDXObject.DK_Resources |
static COSName |
PDTilingPattern.DK_Resources |
static COSName |
PDPage.DK_Resources |
static COSName |
PDFileSpecification.DK_RF
Embedded file array dict.
|
static COSName |
PDExtGState.DK_RI |
static COSName |
PDAppearanceCharacteristics.DK_RI |
static COSName |
PDPageNode.DK_Rotate |
static COSName |
PDAcroFormField.DK_RV
The name for RichTextString value entry.
|
static COSName |
PDOutputIntent.DK_S |
static COSName |
PDIconFit.DK_S |
static COSName |
PDBorderStyle.DK_S
The Style type.
|
static COSName |
PDAction.DK_S |
static COSName |
PDExtGState.DK_SA |
static COSName |
PDCollection.DK_Schema |
static COSName |
PDOutlineItem.DK_SE |
static COSName |
PDShadingPattern.DK_Shading |
static COSName |
PDAcroForm.DK_SigFlags
The name of the SignatureFlags entry.
|
static COSName |
PDSampledFunction.DK_Size |
static COSName |
PDEmbeddedFileParams.DK_Size |
static COSName |
PDExtGState.DK_SM |
static COSName |
PDImage.DK_SMask |
static COSName |
PDExtGState.DK_SMask |
static COSName |
PDImage.DK_SMaskInData |
static COSName |
PDCollection.DK_Sort |
static COSName |
PDTextAnnotation.DK_State |
static COSName |
PDTextAnnotation.DK_StateModel |
static COSName |
PDImage.DK_StructParent |
static COSName |
PDAnnotation.DK_StructParent |
static COSName |
PDSignatureSeedValue.DK_SubFilter |
static COSName |
PDSignature.DK_SubFilter |
static COSName |
PDMarkupAnnotation.DK_Subj |
static COSName |
PDObject.DK_Subtype |
static COSName |
PDEmbeddedFile.DK_Subtype |
static COSName |
PDForm.DK_Subtype2 |
static COSName |
PDAFSignatureField.DK_SV |
static COSName |
PDIconFit.DK_SW |
static COSName |
PDPopupAnnotation.DK_T |
static COSName |
PDMarkupAnnotation.DK_T |
static COSName |
PDAcroFormField.DK_T
The name for the partial field name entry, also called the local name.
|
static COSName |
PDPage.DK_TemplateInstantiated |
static COSName |
PDAFChoiceField.DK_TI |
static COSName |
PDTilingPattern.DK_TilingType |
static COSName |
PDSignatureSeedValue.DK_TimeStamp |
static COSName |
PDOutlineItem.DK_Title |
static COSName |
PDExtGState.DK_TK |
static COSName |
PDAcroFormField.DK_TM
The name for the mapping entry.
|
static COSName |
PDAppearanceCharacteristics.DK_TP
The name for the caption entry.
|
static COSName |
PDExtGState.DK_TR |
static COSName |
PDExtGState.DK_TR2 |
static COSName |
PDSignatureReference.DK_TransformMethod |
static COSName |
PDSignatureReference.DK_TransformParams |
static COSName |
PDPage.DK_TrimBox |
static COSName |
PDBuildData.DK_TrustedMode |
static COSName |
PDAcroFormField.DK_TU
The name for the AlternateFieldName entry.
|
static COSName |
PDObject.DK_Type |
static COSName |
PDExtGState.DK_UCR |
static COSName |
PDExtGState.DK_UCR2 |
static COSName |
PDFileSpecification.DK_UF
Unicode File
|
static COSName |
PDTransformMethod.DK_UR |
static COSName |
PDActionURI.DK_URI |
static COSName |
PDTransformParams.DK_V |
static COSName |
PDSignatureSeedValue.DK_V |
static COSName |
PDSignature.DK_V |
static COSName |
PDBuildData.DK_V |
static COSName |
PDAcroFormField.DK_V
The name for the fields value entry.
|
static COSName |
PDMarkupAnnotation.DK_Vertices |
static COSName |
PDCollection.DK_View |
static COSName |
PDImage.DK_W |
static COSName |
PDBorderStyle.DK_W
The width type.
|
static COSName |
PDCSLab.DK_WhitePoint |
static COSName |
PDImage.DK_Width |
static COSName |
PDAcroForm.DK_XFA
The name of the XFAResources entry.
|
static COSName |
PDTilingPattern.DK_XStep |
static COSName |
PDTilingPattern.DK_YStep |
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDResources.cosCreateResource(COSName resourceType,
COSObject resource) |
COSName |
PDTransformParams.cosGetAction() |
COSName |
PDSignatureLock.cosGetAction() |
COSName |
PDAction.cosGetActionType()
The real action type.
|
COSName |
PDActionURI.cosGetExpectedActionType() |
COSName |
PDActionSubmitForm.cosGetExpectedActionType() |
COSName |
PDActionResetForm.cosGetExpectedActionType() |
COSName |
PDActionRendition.cosGetExpectedActionType() |
COSName |
PDActionNamed.cosGetExpectedActionType() |
COSName |
PDActionLaunch.cosGetExpectedActionType() |
COSName |
PDActionJavaScript.cosGetExpectedActionType() |
COSName |
PDActionGoToR.cosGetExpectedActionType() |
COSName |
PDActionGoTo.cosGetExpectedActionType() |
COSName |
PDActionAny.cosGetExpectedActionType() |
abstract COSName |
PDAction.cosGetExpectedActionType()
The action type expected for a
PDAction of the instantiated
class. |
COSName |
PDAFTextField.cosGetExpectedFieldType() |
COSName |
PDAFSignatureField.cosGetExpectedFieldType() |
COSName |
PDAFIntermediateNode.cosGetExpectedFieldType() |
COSName |
PDAFChoiceField.cosGetExpectedFieldType() |
COSName |
PDAFButtonField.cosGetExpectedFieldType() |
abstract COSName |
PDAcroFormField.cosGetExpectedFieldType()
The AcroForm field type expected for this.
|
COSName |
PDAcroFormField.cosGetFieldType()
The real AcroForm field type of this.
|
COSName |
PDActionNamed.cosGetName() |
COSName |
PDObject.cosGetSubtype()
The /Subtype field of this
PDObject or null. |
COSName |
PDPage.cosGetTemplateInstantiated() |
COSName |
PDObject.cosGetType()
The /Type field of this
PDObject or null. |
COSName |
PDCollection.cosGetView() |
COSName |
PDImage.cosSetColorSpace(COSName colorspace) |
COSName |
PDActionNamed.cosSetName(COSName name) |
COSName |
PDObject.cosSetSubtype(COSName newType)
Set the /Subtype field of this
PDObject. |
COSName |
PDObject.cosSetType(COSName newType)
Set the /Type field of this
PDObject. |
COSName |
PDResources.createColorSpaceResource(PDColorSpace colorSpace)
Return the name of a ColorSpace resource within the resource dictionary.
|
COSName |
PDResources.createExtGStateResource(PDExtGState gstate)
Return the name of a ExtGState resource within the resource dictionary.
|
COSName |
PDResources.createFontResource(PDFont font)
Return the name of the font resource within this resource dictionary.
|
COSName |
PDResources.createResource(COSName resourceType,
PDObject object)
Return the name of a new resource of selected resource type within the
resource dictionary.
|
COSName |
PDResources.createShadingResource(PDShading shading)
Return the name of a shading resource within the resource dictionary.
|
COSName |
PDResources.createXObjectResource(PDXObject xobject)
Return the name of a XObject resource within the resource dictionary.
|
COSName |
PDFileSpecification.getAFRelationship() |
COSName |
PDWidgetAnnotation.getAltAppearanceState() |
COSName |
PDAnnotation.getAppearanceState()
The visual appearance state of this.
|
COSName |
PDExtGState.getBlendMode() |
COSName |
PDAnnotation.getBorderStyleName()
The name of the border style.
|
COSName |
PDAcroFormNode.getDefaultAppearanceFontName()
The font name used by the default appearance to select a font from the
resources.
|
COSName |
PDExplicitDestination.getDisplayMode() |
COSName |
PDFileSpecification.getFileSystem() |
COSName |
PDSignature.getFilter()
Filter is a name for the original signature creator, for example:
Adobe.PPKLite
|
COSName |
DefaultAppearance.getFontName() |
COSName |
PDWidgetAnnotation.getHighlightingMode() |
COSName |
PDLinkAnnotation.getHighlightingMode() |
COSName |
PDTextAnnotation.getIconName() |
COSName |
PDStampAnnotation.getIconName() |
COSName |
PDFileAttachmentAnnotation.getIconName() |
COSName |
PDIconFit.getScalingCircumstances() |
COSName |
PDIconFit.getScalingMode() |
static COSName |
PDAnnotationTools.getStateChecked(PDWidgetAnnotation annotation)
Lookup the state that is used to represent "not off" in
annotation. |
COSName |
PDBorderStyle.getStyle() |
COSName |
PDSignature.getSubFilter()
SubFilter is the name of a encoding and storage algorithm.
|
COSName |
PDTextAnnotation.setIconName(COSName name) |
COSName |
PDStampAnnotation.setIconName(COSName name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDAdditionalActions.addAction(COSName trigger,
PDAction action) |
void |
PDResources.addColorSpaceResource(COSName name,
PDColorSpace colorSpace) |
void |
PDResources.addExtGStateResource(COSName name,
PDExtGState extGState) |
void |
PDResources.addFontResource(COSName name,
PDFont font) |
void |
PDResources.addPatternResource(COSName name,
PDPattern pattern) |
void |
PDResources.addResource(COSName resourceType,
COSName name,
PDObject object) |
void |
PDResources.addShadingResource(COSName name,
PDShading shading) |
void |
PDResources.addXObjectResource(COSName name,
PDXObject object) |
void |
PDAdditionalActions.clearAction(COSName trigger) |
void |
PDResources.cosAddResource(COSName resourceType,
COSName resourceName,
COSObject resource) |
COSName |
PDResources.cosCreateResource(COSName resourceType,
COSObject resource) |
COSObject |
PDObject.cosGetFieldDescendant(COSName name)
Convenience method to access fields in
COSDictionary based
PDObject instances. |
COSObject |
PDObject.cosGetFieldInheritable(COSName name)
Convenience method to access fields in
COSDictionary based
PDObject instances. |
COSObject |
PDObject.cosGetFieldInherited(COSName name)
Convenience method to access inherited fields in
COSDictionary
based PDObject instances. |
COSObject |
PDResources.cosGetResource(COSName resourceType,
COSName resourceName) |
COSDictionary |
PDResources.cosGetResources(COSName resourceType) |
COSDictionary |
PDResources.cosInitResources(COSName resourceType) |
COSObject |
PDObject.cosRemoveFieldInheritable(COSName name)
Convenience method to access fields in
COSDictionary based
PDObject instances. |
void |
PDTransformParams.cosSetAction(COSName action) |
void |
PDSignatureLock.cosSetAction(COSName action) |
COSName |
PDImage.cosSetColorSpace(COSName colorspace) |
COSObject |
PDMarkupAnnotation.cosSetField(COSName name,
COSObject cosObj) |
COSObject |
PDObject.cosSetFieldInheritable(COSName name,
COSObject cosObj)
Convenience method to access fields in
COSDictionary based
PDObject instances. |
COSName |
PDActionNamed.cosSetName(COSName name) |
void |
PDResources.cosSetResources(COSName resourceType,
COSDictionary resource) |
COSName |
PDObject.cosSetSubtype(COSName newType)
Set the /Subtype field of this
PDObject. |
void |
PDPage.cosSetTemplateInstantiated(COSName templateName) |
COSName |
PDObject.cosSetType(COSName newType)
Set the /Type field of this
PDObject. |
void |
PDCollection.cosSetView(COSName view) |
static PDActionAny |
PDActionAny.createNew(COSName actionType) |
COSName |
PDResources.createResource(COSName resourceType,
PDObject object)
Return the name of a new resource of selected resource type within the
resource dictionary.
|
PDAction |
PDAdditionalActions.getAction(COSName trigger) |
PDForm |
PDAppearance.getAppearance(COSName key,
COSName state)
The
PDForm for state state. |
PDApplicationData |
PDForm.getApplicationData(COSName name) |
PDColorSpace |
PDResources.getColorSpaceResource(COSName name)
A named ColorSpace resource from the resource dictionary.
|
PDForm |
PDAppearance.getDownAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getDownAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /D (down) appearance for the state
"state".
|
PDEmbeddedFile |
PDFileSpecification.getEmbeddedFile(COSName flavor)
The embedded file of a specific flavor (one of F, DOS, Mac, Unix),
|
static String |
PDAdditionalActions.getEventName(COSName reason) |
static String |
PDAdditionalActions.getEventType(COSName reason) |
PDExtGState |
PDResources.getExtGStateResource(COSName name)
Return a named ExtGState resource from the resource dictionary.
|
String |
PDFileSpecification.getFileSpecificationString(COSName flavor) |
PDFont |
PDResources.getFontResource(COSName name)
Return a named font resource.
|
static PDColorSpace |
PDColorSpace.getNamed(COSName name) |
PDForm |
PDAppearance.getNormalAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getNormalAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /N (normal) appearance for the state
"state".
|
PDOutputIntent |
PDDocument.getOutputIntent(COSName oiName) |
PDPattern |
PDResources.getPatternResource(COSName name)
Return a named Pattern resource from the resource dictionary.
|
PDSignature |
PDDocument.getPermissions(COSName key)
Shortcut to a signature dictionary in the document permissions
dictionary.
|
PDObject |
PDResources.getResource(COSName resourceType,
PDObject.MetaClass metaClass,
COSName name)
Return a named resource from the resource dictionary.
|
PDForm |
PDAppearance.getRolloverAppearance(COSName state) |
static PDForm |
PDAppearanceTools.getRolloverAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /R (rollover) appearance for the state
"state".
|
PDShading |
PDResources.getShadingResource(COSName name)
Return a named Pattern resource from the resource dictionary.
|
static PDTransformMethod |
PDTransformMethod.getSingleton(COSName name) |
static PDColorSpace |
PDColorSpace.getSingleton(COSName name)
return the singleton color space instance corresponding to the given name
|
PDXObject |
PDResources.getXObjectResource(COSName name)
Return a named XObject resource from the resource dictionary.
|
boolean |
PDAppearance.isDefined(COSName key,
COSName state)
true if this appearance dictionary has valid contents for
the requested rendering context and appearance state. |
static boolean |
PDAnnotationTools.isStateChecked(COSName state)
true if state represents a state that is not
"/Off". |
void |
PDAdditionalActions.setAction(COSName trigger,
PDAction action) |
void |
PDFileSpecification.setAFRelationship(COSName relationship) |
void |
PDAnnotation.setAppearanceState(COSName newAppearanceState)
Select a concrete
PDForm from the PDAppearance. |
void |
PDForm.setApplicationData(COSName name,
PDApplicationData data) |
void |
PDExtGState.setBlendMode(COSName blendMode) |
void |
PDAnnotation.setBorderStyleName(COSName newStyle)
Assign a border style name.
|
void |
PDExplicitDestination.setDisplayMode(COSName mode) |
void |
PDDocument.setDocumentInfo(COSName name,
String value) |
void |
PDAppearance.setDownAppearance(COSName state,
PDForm form) |
void |
PDFileSpecification.setEmbeddedFile(COSName flavor,
PDEmbeddedFile embeddedFile) |
void |
PDFileSpecification.setFileSpecificationString(COSName flavor,
String spec) |
void |
PDFileSpecification.setFileSystem(COSName bs) |
void |
PDSignature.setFilter(COSName filter)
Set the name of the signature creator, for example: Adobe.PPKLite
|
void |
DefaultAppearance.setFontName(COSName pFontName) |
void |
PDWidgetAnnotation.setHighlightingMode(COSName newHighlightingMode) |
void |
PDLinkAnnotation.setHighlightingMode(COSName newHighlightingMode) |
COSName |
PDTextAnnotation.setIconName(COSName name) |
COSName |
PDStampAnnotation.setIconName(COSName name) |
void |
PDFileAttachmentAnnotation.setIconName(COSName name) |
void |
PDAppearance.setNormalAppearance(COSName state,
PDForm form) |
void |
PDDocument.setPermissions(COSName name,
PDSignature signature) |
void |
PDAppearance.setRolloverAppearance(COSName state,
PDForm form) |
void |
PDIconFit.setScalingCircumstances(COSName flag) |
void |
PDIconFit.setScalingMode(COSName flag) |
void |
PDBorderStyle.setStyle(COSName newStyle) |
void |
PDSignature.setSubFilter(COSName subfilter)
Set the name of the encoding algorithm
|
void |
DefaultAppearance.DefaultAppearanceDevice.textSetFont(COSName name,
PDFont paramFont,
float size) |
| Constructor and Description |
|---|
AbstractBitFlags(COSBasedObject object,
COSName field) |
| Modifier and Type | Field and Description |
|---|---|
static COSName |
COSObjectStream.CN_Type_ObjStm |
static COSName |
STStreamXRefSection.CN_Type_XRef |
static COSName |
COSObjectStream.DK_Extends |
static COSName |
COSObjectStream.DK_First |
static COSName |
STStreamXRefSection.DK_Index |
static COSName |
COSObjectStream.DK_N |
static COSName |
STStreamXRefSection.DK_Type |
static COSName |
STStreamXRefSection.DK_W |
static COSName |
STXRefSection.DK_XRefStm |
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromName(COSName obj)
visitFromName.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.