C# Class iTextSharp.text.pdf.BaseField

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
BaseField ( PdfWriter writer, Rectangle box, String fieldName ) : System
MoveFields ( PdfDictionary from, PdfDictionary to ) : void
SetRotationFromPage ( Rectangle page ) : void

Protected Methods

Method Description
BreakLines ( List breaks, BaseFont font, float fontSize, float width ) : List
GetBorderAppearance ( ) : PdfAppearance
GetHardBreaks ( String text ) : List
TrimRight ( StringBuilder buf ) : void

Private Methods

Method Description
BaseField ( ) : System
DrawBottomFrame ( PdfAppearance app ) : void
DrawTopFrame ( PdfAppearance app ) : void

Method Details

BaseField() public method

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

BreakLines() protected static method

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

GetBorderAppearance() protected method

protected GetBorderAppearance ( ) : PdfAppearance
return PdfAppearance

GetHardBreaks() protected static method

protected static GetHardBreaks ( String text ) : List
text String
return List

MoveFields() public static method

public static MoveFields ( PdfDictionary from, PdfDictionary to ) : void
from PdfDictionary
to PdfDictionary
return void

SetRotationFromPage() public method

public SetRotationFromPage ( Rectangle page ) : void
page Rectangle
return void

TrimRight() protected static method

protected static TrimRight ( StringBuilder buf ) : void
buf StringBuilder
return void

Property Details

alignment protected_oe property

protected int alignment
return int

backgroundColor protected_oe property

protected BaseColor backgroundColor
return BaseColor

borderColor protected_oe property

protected BaseColor borderColor
return BaseColor

borderStyle protected_oe property

protected int borderStyle
return int

borderWidth protected_oe property

protected float borderWidth
return float

box protected_oe property

protected Rectangle box
return Rectangle

fieldName protected_oe property

protected String fieldName
return String

font protected_oe property

protected BaseFont font
return BaseFont

fontSize protected_oe property

protected float fontSize
return float

maxCharacterLength protected_oe property

protected int maxCharacterLength
return int

options protected_oe property

protected int options
return int

rotation protected_oe property

protected int rotation
return int

text protected_oe property

protected String text
return String

textColor protected_oe property

protected BaseColor textColor
return BaseColor

visibility protected_oe property

protected int visibility
return int

writer protected_oe property

protected PdfWriter writer
return PdfWriter