PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.PdfName

Packages that use PdfName
org.pdfclown Root namespace of PDF Clown library. 
org.pdfclown.bytes.filters Stream encoding/decoding filters [PDF:1.6:3.3]. 
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
org.pdfclown.documents.files File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
org.pdfclown.documents.functions Static, self-contained numerical transformations that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution [PDF:1.6:3.9]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
org.pdfclown.documents.interaction.navigation.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
org.pdfclown.documents.interaction.viewer PDF viewer settings [PDF:1.6:8.1]. 
org.pdfclown.documents.interchange.metadata Features that support global information about the document [PDF:1.6:10.2]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfName in org.pdfclown
 

Methods in org.pdfclown with parameters of type PdfName
static Version Version.get(PdfName version)
           
 

Uses of PdfName in org.pdfclown.bytes.filters
 

Methods in org.pdfclown.bytes.filters with parameters of type PdfName
static Filter Filter.get(PdfName name)
          Gets a specific filter object.
 

Uses of PdfName in org.pdfclown.documents
 

Fields in org.pdfclown.documents with type parameters of type PdfName
static Set<PdfName> Page.InheritableAttributeKeys
           
 

Methods in org.pdfclown.documents that return PdfName
 PdfName Page.TabOrderEnum.getCode()
           
 PdfName Document.PageLayoutEnum.getName()
           
 PdfName Document.PageModeEnum.getName()
           
 

Methods in org.pdfclown.documents with parameters of type PdfName
static Page.TabOrderEnum Page.TabOrderEnum.get(PdfName value)
          Gets the tab order corresponding to the given value.
static PdfDirectObject Page.getInheritableAttribute(PdfDictionary pageObject, PdfName key)
          Gets the attribute value corresponding to the specified key, possibly recurring to its ancestor nodes in the page tree.
static Document.PageLayoutEnum Document.PageLayoutEnum.valueOf(PdfName name)
           
static Document.PageModeEnum Document.PageModeEnum.valueOf(PdfName name)
           
 

Uses of PdfName in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return PdfName
 PdfName BlendModeEnum.getCode()
           
 PdfName ResourceItems.getKey(TValue value)
          Gets the key associated to a given value.
 PdfName ContentScanner.XObjectWrapper.getName()
          Gets the corresponding resource key.
 

Methods in org.pdfclown.documents.contents that return types with arguments of type PdfName
 Set<Map.Entry<PdfName,TValue>> ResourceItems.entrySet()
           
 Set<PdfName> ResourceItems.keySet()
           
 

Methods in org.pdfclown.documents.contents with parameters of type PdfName
<T extends PdfObjectWrapper<? extends PdfDataObject>>
T
Resources.get(Class<T> type, PdfName key)
           
static BlendModeEnum BlendModeEnum.get(PdfName value)
          Gets the blend mode corresponding to the given value.
 TValue ResourceItems.put(PdfName key, TValue value)
           
 

Method parameters in org.pdfclown.documents.contents with type arguments of type PdfName
 void ResourceItems.putAll(Map<? extends PdfName,? extends TValue> entries)
           
 

Uses of PdfName in org.pdfclown.documents.contents.colorSpaces
 

Constructors in org.pdfclown.documents.contents.colorSpaces with parameters of type PdfName
DeviceColorSpace(Document context, PdfName baseDataObject)
           
 

