intarsys PDF library API

Uses of Class
de.intarsys.pdf.cos.COSName

Packages that use COSName
de.intarsys.pdf.app.action Some application level framework to handle the event mechanics in a PDF document. 
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.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. 
 

Uses of COSName in de.intarsys.pdf.app.action
 

Fields in de.intarsys.pdf.app.action declared as COSName
static COSName ActionTools.DK_JavaScript
          The key where we can find the static JavaScripts in the document catalog.
 

Methods in de.intarsys.pdf.app.action that return COSName
 COSName IActionHandler.getActionType()
          The type of actions this handler can process.
 COSName TriggerEvent.getReason()
           
 

Methods in de.intarsys.pdf.app.action with parameters of type COSName
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.
 

Constructors in de.intarsys.pdf.app.action with parameters of type COSName
TriggerEvent(Object context, COSName reason)
           
TriggerEvent(Object source, Object context, COSName reason)
           
 

Uses of COSName in de.intarsys.pdf.app.appearance
 

Methods in de.intarsys.pdf.app.appearance that return COSName
 COSName NullAppearanceCreator.getAnnotationType()
           
 COSName IAppearanceCreator.getAnnotationType()
          The type of annotations this handler can process.
 

Methods in de.intarsys.pdf.app.appearance with parameters of type COSName
 IAppearanceCreator StandardAppearanceCreatorRegistry.lookupAppearanceCreator(COSName type)
           
 IAppearanceCreator IAppearanceCreatorRegistry.lookupAppearanceCreator(COSName type)
           
 

Uses of COSName in de.intarsys.pdf.cds
 

Fields in de.intarsys.pdf.cds declared as COSName
static COSName CDSTreeNode.DK_Kids
          common names
static COSName CDSTreeNode.DK_Limits
           
static COSName CDSNameTreeNode.DK_Names
           
static COSName CDSNumberTreeNode.DK_Nums
           
 

Uses of COSName in de.intarsys.pdf.content
 

Fields in de.intarsys.pdf.content declared as COSName
static COSName CSOperation.OPERAND_Tx
           
 

Methods in de.intarsys.pdf.content with parameters of type COSName
 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 CSDeviceAdapter.doShading(COSName name, PDShading shading)
           
 void ICSDevice.doXObject(COSName resourceName, PDXObject xObject)
          Stroke a PDXObject.
 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 CSDeviceAdapter.markedContentBegin(COSName tag)
           
 void ICSDevice.markedContentBeginProperties(COSName tag, COSName resourceName, COSDictionary properties)
          Begin a marked content sequence with a property list.
 void CSDeviceAdapter.markedContentBeginProperties(COSName tag, COSName resourceName, COSDictionary properties)
           
 void ICSDevice.markedContentPoint(COSName tag)
          Set a marked point.
 void CSDeviceAdapter.markedContentPoint(COSName tag)
           
 void ICSDevice.markedContentPointProperties(COSName tag, COSName resourceName, COSDictionary properties)
          Define a marked content point with a property list.
 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 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 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 CSDeviceAdapter.setNonStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 void GraphicsState.setNonStrokeColorWithPattern(float[] values, COSName pattern)
           
 void ICSDevice.setRenderingIntent(COSName intent)
          Set the color rendering intent.
 void CSDeviceAdapter.setRenderingIntent(COSName intent)
           
 void ICSDevice.setStrokeColorSpace(COSName resourceName, PDColorSpace colorSpace)
          Set color space for stroking.
 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 CSDeviceAdapter.setStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 void GraphicsState.setStrokeColorWithPattern(float[] values, COSName pattern)
           
 void ICSDevice.textSetFont(COSName resourceName, PDFont font, float size)
          Set the current font and size.
 void CSDeviceAdapter.textSetFont(COSName name, PDFont font, float size)
           
 

Uses of COSName in de.intarsys.pdf.content.common
 

