C# Class iTextSharp.text.pdf.BaseField

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
BaseField ( ) : System
DrawBottomFrame ( PdfAppearance app ) : void
DrawTopFrame ( PdfAppearance app ) : void

Method Details

BaseField() public méthode

public BaseField ( PdfWriter writer, Rectangle box, String fieldName ) : System
writer PdfWriter
box Rectangle
fieldName String
Résultat System

BreakLines() protected static méthode

protected static BreakLines ( List breaks, BaseFont font, float fontSize, float width ) : List
breaks List
font BaseFont
fontSize float
width float
Résultat List

GetBorderAppearance() protected méthode

protected GetBorderAppearance ( ) : PdfAppearance
Résultat PdfAppearance

GetHardBreaks() protected static méthode

protected static GetHardBreaks ( String text ) : List
text String
Résultat List

MoveFields() public static méthode

public static MoveFields ( PdfDictionary from, PdfDictionary to ) : void
from PdfDictionary
to PdfDictionary
Résultat void

SetRotationFromPage() public méthode

public SetRotationFromPage ( Rectangle page ) : void
page Rectangle
Résultat void

TrimRight() protected static méthode

protected static TrimRight ( StringBuilder buf ) : void
buf StringBuilder
Résultat void

Property Details

alignment protected_oe property

protected int alignment
Résultat int

backgroundColor protected_oe property

protected BaseColor backgroundColor
Résultat BaseColor

borderColor protected_oe property

protected BaseColor borderColor
Résultat BaseColor

borderStyle protected_oe property

protected int borderStyle
Résultat int

borderWidth protected_oe property

protected float borderWidth
Résultat float

box protected_oe property

protected Rectangle box
Résultat Rectangle

fieldName protected_oe property

protected String fieldName
Résultat String

font protected_oe property

protected BaseFont font
Résultat BaseFont

fontSize protected_oe property

protected float fontSize
Résultat float

maxCharacterLength protected_oe property

protected int maxCharacterLength
Résultat int

options protected_oe property

protected int options
Résultat int

rotation protected_oe property

protected int rotation
Résultat int

text protected_oe property

protected String text
Résultat String

textColor protected_oe property

protected BaseColor textColor
Résultat BaseColor

visibility protected_oe property

protected int visibility
Résultat int

writer protected_oe property

protected PdfWriter writer
Résultat PdfWriter