C# Class iTextSharp.text.pdf.PdfLine

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

Protected Properties

Свойство Type Description
alignment int
height float
isRTL bool
left float
line List
listSymbol Chunk
newlineSplit bool
originalWidth float
symbolIndent float
width float

Private Properties

Свойство Type Description
Add PdfChunk
AddToLine void
GetMaxSize float[]
GetSeparatorCount int
PdfLine System
PdfLine System
SetExtraIndent void

Méthodes publiques

Méthode Description
GetChunk ( int idx ) : PdfChunk
GetEnumerator ( ) : IEnumerator
GetLineLengthUtf32 ( ) : int
GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
HasToBeJustified ( ) : bool
ResetAlignment ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
Add ( PdfChunk chunk ) : PdfChunk
AddToLine ( PdfChunk chunk ) : void
GetMaxSize ( float fixedLeading, float multipliedLeading ) : float[]
GetSeparatorCount ( ) : int
PdfLine ( float left, float originalWidth, float remainingWidth, int alignment, bool newlineSplit, List line, bool isRTL ) : System
PdfLine ( float left, float right, int alignment, float height ) : System
SetExtraIndent ( float extra ) : void

Method Details

GetChunk() public méthode

public GetChunk ( int idx ) : PdfChunk
idx int
Résultat PdfChunk

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetLineLengthUtf32() public méthode

public GetLineLengthUtf32 ( ) : int
Résultat int

GetWidthCorrected() public méthode

public GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
charSpacing float
wordSpacing float
Résultat float

HasToBeJustified() public méthode

public HasToBeJustified ( ) : bool
Résultat bool

ResetAlignment() public méthode

public ResetAlignment ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

alignment protected_oe property

protected int alignment
Résultat int

height protected_oe property

protected float height
Résultat float

isRTL protected_oe property

protected bool isRTL
Résultat bool

left protected_oe property

protected float left
Résultat float

line protected_oe property

protected List line
Résultat List

listSymbol protected_oe property

protected Chunk listSymbol
Résultat Chunk

newlineSplit protected_oe property

protected bool newlineSplit
Résultat bool

originalWidth protected_oe property

protected float originalWidth
Résultat float

symbolIndent protected_oe property

protected float symbolIndent
Résultat float

width protected_oe property

protected float width
Résultat float