Methods in de.intarsys.pdf.content.common with parameters of type COSName
 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)
           
 

Uses of COSName in de.intarsys.pdf.cos
 

Fields in de.intarsys.pdf.cos declared as COSName
static COSName COSCatalog.CN_Type_Catalog
           
static COSName COSCatalog.CN_Version_1_4
          Well known attribute names
static COSName COSCatalog.DK_AcroForm
           
static COSName COSInfoDict.DK_Author
           
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 COSTrailer.DK_Encrypt
           
static COSName COSStream.DK_F
           
static COSName COSStream.DK_FDecodeParams
           
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 COSInfoDict.DK_Keywords
           
static COSName COSStream.DK_Length
           
static COSName COSCatalog.DK_Metadata
           
static COSName COSInfoDict.DK_ModDate
           
static COSName COSCatalog.DK_Names
           
static COSName COSCatalog.DK_OpenAction
           
static COSName COSCatalog.DK_Outlines
           
static COSName COSCatalog.DK_OutputIntents
           
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 COSInfoDict.DK_Subject
           
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 COSTrailer.DK_XRefStm
           
 

Methods in de.intarsys.pdf.cos that return COSName
 COSName COSObject.asName()
           
 COSName COSName.asName()
           
static COSName COSName.constant(String name)
           
static COSName COSName.create(byte[] bytes)
           
static COSName COSName.create(String name)
           
 COSName COSStream.getFirstFilter()
          The filter or the first element of the collection of filters for the stream.
 

Methods in de.intarsys.pdf.cos with parameters of type COSName
 void COSStream.addFilter(COSName name)
          Add a new filter to this.
 COSDocumentElement COSDictionary.basicGet(COSName key)
          The COSDocumentElement associated with key.
 COSDocumentElement COSDictionary.basicPutSilent(COSName key, COSDocumentElement element)
          Add a document element to the collection.
 boolean COSDictionary.containsKey(COSName key)
          Answer true if key is a valid key in the collection .
 COSObject COSBasedObject.cosGetField(COSName name)
          The COSObject associated with name in the receiver or COSNull.
 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.
 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.
 COSObject COSStream.getDecodeParams(COSName name)
          The options corresponding to the first occurence of the filter name.
 boolean COSBasedObject.getFieldBoolean(COSName name, boolean defaultValue)
          The value of a field within this as a boolean or the defaultValue if not found or not a COSBoolean.
 CDSDate COSBasedObject.getFieldDate(COSName name, CDSDate defaultValue)
          The value of a field within this as a CDSDate or the defaultValue if not found or not a COSString.
 float COSBasedObject.getFieldFixed(COSName name, float defaultValue)
          The value of a field within this as a float or the defaultValue if not found or not a COSNumber.
 float[] COSBasedObject.getFieldFixedArray(COSName name, float[] defaultValue)
          The value of a field within this as a float[] or the defaultValue if not found or not a COSArray.
 int COSBasedObject.getFieldInt(COSName name, int defaultValue)
          The value of a field within this as a int or the defaultValue if not found or not a COSNumber.
 String COSBasedObject.getFieldMLString(COSName name, String defaultValue)
          The value of a field within this as a String or the defaultValue if not found or not a COSString.
 String COSBasedObject.getFieldString(COSName name, String defaultValue)
          The value of a field within this as a String or the defaultValue if not found or not a COSString.
static boolean COSStream.hasFilter(COSDictionary dict, COSName name)
          true if the stream hs declared a filter name.
 boolean COSStream.hasFilter(COSName name)
          true if the stream hs 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.
 void COSBasedObject.setFieldBoolean(COSName name, boolean value)
          Set the value of field namewithin this.
 void COSBasedObject.setFieldFixed(COSName name, float value)
          Set the value of field namewithin this.
 void COSBasedObject.setFieldInt(COSName name, int value)
          Set the value of field namewithin this.
 void COSBasedObject.setFieldMLString(COSName name, String value)
          Set the value of field namewithin this.
 void COSBasedObject.setFieldName(COSName name, String value)
          Set the value of field namewithin this.
 void COSBasedObject.setFieldObject(COSName name, COSBasedObject value)
          Set the value of field namewithin this.
 void 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)
           
 

