|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfName | |
---|---|
it.stefanochizzolini.clown.bytes.filters | Stream encoding/decoding filters [PDF:1.6:3.3]. |
it.stefanochizzolini.clown.documents | Document-level objects [PDF:1.6:3.6]. |
it.stefanochizzolini.clown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
it.stefanochizzolini.clown.documents.contents.colorSpaces | Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. |
it.stefanochizzolini.clown.documents.contents.composition | Typographic composition. |
it.stefanochizzolini.clown.documents.contents.objects | Content stream instructions [PDF:1.6:3.7.1]. |
it.stefanochizzolini.clown.documents.interaction.actions | Actions used to perform specific operations when triggered [PDF:1.6:8.5]. |
it.stefanochizzolini.clown.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]. |
it.stefanochizzolini.clown.documents.interaction.forms | Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. |
it.stefanochizzolini.clown.documents.interaction.navigation.page | Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. |
it.stefanochizzolini.clown.documents.interaction.viewer | PDF viewer settings [PDF:1.6:8.1]. |
it.stefanochizzolini.clown.documents.interchange.metadata | Features that support global information about the document [PDF:1.6:10.2]. |
it.stefanochizzolini.clown.objects | Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. |
Uses of PdfName in it.stefanochizzolini.clown.bytes.filters |
---|
Methods in it.stefanochizzolini.clown.bytes.filters with parameters of type PdfName | |
---|---|
static Filter |
Filter.get(PdfName name)
Gets a specific filter object. |
Uses of PdfName in it.stefanochizzolini.clown.documents |
---|
Methods in it.stefanochizzolini.clown.documents that return PdfName | |
---|---|
PdfName |
Page.TabOrderEnum.getCode()
|
Methods in it.stefanochizzolini.clown.documents with parameters of type PdfName | |
---|---|
static Page.TabOrderEnum |
Page.TabOrderEnum.get(PdfName value)
Gets the tab order corresponding to the given value. |
protected PdfDirectObject |
Page.getInheritableAttribute(PdfName key)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.contents |
---|
Methods in it.stefanochizzolini.clown.documents.contents that return PdfName | |
---|---|
PdfName |
ColorSpaceResources.getKey(ColorSpace value)
Gets the key associated to a given value. |
PdfName |
ExtGStateResources.getKey(ExtGState value)
Gets the key associated to a given value. |
PdfName |
FontResources.getKey(Font value)
Gets the key associated to a given value. |
PdfName |
XObjectResources.getKey(XObject value)
Gets the key associated to a given value. |
PdfName |
ContentScanner.XObjectWrapper.getName()
Gets the corresponding resource key. |
Methods in it.stefanochizzolini.clown.documents.contents that return types with arguments of type PdfName | |
---|---|
Set<Map.Entry<PdfName,XObject>> |
XObjectResources.entrySet()
|
Set<Map.Entry<PdfName,ColorSpace>> |
ColorSpaceResources.entrySet()
|
Set<Map.Entry<PdfName,Font>> |
FontResources.entrySet()
|
Set<Map.Entry<PdfName,ExtGState>> |
ExtGStateResources.entrySet()
|
Set<PdfName> |
XObjectResources.keySet()
|
Set<PdfName> |
ColorSpaceResources.keySet()
|
Set<PdfName> |
FontResources.keySet()
|
Set<PdfName> |
ExtGStateResources.keySet()
|
Methods in it.stefanochizzolini.clown.documents.contents with parameters of type PdfName | |
---|---|
ColorSpace |
ColorSpaceResources.put(PdfName key,
ColorSpace value)
|
ExtGState |
ExtGStateResources.put(PdfName key,
ExtGState value)
|
Font |
FontResources.put(PdfName key,
Font value)
|
XObject |
XObjectResources.put(PdfName key,
XObject value)
|
Method parameters in it.stefanochizzolini.clown.documents.contents with type arguments of type PdfName | |
---|---|
void |
ColorSpaceResources.putAll(Map<? extends PdfName,? extends ColorSpace> entries)
|
void |
ExtGStateResources.putAll(Map<? extends PdfName,? extends ExtGState> entries)
|
void |
FontResources.putAll(Map<? extends PdfName,? extends Font> entries)
|
void |
XObjectResources.putAll(Map<? extends PdfName,? extends XObject> entries)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.contents.colorSpaces |
---|
Constructors in it.stefanochizzolini.clown.documents.contents.colorSpaces with parameters of type PdfName | |
---|---|
DeviceColorSpace(Document context,
PdfName baseDataObject)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.contents.composition |
---|
Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type PdfName | |
---|---|
MarkedContent |
PrimitiveFilter.beginMarkedContent(PdfName tag)
Begins a new marked-content sequence [PDF:1.6:10.5]. |
void |
PrimitiveFilter.setFont(PdfName name,
double size)
Sets the font [PDF:1.6:5.2]. |
void |
PrimitiveFilter.showXObject(PdfName name)
Shows the specified external object [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(PdfName name,
Point2D location)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(PdfName name,
Point2D location,
Dimension2D size)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(PdfName name,
Point2D location,
Dimension2D size,
AlignmentXEnum alignmentX,
AlignmentYEnum alignmentY,
double rotation)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
Uses of PdfName in it.stefanochizzolini.clown.documents.contents.objects |
---|
Methods in it.stefanochizzolini.clown.documents.contents.objects that return PdfName | |
---|---|
PdfName |
SetFillColorSpace.getName()
|
PdfName |
SetStrokeColorSpace.getName()
|
PdfName |
PaintXObject.getName()
Gets the name of the XObject resource to be painted. |
PdfName |
SetFont.getName()
|
PdfName |
XObject.getName()
Gets the name of the XObject resource. |
PdfName |
SetExtGState.getName()
|
PdfName |
BeginMarkedContent.getTag()
Gets the role or significance of the marked content. |
Methods in it.stefanochizzolini.clown.documents.contents.objects that return types with arguments of type PdfName | |
---|---|
Set<Map.Entry<PdfName,PdfDirectObject>> |
InlineImageHeader.entrySet()
|
Set<PdfName> |
InlineImageHeader.keySet()
|
Methods in it.stefanochizzolini.clown.documents.contents.objects with parameters of type PdfName | |
---|---|
PdfDirectObject |
InlineImageHeader.put(PdfName key,
PdfDirectObject value)
|
void |
SetFillColorSpace.setName(PdfName value)
|
void |
SetStrokeColorSpace.setName(PdfName value)
|
void |
PaintXObject.setName(PdfName value)
|
void |
SetFont.setName(PdfName value)
|
void |
SetExtGState.setName(PdfName value)
|
void |
BeginMarkedContent.setTag(PdfName value)
|
Method parameters in it.stefanochizzolini.clown.documents.contents.objects with type arguments of type PdfName | |
---|---|
void |
InlineImageHeader.putAll(Map<? extends PdfName,? extends PdfDirectObject> entries)
|
Constructors in it.stefanochizzolini.clown.documents.contents.objects with parameters of type PdfName | |
---|---|
BeginMarkedContent(PdfName tag)
|
|
BeginMarkedContent(PdfName tag,
PdfDirectObject properties)
|
|
PaintShading(PdfName name)
|
|
PaintXObject(PdfName name)
|
|
SetExtGState(PdfName name)
|
|
SetFillColorSpace(PdfName name)
|
|
SetFont(PdfName name,
double size)
|
|
SetStrokeColorSpace(PdfName name)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.interaction.actions |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.actions that return PdfName | |
---|---|
PdfName |
GoToEmbedded.TargetObject.RelationEnum.getCode()
|
Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type PdfName | |
---|---|
static GoToEmbedded.TargetObject.RelationEnum |
GoToEmbedded.TargetObject.RelationEnum.get(PdfName value)
Gets the relation corresponding to the given value. |
Constructors in it.stefanochizzolini.clown.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,
FileSpec fileSpec,
T destination)
|
|
NamedAction(Document context,
PdfName actionName)
Creates a new action within the given document context. |
Uses of PdfName in it.stefanochizzolini.clown.documents.interaction.annotations |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return PdfName | |
---|---|
PdfName |
Widget.HighlightModeEnum.getCode()
|
PdfName |
FileAttachment.IconTypeEnum.getCode()
|
PdfName |
Border.StyleEnum.getCode()
|
PdfName |
Line.LineEndStyleEnum.getCode()
|
PdfName |
TextMarkup.MarkupTypeEnum.getCode()
|
PdfName |
AppearanceCharacteristics.IconFitObject.ScaleModeEnum.getCode()
|
PdfName |
AppearanceCharacteristics.IconFitObject.ScaleTypeEnum.getCode()
|
PdfName |
RubberStamp.IconTypeEnum.getCode()
|
PdfName |
Caret.SymbolTypeEnum.getCode()
|
PdfName |
Note.IconTypeEnum.getCode()
|
PdfName |
SoundAnnotation.IconTypeEnum.getCode()
|
Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type PdfName | |
---|---|
static Widget.HighlightModeEnum |
Widget.HighlightModeEnum.get(PdfName value)
Gets the highlighting mode corresponding to the given value. |
static FileAttachment.IconTypeEnum |
FileAttachment.IconTypeEnum.get(PdfName value)
Gets the icon type corresponding to the given value. |
static Border.StyleEnum |
Border.StyleEnum.get(PdfName value)
Gets the style corresponding to the given value. |
static Line.LineEndStyleEnum |
Line.LineEndStyleEnum.get(PdfName value)
Gets the line ending style corresponding to the given value. |
static TextMarkup.MarkupTypeEnum |
TextMarkup.MarkupTypeEnum.get(PdfName value)
Gets the markup 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. |
static Caret.SymbolTypeEnum |
Caret.SymbolTypeEnum.get(PdfName value)
Gets the symbol type corresponding to the given value. |
static Note.IconTypeEnum |
Note.IconTypeEnum.get(PdfName value)
Gets the highlighting mode corresponding to the given value. |
static SoundAnnotation.IconTypeEnum |
SoundAnnotation.IconTypeEnum.get(PdfName value)
Gets the highlighting mode corresponding to the given value. |
Action |
AnnotationActions.put(PdfName key,
Action value)
|
FormXObject |
AppearanceStates.put(PdfName key,
FormXObject value)
|
Method parameters in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type PdfName | |
---|---|
Annotation(Document context,
PdfName subtype,
Rectangle2D box,
Page page)
|
|
Shape(Page page,
Rectangle2D box,
PdfName subtype)
|
|
VertexShape(Page page,
Rectangle2D box,
PdfName subtype)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.interaction.forms |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type PdfName | |
---|---|
protected PdfDirectObject |
Field.getInheritableAttribute(PdfName key)
|
Constructors in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.navigation.page |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page that return PdfName | |
---|---|
PdfName |
Transition.OrientationEnum.getCode()
|
PdfName |
Transition.PageDirectionEnum.getCode()
|
PdfName |
Transition.StyleEnum.getCode()
|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page with parameters of type PdfName | |
---|---|
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 it.stefanochizzolini.clown.documents.interaction.viewer |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.viewer that return PdfName | |
---|---|
PdfName |
ViewerPreferences.DirectionEnum.getCode()
|
Methods in it.stefanochizzolini.clown.documents.interaction.viewer with parameters of type PdfName | ||
---|---|---|
static ViewerPreferences.DirectionEnum |
ViewerPreferences.DirectionEnum.get(PdfName value)
Gets the direction corresponding to the given value. |
|
protected
|
ViewerPreferences.getEntry(PdfName key)
|
|
protected
|
ViewerPreferences.setEntry(PdfName key,
T value,
Class<TPdf> entryType)
|
Uses of PdfName in it.stefanochizzolini.clown.documents.interchange.metadata |
---|
Methods in it.stefanochizzolini.clown.documents.interchange.metadata with parameters of type PdfName | ||
---|---|---|
protected
|
Information.getEntry(PdfName key)
|
|
protected
|
Information.setEntry(PdfName key,
Object value,
Class<TPdf> entryType)
|
Uses of PdfName in it.stefanochizzolini.clown.objects |
---|
Fields in it.stefanochizzolini.clown.objects declared as PdfName | |
---|---|
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.Annot
|
static PdfName |
PdfName.Annotation
|
static PdfName |
PdfName.Annots
|
static PdfName |
PdfName.AP
|
static PdfName |
PdfName.Approved
|
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.BBox
|
static PdfName |
PdfName.BC
|
static PdfName |
PdfName.BG
|
static PdfName |
PdfName.BitsPerComponent
|
static PdfName |
PdfName.Bl
|
static PdfName |
PdfName.Blinds
|
static PdfName |
PdfName.Border
|
static PdfName |
PdfName.Box
|
static PdfName |
PdfName.BPC
|
static PdfName |
PdfName.BS
|
static PdfName |
PdfName.Btn
|
static PdfName |
PdfName.Butt
|
static PdfName |
PdfName.C
|
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.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.ColorSpace
|
static PdfName |
PdfName.Comment
|
static PdfName |
PdfName.Confidential
|
static PdfName |
PdfName.Contents
|
static PdfName |
PdfName.Count
|
static PdfName |
PdfName.Cover
|
static PdfName |
PdfName.CreationDate
|
static PdfName |
PdfName.Creator
|
static PdfName |
PdfName.Crypt
|
static PdfName |
PdfName.CS
|
static PdfName |
PdfName.D
|
static PdfName |
PdfName.DA
|
static PdfName |
PdfName.DC
|
static PdfName |
PdfName.DCT
|
static PdfName |
PdfName.DCTDecode
|
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.DeviceRGB
|
static PdfName |
PdfName.Di
|
static PdfName |
PdfName.Diamond
|
static PdfName |
PdfName.Differences
|
static PdfName |
PdfName.Direction
|
static PdfName |
PdfName.DisplayDocTitle
|
static PdfName |
PdfName.Dissolve
|
static PdfName |
PdfName.Dm
|
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.Encoding
|
static PdfName |
PdfName.Encrypt
|
static PdfName |
PdfName.Experimental
|
static PdfName |
PdfName.Expired
|
static PdfName |
PdfName.ExtGState
|
static PdfName |
PdfName.F
|
static PdfName |
PdfName.Fade
|
static PdfName |
PdfName.FB
|
static PdfName |
PdfName.Ff
|
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.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.Height
|
static PdfName |
PdfName.Help
|
static PdfName |
PdfName.Hide
|
static PdfName |
PdfName.HideMenubar
|
static PdfName |
PdfName.HideToolbar
|
static PdfName |
PdfName.HideWindowUI
|
static PdfName |
PdfName.Highlight
|
static PdfName |
PdfName.I
|
static PdfName |
PdfName.IC
|
static PdfName |
PdfName.ICCBased
|
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.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.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.Limits
|
static PdfName |
PdfName.Line
|
static PdfName |
PdfName.Link
|
static PdfName |
PdfName.LJ
|
static PdfName |
PdfName.LL
|
static PdfName |
PdfName.LLE
|
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.MaxLen
|
static PdfName |
PdfName.MediaBox
|
static PdfName |
PdfName.Mic
|
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.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.NotApproved
|
static PdfName |
PdfName.Note
|
static PdfName |
PdfName.NotForPublicRelease
|
static PdfName |
PdfName.O
|
static PdfName |
PdfName.OC
|
static PdfName |
PdfName.Off
|
static PdfName |
PdfName.OneColumn
|
static PdfName |
PdfName.Open
|
static PdfName |
PdfName.OpenAction
|
static PdfName |
PdfName.OpenArrow
|
static PdfName |
PdfName.OpenType
|
static PdfName |
PdfName.Opt
|
static PdfName |
PdfName.Ordering
|
static PdfName |
PdfName.Outlines
|
static PdfName |
PdfName.P
|
static PdfName |
PdfName.Page
|
static PdfName |
PdfName.PageLayout
|
static PdfName |
PdfName.PageMode
|
static PdfName |
PdfName.Pages
|
static PdfName |
PdfName.Paperclip
|
static PdfName |
PdfName.Paragraph
|
static PdfName |
PdfName.Parent
|
static PdfName |
PdfName.PC
|
static PdfName |
PdfName.PI
|
static PdfName |
PdfName.PO
|
static PdfName |
PdfName.Polygon
|
static PdfName |
PdfName.PolyLine
|
static PdfName |
PdfName.Popup
|
static PdfName |
PdfName.Prev
|
static PdfName |
PdfName.PrevPage
|
static PdfName |
PdfName.Producer
|
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.R2L
|
static PdfName |
PdfName.RC
|
static PdfName |
PdfName.RClosedArrow
|
static PdfName |
PdfName.Rect
|
static PdfName |
PdfName.Registry
|
static PdfName |
PdfName.Rendition
|
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.RunLengthDecode
|
static PdfName |
PdfName.S
|
static PdfName |
PdfName.SetOCGState
|
static PdfName |
PdfName.Sig
|
static PdfName |
PdfName.SinglePage
|
static PdfName |
PdfName.Size
|
static PdfName |
PdfName.Slash
|
static PdfName |
PdfName.Sold
|
static PdfName |
PdfName.Sound
|
static PdfName |
PdfName.Speaker
|
static PdfName |
PdfName.Split
|
static PdfName |
PdfName.Square
|
static PdfName |
PdfName.Squiggly
|
static PdfName |
PdfName.SS
|
static PdfName |
PdfName.Stamp
|
static PdfName |
PdfName.StandardEncoding
|
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.Thread
|
static PdfName |
PdfName.Title
|
static PdfName |
PdfName.TopSecret
|
static PdfName |
PdfName.ToUnicode
|
static PdfName |
PdfName.TP
|
static PdfName |
PdfName.Trans
|
static PdfName |
PdfName.TrueType
|
static PdfName |
PdfName.TwoColumnLeft
|
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.Uncover
|
static PdfName |
PdfName.Underline
|
static PdfName |
PdfName.Unix
|
static PdfName |
PdfName.URI
|
static PdfName |
PdfName.UseNone
|
static PdfName |
PdfName.UseOutlines
|
static PdfName |
PdfName.UseThumbs
|
static PdfName |
PdfName.V
|
static PdfName |
PdfName.Version
|
static PdfName |
PdfName.Vertices
|
static PdfName |
PdfName.ViewerPreferences
|
static PdfName |
PdfName.W
|
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.XObject
|
static PdfName |
PdfName.XYZ
|
static PdfName |
PdfName.Yes
|
Methods in it.stefanochizzolini.clown.objects that return PdfName | |
---|---|
PdfName |
PdfDictionary.getKey(PdfDirectObject value)
Gets the key associated to a given value. |
Methods in it.stefanochizzolini.clown.objects that return types with arguments of type PdfName | |
---|---|
Set<Map.Entry<PdfName,PdfDirectObject>> |
PdfDictionary.entrySet()
|
Set<PdfName> |
PdfDictionary.keySet()
|
Methods in it.stefanochizzolini.clown.objects with parameters of type PdfName | |
---|---|
PdfDirectObject |
PdfDictionary.put(PdfName key,
PdfDirectObject value)
|
Method parameters in it.stefanochizzolini.clown.objects with type arguments of type PdfName | |
---|---|
void |
PdfDictionary.putAll(Map<? extends PdfName,? extends PdfDirectObject> entries)
|
Constructors in it.stefanochizzolini.clown.objects with parameters of type PdfName | |
---|---|
PdfDictionary(PdfName[] keys,
PdfDirectObject[] values)
|
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |