C# Class iTextSharp.text.pdf.BaseField

Show file 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 property

protected int alignment
return int

backgroundColor protected property

protected BaseColor backgroundColor
return BaseColor

borderColor protected property

protected BaseColor borderColor
return BaseColor

borderStyle protected property

protected int borderStyle
return int

borderWidth protected property

protected float borderWidth
return float

box protected property

protected Rectangle box
return Rectangle

fieldName protected property

protected String fieldName
return String

font protected property

protected BaseFont font
return BaseFont

fontSize protected property

protected float fontSize
return float

maxCharacterLength protected property

protected int maxCharacterLength
return int

options protected property

protected int options
return int

rotation protected property

protected int rotation
return int

text protected property

protected String text
return String

textColor protected property

protected BaseColor textColor
return BaseColor

visibility protected property

protected int visibility
return int

writer protected property

protected PdfWriter writer
return PdfWriter