Constructors in de.intarsys.pdf.cos with parameters of type COSName
COSDictionary.Entry(COSName key, COSDocumentElement value)
           
 

Uses of COSName in de.intarsys.pdf.crypt
 

Fields in de.intarsys.pdf.crypt declared as COSName
static COSName SystemSecurityHandlerV4.CN_AESV2
           
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_Filter
           
static COSName StandardSecurityHandlerR4.DK_Length
           
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 StandardSecurityHandler.DK_U
           
static COSName COSEncryption.DK_V
           
 

Methods in de.intarsys.pdf.crypt that return COSName
 COSName COSEncryption.getCryptFilterNameFile()
           
 COSName COSEncryption.getCryptFilterNameStream()
           
 COSName COSEncryption.getCryptFilterNameString()
           
 COSName COSEncryption.getFilter()
           
 

Methods in de.intarsys.pdf.crypt with parameters of type COSName
 COSDictionary COSEncryption.getCryptFilterDict(COSName name)
           
 ICryptHandler SystemSecurityHandlerV4.getCryptHandler(COSName name)
           
 

Uses of COSName in de.intarsys.pdf.encoding
 

Fields in de.intarsys.pdf.encoding declared as COSName
static COSName Encoding.CN_MacRomanEncoding
           
static COSName Encoding.CN_StandardEncoding
           
static COSName Encoding.CN_WinAnsiEncoding
           
 

Methods in de.intarsys.pdf.encoding with parameters of type COSName
static Encoding Encoding.create(COSName name)
          "Create" one of the well known encodings.
 

Constructors in de.intarsys.pdf.encoding with parameters of type COSName
CMapEncoding(COSName name)
           
 

Uses of COSName in de.intarsys.pdf.fd
 

Fields in de.intarsys.pdf.fd declared as COSName
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
           
 

Uses of COSName in de.intarsys.pdf.filter
 

Fields in de.intarsys.pdf.filter declared as COSName
static COSName Filter.CN_Filter_A85
           
static COSName Filter.CN_Filter_AHx
           
static COSName Filter.CN_Filter_ASCII85Decode
           
static COSName Filter.CN_Filter_ASCIIHexDecode
           
static COSName Filter.CN_Filter_CCF
           
static COSName Filter.CN_Filter_CCITTFaxDecode
           
static COSName Filter.CN_Filter_Crypt
           
static COSName Filter.CN_Filter_DCT
           
static COSName Filter.CN_Filter_DCTDecode
           
static COSName Filter.CN_Filter_Fl
           
static COSName Filter.CN_Filter_FlateDecode
           
static COSName Filter.CN_Filter_JBIG2Decode
           
static COSName Filter.CN_Filter_JPXDecode
           
static COSName Filter.CN_Filter_LZW
           
static COSName Filter.CN_Filter_LZWDecode
           
static COSName Filter.CN_Filter_RL
           
static COSName Filter.CN_Filter_RunLengthDecode
           
static COSName Prediction.DK_BitsPerComponent
           
static COSName CCITTFaxFilter.DK_BlackIs1
           
static COSName Prediction.DK_Colors
           
static COSName Prediction.DK_Columns
           
static COSName CCITTFaxFilter.DK_Columns
           
static COSName CCITTFaxFilter.DK_DamagedRowsBeforeError
           
static COSName CCITTFaxFilter.DK_EncodedByteAlign
           
static COSName CCITTFaxFilter.DK_EndOfBlock
           
static COSName CCITTFaxFilter.DK_EndOfLine
           
static COSName CCITTFaxFilter.DK_H
           