Uses of PdfName in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition with parameters of type PdfName
 void PrimitiveComposer.applyState(PdfName name)
          Applies the specified state parameters [PDF:1.6:4.3.4].
 MarkedContent PrimitiveComposer.beginLayer(PdfName layerName)
          Begins a new layered-content sequence [PDF:1.6:4.10.2].
 MarkedContent PrimitiveComposer.beginMarkedContent(PdfName tag)
          Begins a new marked-content sequence [PDF:1.6:10.5].
 MarkedContent PrimitiveComposer.beginMarkedContent(PdfName tag, PdfName propertyListName)
          Begins a new marked-content sequence [PDF:1.6:10.5].
 MarkedContent PrimitiveComposer.beginMarkedContent(PdfName tag, PropertyList propertyList)
          Begins a new marked-content sequence [PDF:1.6:10.5].
 void PrimitiveComposer.setFont(PdfName name, double size)
          Sets the font [PDF:1.6:5.2].
 void PrimitiveComposer.showXObject(PdfName name)
          Shows the specified external object [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(PdfName name, Point2D location)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(PdfName name, Point2D location, Dimension2D size)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(PdfName name, Point2D location, Dimension2D size, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 

Uses of PdfName in org.pdfclown.documents.contents.layers
 

Fields in org.pdfclown.documents.contents.layers declared as PdfName
static PdfName Layer.TypeName
           
static PdfName LayerMembership.TypeName
           
 

Methods in org.pdfclown.documents.contents.layers that return PdfName
 PdfName LayerEntity.VisibilityPolicyEnum.getName()
           
 PdfName ListModeEnum.getName()
           
 

Methods in org.pdfclown.documents.contents.layers with parameters of type PdfName
static LayerEntity.VisibilityPolicyEnum LayerEntity.VisibilityPolicyEnum.valueOf(PdfName name)
           
static ListModeEnum ListModeEnum.valueOf(PdfName name)
           
 

Constructors in org.pdfclown.documents.contents.layers with parameters of type PdfName
LayerEntity(Document context, PdfName typeName)
           
 

Uses of PdfName in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return PdfName
 PdfName XObject.getName()
           
 PdfName Shading.getName()
           
 PdfName PaintShading.getName()
           
 PdfName SetStrokeColorSpace.getName()
           
 PdfName ContentMarker.getName()
           
 PdfName IResourceReference.getName()
          Gets the resource name.
 PdfName ApplyExtGState.getName()
           
 PdfName SetFont.getName()
           
 PdfName SetFillColorSpace.getName()
           
 PdfName PaintXObject.getName()
           
 PdfName ContentMarker.getTag()
          Gets the marker indicating the role or significance of the marked content.
 

Methods in org.pdfclown.documents.contents.objects that return types with arguments of type PdfName
 Set<Map.Entry<PdfName,PdfDirectObject>> InlineImageHeader.entrySet()
           
 Set<PdfName> InlineImageHeader.keySet()
           
 

Methods in org.pdfclown.documents.contents.objects with parameters of type PdfName
 PdfDirectObject InlineImageHeader.put(PdfName key, PdfDirectObject value)
           
 void XObject.setName(PdfName value)
           
 void Shading.setName(PdfName value)
           
 void PaintShading.setName(PdfName value)
           
 void SetStrokeColorSpace.setName(PdfName value)
           
 void ContentMarker.setName(PdfName value)
           
 void IResourceReference.setName(PdfName value)
           
 void ApplyExtGState.setName(PdfName value)
           
 void SetFont.setName(PdfName value)
           
 void SetFillColorSpace.setName(PdfName value)
           
 void PaintXObject.setName(PdfName value)
           
 void ContentMarker.setTag(PdfName value)
           
 

Method parameters in org.pdfclown.documents.contents.objects with type arguments of type PdfName
 void InlineImageHeader.putAll(Map<? extends PdfName,? extends PdfDirectObject> entries)
           
 

Constructors in org.pdfclown.documents.contents.objects with parameters of type PdfName
ApplyExtGState(PdfName name)
           
BeginMarkedContent(PdfName tag)
           
BeginMarkedContent(PdfName tag, PdfDirectObject properties)
           
ContentMarker(PdfName tag)
           
ContentMarker(PdfName tag, PdfDirectObject properties)
           
MarkedContentPoint(PdfName tag)
           
MarkedContentPoint(PdfName tag, PdfDirectObject properties)
           
PaintShading(PdfName name)
           
PaintXObject(PdfName name)
           
SetFillColor(String operator, PdfName name)
           
SetFillColor(String operator, PdfName name, Color<?> underlyingColor)
           
SetFillColorSpace(PdfName name)
           
SetFont(PdfName name, double size)
           
SetStrokeColor(String operator, PdfName name)
           
SetStrokeColor(String operator, PdfName name, Color<?> underlyingColor)
           
SetStrokeColorSpace(PdfName name)
           
 

Uses of PdfName in org.pdfclown.documents.files
 

Methods in org.pdfclown.documents.files that return PdfName
 PdfName FullFileSpecification.StandardFileSystemEnum.getCode()
           
 

Methods in org.pdfclown.documents.files with parameters of type PdfName
static FullFileSpecification.StandardFileSystemEnum FullFileSpecification.StandardFileSystemEnum.valueOf(PdfName code)
           
 

Uses of PdfName in org.pdfclown.documents.functions
 

Methods in org.pdfclown.documents.functions with parameters of type PdfName
protected
<T extends Comparable<T>>
List<Interval<T>>
Function.getIntervals(PdfName key, Function.IDefaultIntervalsCallback<T> defaultIntervalsCallback)
          Gets the intervals corresponding to the specified key.
 

Uses of PdfName in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return PdfName
 PdfName GoToEmbedded.PathElement.RelationEnum.getCode()
           
 PdfName SetLayerState.StateModeEnum.getName()
           
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type PdfName
static GoToEmbedded.PathElement.RelationEnum GoToEmbedded.PathElement.RelationEnum.get(PdfName value)
          Gets the relation corresponding to the given value.
static SetLayerState.StateModeEnum SetLayerState.StateModeEnum.valueOf(PdfName name)
           
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type PdfName
Action(Document context, PdfName actionType)
          Creates a new action within the given document context.
GoToDestination(Document context, PdfName actionType, T destination)
           
GoToNonLocal(Document context, PdfName actionType, FileSpecification<?> destinationFile, T destination)
           
NamedAction(Document context, PdfName actionName)
          Creates a new action within the given document context.
 

Uses of PdfName in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return PdfName
 PdfName Border.StyleEnum.getCode()
           
 PdfName Widget.HighlightModeEnum.getCode()
           
 PdfName Note.IconTypeEnum.getCode()
           
 PdfName TextMarkup.MarkupTypeEnum.getCode()
           
 PdfName FileAttachment.IconTypeEnum.getCode()
           
 PdfName Sound.IconTypeEnum.getCode()
           
 PdfName Line.LineEndStyleEnum.getCode()
           
 PdfName Caret.SymbolTypeEnum.getCode()
           
 PdfName AppearanceCharacteristics.IconFitObject.ScaleModeEnum.getCode()
           
 PdfName AppearanceCharacteristics.IconFitObject.ScaleTypeEnum.getCode()
           
 PdfName RubberStamp.IconTypeEnum.getCode()
           
 

Methods in org.pdfclown.documents.interaction.annotations that return types with arguments of type PdfName
 Set<Map.Entry<PdfName,Action>> AnnotationActions.entrySet()
           
 Set<Map.Entry<PdfName,FormXObject>> AppearanceStates.entrySet()
           
 Set<PdfName> AnnotationActions.keySet()
           
 Set<PdfName> AppearanceStates.keySet()
           
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type PdfName
static Border.StyleEnum Border.StyleEnum.get(PdfName value)
          Gets the style corresponding to the given value.
static Widget.HighlightModeEnum Widget.HighlightModeEnum.get(PdfName value)
          Gets the highlighting mode corresponding to the given value.
static Note.IconTypeEnum Note.IconTypeEnum.get(PdfName value)
          Gets the highlighting mode corresponding to the given value.
static TextMarkup.MarkupTypeEnum TextMarkup.MarkupTypeEnum.get(PdfName value)
          Gets the markup type corresponding to the given value.
static FileAttachment.IconTypeEnum FileAttachment.IconTypeEnum.get(PdfName value)
          Gets the icon type corresponding to the given value.
static Sound.IconTypeEnum Sound.IconTypeEnum.get(PdfName value)
          Gets the highlighting mode corresponding to the given value.
static Line.LineEndStyleEnum Line.LineEndStyleEnum.get(PdfName value)
          Gets the line ending style corresponding to the given value.
static Caret.SymbolTypeEnum Caret.SymbolTypeEnum.get(PdfName value)
          Gets the symbol type corresponding to the given value.
static AppearanceCharacteristics.IconFitObject.ScaleModeEnum AppearanceCharacteristics.IconFitObject.ScaleModeEnum.get(PdfName value)
          Gets the scaling mode corresponding to the given value.
static AppearanceCharacteristics.IconFitObject.ScaleTypeEnum AppearanceCharacteristics.IconFitObject.ScaleTypeEnum.get(PdfName value)
          Gets the scaling type corresponding to the given value.
static RubberStamp.IconTypeEnum RubberStamp.IconTypeEnum.get(PdfName value)
          Gets the markup type corresponding to the given value.
 Action AnnotationActions.put(PdfName key, Action value)
           
 FormXObject AppearanceStates.put(PdfName key, FormXObject value)
           
 

Method parameters in org.pdfclown.documents.interaction.annotations with type arguments of type PdfName
 void AnnotationActions.putAll(Map<? extends PdfName,? extends Action> entries)
           
 void AppearanceStates.putAll(Map<? extends PdfName,? extends FormXObject> entries)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type PdfName
Annotation(Page page, PdfName subtype, Rectangle2D box, String text)
           
Shape(Page page, Rectangle2D box, String text, PdfName subtype)
           
VertexShape(Page page, Rectangle2D box, String text, PdfName subtype)
           
 

Uses of PdfName in org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type PdfName
protected  PdfDirectObject Field.getInheritableAttribute(PdfName key)
           
 

Constructors in org.pdfclown.documents.interaction.forms with parameters of type PdfName
Field(PdfName fieldType, String name, Widget widget)
          Creates a new field within the given document context.
 

Uses of PdfName in org.pdfclown.documents.interaction.navigation.document
 

Methods in org.pdfclown.documents.interaction.navigation.document that return PdfName
 PdfName Destination.ModeEnum.getName()
           
 

Methods in org.pdfclown.documents.interaction.navigation.document with parameters of type PdfName
static Destination.ModeEnum Destination.ModeEnum.valueOf(PdfName name)
           
 

Uses of PdfName in org.pdfclown.documents.interaction.navigation.page
 

Methods in org.pdfclown.documents.interaction.navigation.page that return PdfName
 PdfName PageLabel.NumberStyleEnum.getCode()
           
 PdfName Transition.OrientationEnum.getCode()
           
 PdfName Transition.PageDirectionEnum.getCode()
           
 PdfName Transition.StyleEnum.getCode()
           
 

Methods in org.pdfclown.documents.interaction.navigation.page with parameters of type PdfName
static PageLabel.NumberStyleEnum PageLabel.NumberStyleEnum.get(PdfName value)
          Gets the number style corresponding to the given value.
static Transition.OrientationEnum Transition.OrientationEnum.get(PdfName value)
          Gets the orientation corresponding to the given value.
static Transition.PageDirectionEnum Transition.PageDirectionEnum.get(PdfName value)
          Gets the page direction corresponding to the given value.
static Transition.StyleEnum Transition.StyleEnum.get(PdfName value)
          Gets the style corresponding to the given value.
 

Uses of PdfName in org.pdfclown.documents.interaction.viewer
 

Methods in org.pdfclown.documents.interaction.viewer that return PdfName
 PdfName ViewerPreferences.DirectionEnum.getCode()
           
 

Methods in org.pdfclown.documents.interaction.viewer with parameters of type PdfName
static ViewerPreferences.DirectionEnum ViewerPreferences.DirectionEnum.get(PdfName value)
          Gets the direction corresponding to the given value.
 

Uses of PdfName in org.pdfclown.documents.interchange.metadata
 

Methods in org.pdfclown.documents.interchange.metadata that return types with arguments of type PdfName
 Set<Map.Entry<PdfName,Object>> Information.entrySet()
           
 Set<PdfName> Information.keySet()
           
 

Methods in org.pdfclown.documents.interchange.metadata with parameters of type PdfName
 Object Information.put(PdfName key, Object value)
           
 

Method parameters in org.pdfclown.documents.interchange.metadata with type arguments of type PdfName
 void Information.putAll(Map<? extends PdfName,? extends Object> map)
           
 

Uses of PdfName in org.pdfclown.documents.multimedia
 

Constructors in org.pdfclown.documents.multimedia with parameters of type PdfName
MediaClip(Document context, PdfName subtype)
           
MediaOffset(Document context, PdfName subtype)
           
Rendition(Document context, PdfName subtype)
           
 

Uses of PdfName in org.pdfclown.objects
 

Fields in org.pdfclown.objects declared as PdfName
static PdfName PdfName.a
           
static PdfName PdfName.A
           
static PdfName PdfName.A85
           
static PdfName PdfName.AA
           
static PdfName PdfName.AC
           
static PdfName PdfName.AcroForm
           
static PdfName PdfName.Action
           
static PdfName PdfName.AHx
           
static PdfName PdfName.AIS
           
static PdfName PdfName.All
           
static PdfName PdfName.AllOff
           
static PdfName PdfName.AllOn
           
static PdfName PdfName.AllPages
           
static PdfName PdfName.AN
           
static PdfName PdfName.Annot
           
static PdfName PdfName.Annotation
           
static PdfName PdfName.Annots
           
static PdfName PdfName.AnyOff
           
static PdfName PdfName.AnyOn
           
static PdfName PdfName.AP
           
static PdfName PdfName.Approved
           
static PdfName PdfName.ArtBox
           
static PdfName PdfName.AS
           
static PdfName PdfName.Ascent
           
static PdfName PdfName.ASCII85Decode
           
static PdfName PdfName.ASCIIHexDecode
           
static PdfName PdfName.AsIs
           
static PdfName PdfName.Author
           
static PdfName PdfName.B
           
static PdfName PdfName.BaseEncoding
           
static PdfName PdfName.BaseFont
           
static PdfName PdfName.BaseState
           
static PdfName PdfName.BBox
           
static PdfName PdfName.BC
           
static PdfName PdfName.BE
           
static PdfName PdfName.Bead
           
static PdfName PdfName.BG
           
static PdfName PdfName.BitsPerComponent
           
static PdfName PdfName.BitsPerSample
           
static PdfName PdfName.Bl
           
static PdfName PdfName.BlackPoint
           
static PdfName PdfName.BleedBox
           
static PdfName PdfName.Blinds
           
static PdfName PdfName.BM
           
static PdfName PdfName.Border
           
static PdfName PdfName.Bounds
           
static PdfName PdfName.Box
           
static PdfName PdfName.BPC
           
static PdfName PdfName.BS
           
static PdfName PdfName.Btn
           
static PdfName PdfName.BU
           
static PdfName PdfName.Butt
           
static PdfName PdfName.C
           
static PdfName PdfName.C0
           
static PdfName PdfName.C1
           
static PdfName PdfName.ca
           
static PdfName PdfName.CA
           
static PdfName PdfName.CalGray
           
static PdfName PdfName.CalRGB
           
static PdfName PdfName.Cap
           
static PdfName PdfName.CapHeight
           
static PdfName PdfName.Caret
           
static PdfName PdfName.Catalog
           
static PdfName PdfName.Category
           
static PdfName PdfName.CCF
           
static PdfName PdfName.CCITTFaxDecode
           
static PdfName PdfName.CenterWindow
           
static PdfName PdfName.Ch
           
static PdfName PdfName.CIDFontType0
           
static PdfName PdfName.CIDFontType2
           
static PdfName PdfName.CIDSystemInfo
           
static PdfName PdfName.CIDToGIDMap
           
static PdfName PdfName.Circle
           
static PdfName PdfName.CL
           
static PdfName PdfName.ClosedArrow
           
static PdfName PdfName.CMap
           
static PdfName PdfName.CMapName
           
static PdfName PdfName.Color
           
static PdfName PdfName.ColorBurn
           
static PdfName PdfName.ColorDodge
           
static PdfName PdfName.Colors
           
static PdfName PdfName.ColorSpace
           
static PdfName PdfName.Columns
           
static PdfName PdfName.Comment
           
static PdfName PdfName.Confidential
           
static PdfName PdfName.Configs
           
static PdfName PdfName.Contents
           
static PdfName PdfName.Count
           
static PdfName PdfName.Cover
           
static PdfName PdfName.CreationDate
           
static PdfName PdfName.Creator
           
static PdfName PdfName.CreatorInfo
           
static PdfName PdfName.CropBox
           
static PdfName PdfName.Crypt
           
static PdfName PdfName.CS
           
static PdfName PdfName.CT
           
static PdfName PdfName.D
           
static PdfName PdfName.DA
           
static PdfName PdfName.Darken
           
static PdfName PdfName.DC
           
static PdfName PdfName.DCT
           
static PdfName PdfName.DCTDecode
           
static PdfName PdfName.Decode
           
static PdfName PdfName.DecodeParms
           
static PdfName PdfName.Departmental
           
static PdfName PdfName.Desc
           
static PdfName PdfName.DescendantFonts
           
static PdfName PdfName.Descent
           
static PdfName PdfName.Dest
           
static PdfName PdfName.Dests
           
static PdfName PdfName.DeviceCMYK
           
static PdfName PdfName.DeviceGray
           
static PdfName PdfName.DeviceN
           
static PdfName PdfName.DeviceRGB
           
static PdfName PdfName.Di
           
static PdfName PdfName.Diamond
           
static PdfName PdfName.Difference
           
static PdfName PdfName.Differences
           
static PdfName PdfName.Direction
           
static PdfName PdfName.DisplayDocTitle
           
static PdfName PdfName.Dissolve
           
static PdfName PdfName.Dm
           
static PdfName PdfName.Domain
           
static PdfName PdfName.DOS
           
static PdfName PdfName.DP
           
static PdfName PdfName.DR
           
static PdfName PdfName.Draft
           
static PdfName PdfName.DS
           
static PdfName PdfName.Dur
           
static PdfName PdfName.DV
           
static PdfName PdfName.E
           
static PdfName PdfName.EF
           
static PdfName PdfName.EmbeddedFile
           
static PdfName PdfName.EmbeddedFiles
           
static PdfName PdfName.Encode
           
static PdfName PdfName.Encoding
           
static PdfName PdfName.Encrypt
           
static PdfName PdfName.Event
           
static PdfName PdfName.Exclusion
           
static PdfName PdfName.Experimental
           
static PdfName PdfName.Expired
           
static PdfName PdfName.Export
           
static PdfName PdfName.ExportState
           
static PdfName PdfName.Extends
           
static PdfName PdfName.ExtGState
           
static PdfName PdfName.F
           
static PdfName PdfName.Fade
           
static PdfName PdfName.FB
           
static PdfName PdfName.FDecodeParms
           
static PdfName PdfName.Ff
           
static PdfName PdfName.FFilter
           
static PdfName PdfName.Fields
           
static PdfName PdfName.FileAttachment
           
static PdfName PdfName.Filespec
           
static PdfName PdfName.Filter
           
static PdfName PdfName.Final
           
static PdfName PdfName.First
           
static PdfName PdfName.FirstChar
           
static PdfName PdfName.FirstPage
           
static PdfName PdfName.Fit
           
static PdfName PdfName.FitB
           
static PdfName PdfName.FitBH
           
static PdfName PdfName.FitBV
           
static PdfName PdfName.FitH
           
static PdfName PdfName.FitR
           
static PdfName PdfName.FitV
           
static PdfName PdfName.FitWindow
           
static PdfName PdfName.Fl
           
static PdfName PdfName.Flags
           
static PdfName PdfName.FlateDecode
           
static PdfName PdfName.Fly
           
static PdfName PdfName.Fo
           
static PdfName PdfName.Font
           
static PdfName PdfName.FontBBox
           
static PdfName PdfName.FontDescriptor
           
static PdfName PdfName.FontFile
           
static PdfName PdfName.FontFile2
           
static PdfName PdfName.FontFile3
           
static PdfName PdfName.FontName
           
static PdfName PdfName.ForComment
           
static PdfName PdfName.Form
           
static PdfName PdfName.ForPublicRelease
           
static PdfName PdfName.FreeText
           
static PdfName PdfName.FS
           
static PdfName PdfName.FT
           
static PdfName PdfName.FullScreen
           
static PdfName PdfName.Functions
           
static PdfName PdfName.FunctionType
           
static PdfName PdfName.FWParams
           
static PdfName PdfName.Gamma
           
static PdfName PdfName.Glitter
           
static PdfName PdfName.GoTo
           
static PdfName PdfName.GoTo3DView
           
static PdfName PdfName.GoToAction
           
static PdfName PdfName.GoToE
           
static PdfName PdfName.GoToR
           
static PdfName PdfName.Graph
           
static PdfName PdfName.H
           
static PdfName PdfName.HardLight
           
static PdfName PdfName.Height
           
static PdfName PdfName.Help
           
static PdfName PdfName.HI
           
static PdfName PdfName.Hide
           
static PdfName PdfName.HideMenubar
           
static PdfName PdfName.HideToolbar
           
static PdfName PdfName.HideWindowUI
           
static PdfName PdfName.Highlight
           
static PdfName PdfName.Hue
           
static PdfName PdfName.I
           
static PdfName PdfName.IC
           
static PdfName PdfName.ICCBased
           
static PdfName PdfName.ID
           
static PdfName PdfName.Identity
           
static PdfName PdfName.IdentityH
           
static PdfName PdfName.IdentityV
           
static PdfName PdfName.IF
           
static PdfName PdfName.Image
           
static PdfName PdfName.ImportData
           
static PdfName PdfName.Index
           
static PdfName PdfName.Indexed
           
static PdfName PdfName.Info
           
static PdfName PdfName.Ink
           
static PdfName PdfName.InkList
           
static PdfName PdfName.Insert
           
static PdfName PdfName.ItalicAngle
           
static PdfName PdfName.IX
           
static PdfName PdfName.JavaScript
           
static PdfName PdfName.JBIG2Decode
           
static PdfName PdfName.JPXDecode
           
static PdfName PdfName.JS
           
static PdfName PdfName.K
           
static PdfName PdfName.Key
           
static PdfName PdfName.Keywords
           
static PdfName PdfName.Kids
           
static PdfName PdfName.L
           
static PdfName PdfName.L2R
           
static PdfName PdfName.Lab
           
static PdfName PdfName.Lang
           
static PdfName PdfName.Language
           
static PdfName PdfName.Last
           
static PdfName PdfName.LastChar
           
static PdfName PdfName.LastPage
           
static PdfName PdfName.Launch
           
static PdfName PdfName.LC
           
static PdfName PdfName.LE
           
static PdfName PdfName.Leading
           
static PdfName PdfName.Length
           
static PdfName PdfName.LI
           
static PdfName PdfName.Lighten
           
static PdfName PdfName.Limits
           
static PdfName PdfName.Line
           
static PdfName PdfName.Link
           
static PdfName PdfName.ListMode
           
static PdfName PdfName.LJ
           
static PdfName PdfName.LL
           
static PdfName PdfName.LLE
           
static PdfName PdfName.Locked
           
static PdfName PdfName.Luminosity
           
static PdfName PdfName.LW
           
static PdfName PdfName.LZW
           
static PdfName PdfName.LZWDecode
           
static PdfName PdfName.M
           
static PdfName PdfName.Mac
           
static PdfName PdfName.MacRomanEncoding
           
static PdfName PdfName.Matrix
           
static PdfName PdfName.max
           
static PdfName PdfName.MaxLen
           
static PdfName PdfName.MCD
           
static PdfName PdfName.MCS
           
static PdfName PdfName.MediaBox
           
static PdfName PdfName.MediaClip
           
static PdfName PdfName.MediaDuration
           
static PdfName PdfName.MediaOffset
           
static PdfName PdfName.MediaPlayerInfo
           
static PdfName PdfName.MediaPlayParams
           
static PdfName PdfName.MediaScreenParams
           
static PdfName PdfName.Metadata
           
static PdfName PdfName.MH
           
static PdfName PdfName.Mic
           
static PdfName PdfName.min
           
static PdfName PdfName.MissingWidth
           
static PdfName PdfName.MK
           
static PdfName PdfName.ML
           
static PdfName PdfName.MMType1
           
static PdfName PdfName.ModDate
           
static PdfName PdfName.Movie
           
static PdfName PdfName.MR
           
static PdfName PdfName.MU
           
static PdfName PdfName.Multiply
           
static PdfName PdfName.N
           
static PdfName PdfName.Name
           
static PdfName PdfName.Named
           
static PdfName PdfName.Names
           
static PdfName PdfName.NewParagraph
           
static PdfName PdfName.NewWindow
           
static PdfName PdfName.Next
           
static PdfName PdfName.NextPage
           
static PdfName PdfName.NM
           
static PdfName PdfName.None
           
static PdfName PdfName.Normal
           
static PdfName PdfName.NotApproved
           
static PdfName PdfName.Note
           
static PdfName PdfName.NotForPublicRelease
           
static PdfName PdfName.NU
           
static PdfName PdfName.Nums
           
static PdfName PdfName.O
           
static PdfName PdfName.ObjStm
           
static PdfName PdfName.OC
           
static PdfName PdfName.OCG
           
static PdfName PdfName.OCGs
           
static PdfName PdfName.OCMD
           
static PdfName PdfName.OCProperties
           
static PdfName PdfName.Off
           
static PdfName PdfName.OFF
           
static PdfName PdfName.ON
           
static PdfName PdfName.OneColumn
           
static PdfName PdfName.OP
           
static PdfName PdfName.Open
           
static PdfName PdfName.OpenAction
           
static PdfName PdfName.OpenArrow
           
static PdfName PdfName.OpenType
           
static PdfName PdfName.Opt
           
static PdfName PdfName.Order
           
static PdfName PdfName.Ordering
           
static PdfName PdfName.OS
           
static PdfName PdfName.Outlines
           
static PdfName PdfName.Overlay
           
static PdfName PdfName.P
           
static PdfName PdfName.Page
           
static PdfName PdfName.PageLabel
           
static PdfName PdfName.PageLabels
           
static PdfName PdfName.PageLayout
           
static PdfName PdfName.PageMode
           
static PdfName PdfName.Pages
           
static PdfName PdfName.PaintType
           
static PdfName PdfName.Paperclip
           
static PdfName PdfName.Paragraph
           
static PdfName PdfName.Params
           
static PdfName PdfName.Parent
           
static PdfName PdfName.Pattern
           
static PdfName PdfName.PatternType
           
static PdfName PdfName.PC
           
static PdfName PdfName.PDFDocEncoding
           
static PdfName PdfName.PI
           
static PdfName PdfName.PID
           
static PdfName PdfName.PL
           
static PdfName PdfName.PO
           
static PdfName PdfName.Polygon
           
static PdfName PdfName.PolyLine
           
static PdfName PdfName.Popup
           
static PdfName PdfName.Predictor
           
static PdfName PdfName.Prev
           
static PdfName PdfName.PrevPage
           
static PdfName PdfName.Print
           
static PdfName PdfName.PrintState
           
static PdfName PdfName.Producer
           
static PdfName PdfName.Properties
           
static PdfName PdfName.Push
           
static PdfName PdfName.PushPin
           
static PdfName PdfName.PV
           
static PdfName PdfName.Q
           
static PdfName PdfName.QuadPoints
           
static PdfName PdfName.r
           
static PdfName PdfName.R
           
static PdfName PdfName.R2L
           
static PdfName PdfName.Range
           
static PdfName PdfName.RBGroups
           
static PdfName PdfName.RC
           
static PdfName PdfName.RClosedArrow
           
static PdfName PdfName.Rect
           
static PdfName PdfName.Registry
           
static PdfName PdfName.Rendition
           
static PdfName PdfName.Renditions
           
static PdfName PdfName.ResetForm
           
static PdfName PdfName.Resources
           
static PdfName PdfName.RF
           
static PdfName PdfName.RGB
           
static PdfName PdfName.RI
           
static PdfName PdfName.RL
           
static PdfName PdfName.Root
           
static PdfName PdfName.ROpenArrow
           
static PdfName PdfName.Rotate
           
static PdfName PdfName.RT
           
static PdfName PdfName.RunLengthDecode
           
static PdfName PdfName.S
           
static PdfName PdfName.Saturation
           
static PdfName PdfName.Screen
           
static PdfName PdfName.Separation
           
static PdfName PdfName.SetOCGState
           
static PdfName PdfName.Shading
           
static PdfName PdfName.Sig
           
static PdfName PdfName.SinglePage
           
static PdfName PdfName.Size
           
static PdfName PdfName.Slash
           
static PdfName PdfName.SoftLight
           
static PdfName PdfName.Sold
           
static PdfName PdfName.Sound
           
static PdfName PdfName.SP
           
static PdfName PdfName.Speaker
           
static PdfName PdfName.Split
           
static PdfName PdfName.Square
           
static PdfName PdfName.Squiggly
           
static PdfName PdfName.SR
           
static PdfName PdfName.SS
           
static PdfName PdfName.St
           
static PdfName PdfName.Stamp
           
static PdfName PdfName.StandardEncoding
           
static PdfName PdfName.State
           
static PdfName PdfName.StemV
           
static PdfName PdfName.StrikeOut
           
static PdfName PdfName.StructParent
           
static PdfName PdfName.Subject
           
static PdfName PdfName.SubmitForm
           
static PdfName PdfName.Subtype
           
static PdfName PdfName.Supplement
           
static PdfName PdfName.SW
           
static PdfName PdfName.Sy
           
static PdfName PdfName.T
           
static PdfName PdfName.Tabs
           
static PdfName PdfName.Tag
           
static PdfName PdfName.Text
           
static PdfName PdfName.TF
           
static PdfName PdfName.Thread
           
static PdfName PdfName.Threads
           
static PdfName PdfName.TilingType
           
static PdfName PdfName.Timespan
           
static PdfName PdfName.Title
           
static PdfName PdfName.Toggle
           
static PdfName PdfName.TopSecret
           
static PdfName PdfName.ToUnicode
           
static PdfName PdfName.TP
           
static PdfName PdfName.Trans
           
static PdfName PdfName.TrimBox
           
static PdfName PdfName.TrueType
           
static PdfName PdfName.TwoColumnLeft
           
static PdfName PdfName.TwoColumnRight
           
static PdfName PdfName.TwoPageLeft
           
static PdfName PdfName.TwoPageRight
           
static PdfName PdfName.Tx
           
static PdfName PdfName.Type
           
static PdfName PdfName.Type0
           
static PdfName PdfName.Type1
           
static PdfName PdfName.Type1C
           
static PdfName PdfName.Type3
           
static PdfName PdfName.U
           
static PdfName PdfName.UC
           
static PdfName PdfName.Unchanged
           
static PdfName PdfName.Uncover
           
static PdfName PdfName.Underline
           
static PdfName PdfName.Unix
           
static PdfName PdfName.URI
           
static PdfName PdfName.URL
           
static PdfName PdfName.Usage
           
static PdfName PdfName.UseAttachments
           
static PdfName PdfName.UseNone
           
static PdfName PdfName.UseOC
           
static PdfName PdfName.UseOutlines
           
static PdfName PdfName.UseThumbs
           
static PdfName PdfName.V
           
static PdfName PdfName.Version
           
static PdfName PdfName.Vertices
           
static PdfName PdfName.View
           
static PdfName PdfName.ViewerPreferences
           
static PdfName PdfName.ViewState
           
static PdfName PdfName.VisiblePages
           
static PdfName PdfName.W
           
static PdfName PdfName.WhitePoint
           
static PdfName PdfName.Widget
           
static PdfName PdfName.Width
           
static PdfName PdfName.Widths
           
static PdfName PdfName.Win
           
static PdfName PdfName.WinAnsiEncoding
           
static PdfName PdfName.Wipe
           
static PdfName PdfName.WP
           
static PdfName PdfName.WS
           
static PdfName PdfName.X
           
static PdfName PdfName.XML
           
static PdfName PdfName.XObject
           
static PdfName PdfName.XRef
           
static PdfName PdfName.XStep
           
static PdfName PdfName.XYZ
           
static PdfName PdfName.Yes
           
static PdfName PdfName.YStep
           
static PdfName PdfName.Z
           
static PdfName PdfName.Zoom
           
 

Methods in org.pdfclown.objects that return PdfName
static PdfName PdfName.get(Object value)
          Gets the object equivalent to the given value.
static PdfName PdfName.get(String value)
          Gets the object equivalent to the given value.
 PdfName PdfDictionary.getKey(PdfDirectObject value)
          Gets the key associated to the specified value.
protected  PdfName NameTree.getPairsKey()
           
protected  PdfName NumberTree.getPairsKey()
           
protected abstract  PdfName Tree.getPairsKey()
          Gets the name of the key-value pairs entries.
 

Methods in org.pdfclown.objects that return types with arguments of type PdfName
 Set<Map.Entry<PdfName,PdfDirectObject>> PdfDictionary.entrySet()
           
 Set<PdfName> PdfDictionary.keySet()
           
 

Methods in org.pdfclown.objects with parameters of type PdfName
 void Cloner.Filter.afterClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a complete clone operation on a dictionary entry.
 boolean Cloner.Filter.beforeClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a starting clone operation on a dictionary entry.
<T extends PdfDataObject>
PdfDirectObject
PdfDictionary.get(PdfName key, Class<T> valueClass)
          Gets the value corresponding to the given key, forcing its instantiation as a direct object in case of missing entry.
<T extends PdfDataObject>
PdfDirectObject
PdfDictionary.get(PdfName key, Class<T> valueClass, boolean direct)
          Gets the value corresponding to the given key, forcing its instantiation in case of missing entry.
 PdfDirectObject PdfDictionary.put(PdfName key, PdfDirectObject value)
           
 PdfDataObject PdfDictionary.resolve(PdfName key)
          Gets the dereferenced value corresponding to the given key.
<T extends PdfDataObject>
T
PdfDictionary.resolve(PdfName key, Class<T> valueClass)
          Gets the dereferenced value corresponding to the given key, forcing its instantiation in case of missing entry.
 PdfObject Visitor.visit(PdfName object, Object data)
           
 PdfObject IVisitor.visit(PdfName object, Object data)
          Visits a name object.
 

Method parameters in org.pdfclown.objects with type arguments of type PdfName
 void PdfDictionary.putAll(Map<? extends PdfName,? extends PdfDirectObject> entries)
           
 

Constructors in org.pdfclown.objects with parameters of type PdfName
PdfDictionary(PdfName[] keys, PdfDirectObject[] values)
           
 

Constructor parameters in org.pdfclown.objects with type arguments of type PdfName
PdfDictionary(Map<PdfName,PdfDirectObject> entries)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.