C# 클래스 iTextSharp.text.Annotation

An Annotation is a little note that can be added to a page on a document.
상속: IElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
annotationAttributes object>.Dictionary
annotationtype int

공개 메소드들

메소드 설명
Annotation ( Annotation an ) : System
Annotation ( float llx, float lly, float urx, float ury, Uri url ) : System

Constructs an Annotation.

Annotation ( float llx, float lly, float urx, float ury, int named ) : System

Constructs an Annotation.

Annotation ( float llx, float lly, float urx, float ury, string url ) : System

Constructs an Annotation.

Annotation ( float llx, float lly, float urx, float ury, string file, int page ) : System

Constructs an Annotation.

Annotation ( float llx, float lly, float urx, float ury, string file, string dest ) : System

Constructs an Annotation.

Annotation ( float llx, float lly, float urx, float ury, string moviePath, string mimeType, bool showOnDisplay ) : System

Creates a Screen anotation to embed media clips

Annotation ( float llx, float lly, float urx, float ury, string application, string parameters, string operation, string defaultdir ) : System

Constructs an Annotation.

Annotation ( string title, string text ) : System

Constructs an Annotation with a certain title and some text.

Annotation ( string title, string text, float llx, float lly, float urx, float ury ) : System

Constructs an Annotation with a certain title and some text.

GetLlx ( ) : float

Returns the lower left x-value.

GetLlx ( float def ) : float

Returns the lower left x-value.

GetLly ( ) : float

Returns the lower left y-value.

GetLly ( float def ) : float

Returns the lower left y-value.

GetUrx ( ) : float

Returns the uppper right x-value.

GetUrx ( float def ) : float

Returns the upper right x-value.

GetUry ( ) : float

Returns the uppper right y-value.

GetUry ( float def ) : float

Returns the upper right y-value.

IsContent ( ) : bool
IsNestable ( ) : bool
Process ( IElementListener listener ) : bool

Processes the element by adding it (or the different parts) to an IElementListener.

SetDimensions ( float llx, float lly, float urx, float ury ) : void

Sets the dimensions of this annotation.

ToString ( ) : string

비공개 메소드들

메소드 설명
Annotation ( float llx, float lly, float urx, float ury ) : System

Constructs an Annotation with a certain title and some text.

메소드 상세

Annotation() 공개 메소드

public Annotation ( Annotation an ) : System
an Annotation
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, Uri url ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
url System.Uri the external reference
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, int named ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
named int a named destination in this file
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, string url ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
url string the external reference
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, string file, int page ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
file string an external PDF file
page int a page number in this file
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, string file, string dest ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
file string an external PDF file
dest string the destination in this file
리턴 System

Annotation() 공개 메소드

Creates a Screen anotation to embed media clips
public Annotation ( float llx, float lly, float urx, float ury, string moviePath, string mimeType, bool showOnDisplay ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
moviePath string path to the media clip file
mimeType string mime type of the media
showOnDisplay bool if true play on display of the page
리턴 System

Annotation() 공개 메소드

Constructs an Annotation.
public Annotation ( float llx, float lly, float urx, float ury, string application, string parameters, string operation, string defaultdir ) : System
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
application string an external application
parameters string parameters to pass to this application
operation string the operation to pass to this application
defaultdir string the default directory to run this application in
리턴 System

Annotation() 공개 메소드

Constructs an Annotation with a certain title and some text.
public Annotation ( string title, string text ) : System
title string the title of the annotation
text string the content of the annotation
리턴 System

Annotation() 공개 메소드

Constructs an Annotation with a certain title and some text.
public Annotation ( string title, string text, float llx, float lly, float urx, float ury ) : System
title string the title of the annotation
text string the content of the annotation
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
리턴 System

GetLlx() 공개 메소드

Returns the lower left x-value.
public GetLlx ( ) : float
리턴 float

GetLlx() 공개 메소드

Returns the lower left x-value.
public GetLlx ( float def ) : float
def float the default value
리턴 float

GetLly() 공개 메소드

Returns the lower left y-value.
public GetLly ( ) : float
리턴 float

GetLly() 공개 메소드

Returns the lower left y-value.
public GetLly ( float def ) : float
def float the default value
리턴 float

GetUrx() 공개 메소드

Returns the uppper right x-value.
public GetUrx ( ) : float
리턴 float

GetUrx() 공개 메소드

Returns the upper right x-value.
public GetUrx ( float def ) : float
def float the default value
리턴 float

GetUry() 공개 메소드

Returns the uppper right y-value.
public GetUry ( ) : float
리턴 float

GetUry() 공개 메소드

Returns the upper right y-value.
public GetUry ( float def ) : float
def float the default value
리턴 float

IsContent() 공개 메소드

public IsContent ( ) : bool
리턴 bool

IsNestable() 공개 메소드

public IsNestable ( ) : bool
리턴 bool

Process() 공개 메소드

Processes the element by adding it (or the different parts) to an IElementListener.
public Process ( IElementListener listener ) : bool
listener IElementListener an IElementListener
리턴 bool

SetDimensions() 공개 메소드

Sets the dimensions of this annotation.
public SetDimensions ( float llx, float lly, float urx, float ury ) : void
llx float the lower left x-value
lly float the lower left y-value
urx float the upper right x-value
ury float the upper right y-value
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

annotationAttributes 보호되어 있는 프로퍼티

This is the title of the Annotation.
protected Dictionary annotationAttributes
리턴 object>.Dictionary

annotationtype 보호되어 있는 프로퍼티

This is the type of annotation.
protected int annotationtype
리턴 int