static COSName CCITTFaxFilter.DK_Height
           
static COSName CCITTFaxFilter.DK_K
           
static COSName Prediction.DK_Predictor
           
static COSName CCITTFaxFilter.DK_Rows
           
static COSName CCITTFaxFilter.DK_W
           
static COSName CCITTFaxFilter.DK_Width
           
 

Methods in de.intarsys.pdf.filter with parameters of type COSName
 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.
 boolean Filter.getOptionFieldBoolean(COSName name, boolean defaultValue)
           
 int Filter.getOptionFieldInt(COSName name, int defaultValue)
           
 

Uses of COSName in de.intarsys.pdf.font
 

Fields in de.intarsys.pdf.font declared as COSName
static COSName CIDToGIDMap.CN_Identity
           
static COSName NamedCMap.CN_Identity_H
           
static COSName NamedCMap.CN_Identity_V
           
static COSName PDFont.CN_Subtype_CIDFontType0
           
static COSName PDFont.CN_Subtype_CIDFontType2
           
static COSName PDFont.CN_Subtype_MMType1
           
static COSName PDFont.CN_Subtype_TrueType
           
static COSName PDFont.CN_Subtype_Type0
           
static COSName PDFont.CN_Subtype_Type1
           
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 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 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_ItalicAngle
           
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 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
           
 

Methods in de.intarsys.pdf.font that return COSName
 COSName PDFont.getBaseFont()
           
 COSName CMapBFCharNameMap.getDestination()
           
 COSName CIDSelectorName.getName()
           
 

Methods in de.intarsys.pdf.font with parameters of type COSName
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 NamedCMap.getSingleton(COSName name)
           
static CIDToGIDMap CIDToGIDMap.getSingleton(COSName name)
           
 

Constructors in de.intarsys.pdf.font with parameters of type COSName
CIDSelectorName(COSName name)
           
CMapBFCharNameMap(byte[] source, COSName destination)
           
 

Uses of COSName in de.intarsys.pdf.pd
 

Fields in de.intarsys.pdf.pd declared as COSName
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 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 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_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 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 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
          highlightning: I: Invert
static COSName PDLinkAnnotation.CN_H_I
           
static COSName PDWidgetAnnotation.CN_H_N
          highlightning: N: None
static COSName PDLinkAnnotation.CN_H_N
           
static COSName PDWidgetAnnotation.CN_H_O
          highlightning: O: Outline
static COSName PDLinkAnnotation.CN_H_O
           
static COSName PDWidgetAnnotation.CN_H_P
          highlightning: P: Push
static COSName PDLinkAnnotation.CN_H_P
           
static COSName PDWidgetAnnotation.CN_H_T
          highlightning: T: Toggle
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 D: 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 D: underlined
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 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 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 PDPattern.CN_Type_Pattern
           
static COSName PDSignature.CN_Type_Sig
           
static COSName PDSignatureReference.CN_Type_SigRef
           
static COSName PDTransformParams.CN_Type_TransformParams
           
static COSName PDXObject.CN_Type_XObject
           
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 PDExtGState.DK_AIS
           
static COSName PDCSICCBased.DK_Alternate
           
static COSName PDImage.DK_Alternates
           
static COSName PDPage.DK_Annots
           
static COSName PDAnnotation.DK_AP
           
static COSName PDBuildProperties.DK_App
           
static COSName PDAnnotation.DK_AS
           
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 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 PDSignature.DK_Cert
           
static COSName PDSignature.DK_Changes
           
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 PDPage.DK_CropBox
           
static COSName PDImage.DK_CS
           
static COSName PDImage.DK_D
           
static COSName PDExtGState.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 PDOutlineItem.DK_Dest
           
static COSName PDLinkAnnotation.DK_Dest
           
static COSName PDOutputIntent.DK_DestOutputProfile
           
static COSName PDSignatureReference.DK_DigestLocation
           
static COSName PDSignatureReference.DK_DigestMethod
           
