C# Class iTextSharp.text.pdf.PdfAnnotation

Inheritance: PdfDictionary
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
AA_BLUR PdfName
AA_DOWN PdfName
AA_ENTER PdfName
AA_EXIT PdfName
AA_FOCUS PdfName
AA_JS_CHANGE PdfName
AA_JS_FORMAT PdfName
AA_JS_KEY PdfName
AA_JS_OTHER_CHANGE PdfName
AA_UP PdfName
APPEARANCE_DOWN PdfName
APPEARANCE_NORMAL PdfName
APPEARANCE_ROLLOVER PdfName
HIGHLIGHT_INVERT PdfName
HIGHLIGHT_NONE PdfName
HIGHLIGHT_OUTLINE PdfName
HIGHLIGHT_PUSH PdfName
HIGHLIGHT_TOGGLE PdfName

Protected Properties

Свойство Type Description
annotation bool
form bool
reference PdfIndirectReference
templates object>.Dictionary
used bool
writer PdfWriter

Private Properties

Свойство Type Description
IsUsed bool

Méthodes publiques

Méthode Description
CreateFileAttachment ( PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs ) : PdfAnnotation
CreateFileAttachment ( PdfWriter writer, Rectangle rect, String contents, byte fileStore, String file, String fileDisplay ) : PdfAnnotation
CreateFreeText ( PdfWriter writer, Rectangle rect, string contents, PdfContentByte defaultAppearance ) : PdfAnnotation
CreateInk ( PdfWriter writer, Rectangle rect, string contents, float inkList ) : PdfAnnotation
CreateLine ( PdfWriter writer, Rectangle rect, string contents, float x1, float y1, float x2, float y2 ) : PdfAnnotation
CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action ) : PdfAnnotation
CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest ) : PdfAnnotation
CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, string namedDestination ) : PdfAnnotation
CreateMarkup ( PdfWriter writer, Rectangle rect, string contents, int type, float quadPoints ) : PdfAnnotation
CreatePolygonPolyline ( PdfWriter writer, Rectangle rect, String contents, bool polygon, PdfArray vertices ) : PdfAnnotation
CreatePopup ( PdfWriter writer, Rectangle rect, string contents, bool open ) : PdfAnnotation
CreateScreen ( PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, bool playOnDisplay ) : PdfAnnotation
CreateSquareCircle ( PdfWriter writer, Rectangle rect, string contents, bool square ) : PdfAnnotation
CreateStamp ( PdfWriter writer, Rectangle rect, string contents, string name ) : PdfAnnotation
CreateText ( PdfWriter writer, Rectangle rect, string title, string contents, bool open, string icon ) : PdfAnnotation
GetMKColor ( BaseColor color ) : PdfArray
IsAnnotation ( ) : bool
IsForm ( ) : bool
PdfAnnotation ( PdfWriter writer, Rectangle rect ) : System
PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) : System
PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content ) : System
SetAdditionalActions ( PdfName key, PdfAction action ) : void
SetAppearance ( PdfName ap, PdfTemplate template ) : void
SetAppearance ( PdfName ap, string state, PdfTemplate template ) : void
SetHighlighting ( PdfName highlight ) : void
SetMKIconFit ( PdfName scale, PdfName scalingType, float leftoverLeft, float leftoverBottom, bool fitInBounds ) : void
SetPage ( ) : void
SetUsed ( ) : void
ShallowDuplicate ( PdfAnnotation annot ) : PdfAnnotation

Méthodes protégées

Méthode Description
CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight ) : PdfAnnotation

Private Methods

Méthode Description
IsUsed ( ) : bool

Method Details

CreateFileAttachment() public static méthode

public static CreateFileAttachment ( PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents String
fs PdfFileSpecification
Résultat PdfAnnotation

CreateFileAttachment() public static méthode

public static CreateFileAttachment ( PdfWriter writer, Rectangle rect, String contents, byte fileStore, String file, String fileDisplay ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents String
fileStore byte
file String
fileDisplay String
Résultat PdfAnnotation

CreateFreeText() public static méthode

public static CreateFreeText ( PdfWriter writer, Rectangle rect, string contents, PdfContentByte defaultAppearance ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
defaultAppearance PdfContentByte
Résultat PdfAnnotation

CreateInk() public static méthode

public static CreateInk ( PdfWriter writer, Rectangle rect, string contents, float inkList ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
inkList float
Résultat PdfAnnotation

CreateLine() public static méthode

public static CreateLine ( PdfWriter writer, Rectangle rect, string contents, float x1, float y1, float x2, float y2 ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
x1 float
y1 float
x2 float
y2 float
Résultat PdfAnnotation

CreateLink() protected static méthode

protected static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
Résultat PdfAnnotation

CreateLink() public static méthode

public static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
action PdfAction
Résultat PdfAnnotation

CreateLink() public static méthode

public static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
page int
dest PdfDestination
Résultat PdfAnnotation

CreateLink() public static méthode

public static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, string namedDestination ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
namedDestination string
Résultat PdfAnnotation

CreateMarkup() public static méthode

public static CreateMarkup ( PdfWriter writer, Rectangle rect, string contents, int type, float quadPoints ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
type int
quadPoints float
Résultat PdfAnnotation

CreatePolygonPolyline() public static méthode

public static CreatePolygonPolyline ( PdfWriter writer, Rectangle rect, String contents, bool polygon, PdfArray vertices ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents String
polygon bool
vertices PdfArray
Résultat PdfAnnotation

CreatePopup() public static méthode

public static CreatePopup ( PdfWriter writer, Rectangle rect, string contents, bool open ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
open bool
Résultat PdfAnnotation

CreateScreen() public static méthode

public static CreateScreen ( PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, bool playOnDisplay ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
clipTitle String
fs PdfFileSpecification
mimeType String
playOnDisplay bool
Résultat PdfAnnotation

CreateSquareCircle() public static méthode

public static CreateSquareCircle ( PdfWriter writer, Rectangle rect, string contents, bool square ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
square bool
Résultat PdfAnnotation

CreateStamp() public static méthode

public static CreateStamp ( PdfWriter writer, Rectangle rect, string contents, string name ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
name string
Résultat PdfAnnotation

CreateText() public static méthode

public static CreateText ( PdfWriter writer, Rectangle rect, string title, string contents, bool open, string icon ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
title string
contents string
open bool
icon string
Résultat PdfAnnotation

GetMKColor() public static méthode

public static GetMKColor ( BaseColor color ) : PdfArray
color iTextSharp.text.BaseColor
Résultat PdfArray

IsAnnotation() public méthode

public IsAnnotation ( ) : bool
Résultat bool

IsForm() public méthode

public IsForm ( ) : bool
Résultat bool

PdfAnnotation() public méthode

public PdfAnnotation ( PdfWriter writer, Rectangle rect ) : System
writer PdfWriter
rect iTextSharp.text.Rectangle
Résultat System

PdfAnnotation() public méthode

public PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) : System
writer PdfWriter
llx float
lly float
urx float
ury float
action PdfAction
Résultat System

PdfAnnotation() public méthode

public PdfAnnotation ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content ) : System
writer PdfWriter
llx float
lly float
urx float
ury float
title PdfString
content PdfString
Résultat System

SetAdditionalActions() public méthode

public SetAdditionalActions ( PdfName key, PdfAction action ) : void
key PdfName
action PdfAction
Résultat void

SetAppearance() public méthode

public SetAppearance ( PdfName ap, PdfTemplate template ) : void
ap PdfName
template PdfTemplate
Résultat void

SetAppearance() public méthode

public SetAppearance ( PdfName ap, string state, PdfTemplate template ) : void
ap PdfName
state string
template PdfTemplate
Résultat void

SetHighlighting() public méthode

public SetHighlighting ( PdfName highlight ) : void
highlight PdfName
Résultat void

SetMKIconFit() public méthode

public SetMKIconFit ( PdfName scale, PdfName scalingType, float leftoverLeft, float leftoverBottom, bool fitInBounds ) : void
scale PdfName
scalingType PdfName
leftoverLeft float
leftoverBottom float
fitInBounds bool
Résultat void

SetPage() public méthode

public SetPage ( ) : void
Résultat void

SetUsed() public méthode

public SetUsed ( ) : void
Résultat void

ShallowDuplicate() public static méthode

public static ShallowDuplicate ( PdfAnnotation annot ) : PdfAnnotation
annot PdfAnnotation
Résultat PdfAnnotation

Property Details

AA_BLUR public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_BLUR
Résultat PdfName

AA_DOWN public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_DOWN
Résultat PdfName

AA_ENTER public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_ENTER
Résultat PdfName

AA_EXIT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_EXIT
Résultat PdfName

AA_FOCUS public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_FOCUS
Résultat PdfName

AA_JS_CHANGE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_JS_CHANGE
Résultat PdfName

AA_JS_FORMAT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_JS_FORMAT
Résultat PdfName

AA_JS_KEY public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_JS_KEY
Résultat PdfName

AA_JS_OTHER_CHANGE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_JS_OTHER_CHANGE
Résultat PdfName

AA_UP public_oe static_oe property

public static PdfName,iTextSharp.text.pdf AA_UP
Résultat PdfName

APPEARANCE_DOWN public_oe static_oe property

public static PdfName,iTextSharp.text.pdf APPEARANCE_DOWN
Résultat PdfName

APPEARANCE_NORMAL public_oe static_oe property

public static PdfName,iTextSharp.text.pdf APPEARANCE_NORMAL
Résultat PdfName

APPEARANCE_ROLLOVER public_oe static_oe property

public static PdfName,iTextSharp.text.pdf APPEARANCE_ROLLOVER
Résultat PdfName

HIGHLIGHT_INVERT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_INVERT
Résultat PdfName

HIGHLIGHT_NONE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_NONE
Résultat PdfName

HIGHLIGHT_OUTLINE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_OUTLINE
Résultat PdfName

HIGHLIGHT_PUSH public_oe static_oe property

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_PUSH
Résultat PdfName

HIGHLIGHT_TOGGLE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_TOGGLE
Résultat PdfName

annotation protected_oe property

protected bool annotation
Résultat bool

form protected_oe property

protected bool form
Résultat bool

reference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf reference
Résultat PdfIndirectReference

templates protected_oe property

protected Dictionary templates
Résultat object>.Dictionary

used protected_oe property

protected bool used
Résultat bool

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
Résultat PdfWriter