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

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

보호된 프로퍼티들

프로퍼티 타입 설명
alignment int
backgroundColor BaseColor
borderColor BaseColor
borderStyle int
borderWidth float
box Rectangle
fieldName String
font BaseFont
fontSize float
maxCharacterLength int
options int
rotation int
text String
textColor BaseColor
visibility int
writer PdfWriter

공개 메소드들

메소드 설명
BaseField ( PdfWriter writer, Rectangle box, String fieldName ) : System
MoveFields ( PdfDictionary from, PdfDictionary to ) : void
SetRotationFromPage ( Rectangle page ) : void

보호된 메소드들

메소드 설명
BreakLines ( List breaks, BaseFont font, float fontSize, float width ) : List
GetBorderAppearance ( ) : PdfAppearance
GetHardBreaks ( String text ) : List
TrimRight ( StringBuilder buf ) : void

비공개 메소드들

메소드 설명
BaseField ( ) : System
DrawBottomFrame ( PdfAppearance app ) : void
DrawTopFrame ( PdfAppearance app ) : void

메소드 상세

BaseField() 공개 메소드

public BaseField ( PdfWriter writer, Rectangle box, String fieldName ) : System
writer PdfWriter
box Rectangle
fieldName String
리턴 System

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

protected static BreakLines ( List breaks, BaseFont font, float fontSize, float width ) : List
breaks List
font BaseFont
fontSize float
width float
리턴 List

GetBorderAppearance() 보호된 메소드

protected GetBorderAppearance ( ) : PdfAppearance
리턴 PdfAppearance

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

protected static GetHardBreaks ( String text ) : List
text String
리턴 List

MoveFields() 공개 정적인 메소드

public static MoveFields ( PdfDictionary from, PdfDictionary to ) : void
from PdfDictionary
to PdfDictionary
리턴 void

SetRotationFromPage() 공개 메소드

public SetRotationFromPage ( Rectangle page ) : void
page Rectangle
리턴 void

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

protected static TrimRight ( StringBuilder buf ) : void
buf StringBuilder
리턴 void

프로퍼티 상세

alignment 보호되어 있는 프로퍼티

protected int alignment
리턴 int

backgroundColor 보호되어 있는 프로퍼티

protected BaseColor backgroundColor
리턴 BaseColor

borderColor 보호되어 있는 프로퍼티

protected BaseColor borderColor
리턴 BaseColor

borderStyle 보호되어 있는 프로퍼티

protected int borderStyle
리턴 int

borderWidth 보호되어 있는 프로퍼티

protected float borderWidth
리턴 float

box 보호되어 있는 프로퍼티

protected Rectangle box
리턴 Rectangle

fieldName 보호되어 있는 프로퍼티

protected String fieldName
리턴 String

font 보호되어 있는 프로퍼티

protected BaseFont font
리턴 BaseFont

fontSize 보호되어 있는 프로퍼티

protected float fontSize
리턴 float

maxCharacterLength 보호되어 있는 프로퍼티

protected int maxCharacterLength
리턴 int

options 보호되어 있는 프로퍼티

protected int options
리턴 int

rotation 보호되어 있는 프로퍼티

protected int rotation
리턴 int

text 보호되어 있는 프로퍼티

protected String text
리턴 String

textColor 보호되어 있는 프로퍼티

protected BaseColor textColor
리턴 BaseColor

visibility 보호되어 있는 프로퍼티

protected int visibility
리턴 int

writer 보호되어 있는 프로퍼티

protected PdfWriter writer
리턴 PdfWriter