static COSName PDSignatureReference.DK_DigestValue
           
static COSName PDTransformMethod.DK_DocMDP
           
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 PDAcroFormField.DK_Ff
          The name of the FieldFlags entry.
static COSName PDTransformMethod.DK_FieldMDP
           
static COSName PDActionSubmitForm.DK_Fields
           
static COSName PDActionResetForm.DK_Fields
           
static COSName PDAcroForm.DK_Fields
          The name of the fields entry.
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 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 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 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 PDImage.DK_Mask
           
static COSName PDForm.DK_Matrix
           
static COSName PDAcroFormField.DK_MaxLen
          The name for the MaximumLength entry.
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 PDInterpolationFunction.DK_N
           
static COSName PDCSICCBased.DK_N
           
static COSName PDAppearance.DK_N
           
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 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 PDPageNode.DK_Pages
           
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 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 PDAnnotation.DK_Rect
           
static COSName PDSignature.DK_Reference
           
static COSName PDOutputIntent.DK_RegistryName
           
static COSName PDXObject.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 PDOutlineItem.DK_SE
           
static COSName PDAcroForm.DK_SigFlags
          The name of the SignatureFlags entry.
static COSName PDSampledFunction.DK_Size
           
static COSName PDExtGState.DK_SM
           
static COSName PDImage.DK_SMask
           
static COSName PDExtGState.DK_SMask
           
static COSName PDImage.DK_SMaskInData
           
static COSName PDImage.DK_StructParent
           
static COSName PDAnnotation.DK_StructParent
           
static COSName PDSignature.DK_SubFilter
           
static COSName PDMarkupAnnotation.DK_Subj
           
static COSName PDObject.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 PDAFChoiceField.DK_TI
           
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 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 PDTransformMethod.DK_UR
           
static COSName PDActionURI.DK_URI
           
static COSName PDTransformParams.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 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.
 

Methods in de.intarsys.pdf.pd that return COSName
 COSName PDResources.cosCreateResource(COSName resourceType, COSObject resource)
           
 COSName PDAction.cosGetActionType()
          The real action type.
 COSName PDActionURI.cosGetExpectedActionType()
           
 COSName PDActionSubmitForm.cosGetExpectedActionType()
           
 COSName PDActionResetForm.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 PDObject.cosGetType()
          The /Type field of this PDObject or null.
 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 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 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 PDStampAnnotation.setIconName(COSName name)
           
 

Methods in de.intarsys.pdf.pd with parameters of type COSName
 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)
           
 COSObject PDObject.cosRemoveFieldInheritable(COSName name)
          Convenience method to access fields in COSDictionary based PDObject instances.
 COSName PDImage.cosSetColorSpace(COSName colorspace)
           
 COSObject PDWidgetAnnotation.cosSetField(COSName name, COSObject cosObj)
           
 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)
           
 COSName PDObject.cosSetSubtype(COSName newType)
          Set the /Subtype field of this PDObject.
 COSName PDObject.cosSetType(COSName newType)
          Set the /Type field of this PDObject.
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.
static boolean PDAnnotationTools.isStateChecked(COSName state)
          true if state represents a state that is not "/Off".
 void PDAdditionalActions.setAction(COSName trigger, PDAction action)
           
 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 PDStampAnnotation.setIconName(COSName name)
           
 void PDFileAttachmentAnnotation.setIconName(COSName name)
           
 void DefaultAppearance.DefaultAppearanceDevice.setNonStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 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 DefaultAppearance.DefaultAppearanceDevice.setStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 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)
           
 

Uses of COSName in de.intarsys.pdf.st
 

Fields in de.intarsys.pdf.st declared as COSName
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
           
 

Uses of COSName in de.intarsys.pdf.writer
 

Methods in de.intarsys.pdf.writer with parameters of type COSName
 Object COSWriter.visitFromName(COSName obj)
          visitFromName.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.