C# 클래스 iTextSharp.text.pdf.PdfAnnotation

상속: PdfDictionary
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

보호된 프로퍼티들

프로퍼티 타입 설명
annotation bool
form bool
reference PdfIndirectReference
templates object>.Dictionary
used bool
writer PdfWriter

Private Properties

프로퍼티 타입 설명
IsUsed bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight ) : PdfAnnotation

비공개 메소드들

메소드 설명
IsUsed ( ) : bool

메소드 상세

CreateFileAttachment() 공개 정적인 메소드

public static CreateFileAttachment ( PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents String
fs PdfFileSpecification
리턴 PdfAnnotation

CreateFileAttachment() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreateFreeText() 공개 정적인 메소드

public static CreateFreeText ( PdfWriter writer, Rectangle rect, string contents, PdfContentByte defaultAppearance ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
defaultAppearance PdfContentByte
리턴 PdfAnnotation

CreateInk() 공개 정적인 메소드

public static CreateInk ( PdfWriter writer, Rectangle rect, string contents, float inkList ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
inkList float
리턴 PdfAnnotation

CreateLine() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreateLink() 보호된 정적인 메소드

protected static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
리턴 PdfAnnotation

CreateLink() 공개 정적인 메소드

public static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
action PdfAction
리턴 PdfAnnotation

CreateLink() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreateLink() 공개 정적인 메소드

public static CreateLink ( PdfWriter writer, Rectangle rect, PdfName highlight, string namedDestination ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
highlight PdfName
namedDestination string
리턴 PdfAnnotation

CreateMarkup() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreatePolygonPolyline() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreatePopup() 공개 정적인 메소드

public static CreatePopup ( PdfWriter writer, Rectangle rect, string contents, bool open ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
open bool
리턴 PdfAnnotation

CreateScreen() 공개 정적인 메소드

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
리턴 PdfAnnotation

CreateSquareCircle() 공개 정적인 메소드

public static CreateSquareCircle ( PdfWriter writer, Rectangle rect, string contents, bool square ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
square bool
리턴 PdfAnnotation

CreateStamp() 공개 정적인 메소드

public static CreateStamp ( PdfWriter writer, Rectangle rect, string contents, string name ) : PdfAnnotation
writer PdfWriter
rect iTextSharp.text.Rectangle
contents string
name string
리턴 PdfAnnotation

CreateText() 공개 정적인 메소드

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
리턴 PdfAnnotation

GetMKColor() 공개 정적인 메소드

public static GetMKColor ( BaseColor color ) : PdfArray
color iTextSharp.text.BaseColor
리턴 PdfArray

IsAnnotation() 공개 메소드

public IsAnnotation ( ) : bool
리턴 bool

IsForm() 공개 메소드

public IsForm ( ) : bool
리턴 bool

PdfAnnotation() 공개 메소드

public PdfAnnotation ( PdfWriter writer, Rectangle rect ) : System
writer PdfWriter
rect iTextSharp.text.Rectangle
리턴 System

PdfAnnotation() 공개 메소드

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
리턴 System

PdfAnnotation() 공개 메소드

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
리턴 System

SetAdditionalActions() 공개 메소드

public SetAdditionalActions ( PdfName key, PdfAction action ) : void
key PdfName
action PdfAction
리턴 void

SetAppearance() 공개 메소드

public SetAppearance ( PdfName ap, PdfTemplate template ) : void
ap PdfName
template PdfTemplate
리턴 void

SetAppearance() 공개 메소드

public SetAppearance ( PdfName ap, string state, PdfTemplate template ) : void
ap PdfName
state string
template PdfTemplate
리턴 void

SetHighlighting() 공개 메소드

public SetHighlighting ( PdfName highlight ) : void
highlight PdfName
리턴 void

SetMKIconFit() 공개 메소드

public SetMKIconFit ( PdfName scale, PdfName scalingType, float leftoverLeft, float leftoverBottom, bool fitInBounds ) : void
scale PdfName
scalingType PdfName
leftoverLeft float
leftoverBottom float
fitInBounds bool
리턴 void

SetPage() 공개 메소드

public SetPage ( ) : void
리턴 void

SetUsed() 공개 메소드

public SetUsed ( ) : void
리턴 void

ShallowDuplicate() 공개 정적인 메소드

public static ShallowDuplicate ( PdfAnnotation annot ) : PdfAnnotation
annot PdfAnnotation
리턴 PdfAnnotation

프로퍼티 상세

AA_BLUR 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_BLUR
리턴 PdfName

AA_DOWN 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_DOWN
리턴 PdfName

AA_ENTER 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_ENTER
리턴 PdfName

AA_EXIT 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_EXIT
리턴 PdfName

AA_FOCUS 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_FOCUS
리턴 PdfName

AA_JS_CHANGE 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_JS_CHANGE
리턴 PdfName

AA_JS_FORMAT 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_JS_FORMAT
리턴 PdfName

AA_JS_KEY 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_JS_KEY
리턴 PdfName

AA_JS_OTHER_CHANGE 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_JS_OTHER_CHANGE
리턴 PdfName

AA_UP 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf AA_UP
리턴 PdfName

APPEARANCE_DOWN 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf APPEARANCE_DOWN
리턴 PdfName

APPEARANCE_NORMAL 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf APPEARANCE_NORMAL
리턴 PdfName

APPEARANCE_ROLLOVER 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf APPEARANCE_ROLLOVER
리턴 PdfName

HIGHLIGHT_INVERT 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_INVERT
리턴 PdfName

HIGHLIGHT_NONE 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_NONE
리턴 PdfName

HIGHLIGHT_OUTLINE 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_OUTLINE
리턴 PdfName

HIGHLIGHT_PUSH 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_PUSH
리턴 PdfName

HIGHLIGHT_TOGGLE 공개적으로 정적으로 프로퍼티

public static PdfName,iTextSharp.text.pdf HIGHLIGHT_TOGGLE
리턴 PdfName

annotation 보호되어 있는 프로퍼티

protected bool annotation
리턴 bool

form 보호되어 있는 프로퍼티

protected bool form
리턴 bool

reference 보호되어 있는 프로퍼티

protected PdfIndirectReference,iTextSharp.text.pdf reference
리턴 PdfIndirectReference

templates 보호되어 있는 프로퍼티

protected Dictionary templates
리턴 object>.Dictionary

used 보호되어 있는 프로퍼티

protected bool used
리턴 bool

writer 보호되어 있는 프로퍼티

protected PdfWriter,iTextSharp.text.pdf writer
리턴 PdfWriter