C# Class iTextSharp.text.pdf.PdfLine

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

Protected Properties

Property Type Description
alignment int
height float
isRTL bool
left float
line List
listSymbol Chunk
newlineSplit bool
originalWidth float
symbolIndent float
width float

Private Properties

Property Type Description
Add PdfChunk
AddToLine void
GetMaxSize float[]
GetSeparatorCount int
PdfLine System
PdfLine System
SetExtraIndent void

Public Methods

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

Private Methods

Method 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 method

public GetChunk ( int idx ) : PdfChunk
idx int
return PdfChunk

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetLineLengthUtf32() public method

public GetLineLengthUtf32 ( ) : int
return int

GetWidthCorrected() public method

public GetWidthCorrected ( float charSpacing, float wordSpacing ) : float
charSpacing float
wordSpacing float
return float

HasToBeJustified() public method

public HasToBeJustified ( ) : bool
return bool

ResetAlignment() public method

public ResetAlignment ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

alignment protected_oe property

protected int alignment
return int

height protected_oe property

protected float height
return float

isRTL protected_oe property

protected bool isRTL
return bool

left protected_oe property

protected float left
return float

line protected_oe property

protected List line
return List

listSymbol protected_oe property

protected Chunk listSymbol
return Chunk

newlineSplit protected_oe property

protected bool newlineSplit
return bool

originalWidth protected_oe property

protected float originalWidth
return float

symbolIndent protected_oe property

protected float symbolIndent
return float

width protected_oe property

protected float width
return float