C# Class iTextSharp.text.pdf.BidiLine

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

Protected Properties

Свойство Type Description
arabicOptions int
chunks List
currentChar int
detailChunks iTextSharp.text.pdf.PdfChunk[]
indexChars int[]
indexChunk int
indexChunkChar int
mirrorChars IntHashtable
orderLevels byte[]
pieceSize int
runDirection int
shortStore bool
storedCurrentChar int
storedDetailChunks iTextSharp.text.pdf.PdfChunk[]
storedIndexChars int[]
storedIndexChunk int
storedIndexChunkChar int
storedOrderLevels byte[]
storedRunDirection int
storedText char[]
storedTotalTextLength int
text char[]
totalTextLength int

Méthodes publiques

Méthode Description
AddChunk ( PdfChunk chunk ) : void
AddChunks ( List chunks ) : void
AddPiece ( char c, PdfChunk chunk ) : void
BidiLine ( BidiLine org ) : System
ClearChunks ( ) : void
CreateArrayOfPdfChunks ( int startIdx, int endIdx ) : List
CreateArrayOfPdfChunks ( int startIdx, int endIdx, PdfChunk extraPdfChunk ) : List
DoArabicShapping ( ) : void
Flip ( int start, int end ) : void
GetParagraph ( int runDirection ) : bool
GetWidth ( int startIdx, int lastIdx ) : float
GetWord ( int startIdx, int idx ) : int[]
IsEmpty ( ) : bool
IsWS ( char c ) : bool
MirrorGlyphs ( ) : void
ProcessLine ( float leftX, float width, int alignment, int runDirection, int arabicOptions, float minY, float yLine, float descender ) : PdfLine
Reorder ( int start, int end ) : void
Restore ( ) : void
Save ( ) : void
TrimLeft ( int startIdx, int endIdx ) : int
TrimLeftEx ( int startIdx, int endIdx ) : int
TrimRight ( int startIdx, int endIdx ) : int
TrimRightEx ( int startIdx, int endIdx ) : int

Private Methods

Méthode Description
BidiLine ( ) : System

Method Details

AddChunk() public méthode

public AddChunk ( PdfChunk chunk ) : void
chunk PdfChunk
Résultat void

AddChunks() public méthode

public AddChunks ( List chunks ) : void
chunks List
Résultat void

AddPiece() public méthode

public AddPiece ( char c, PdfChunk chunk ) : void
c char
chunk PdfChunk
Résultat void

BidiLine() public méthode

public BidiLine ( BidiLine org ) : System
org BidiLine
Résultat System

ClearChunks() public méthode

public ClearChunks ( ) : void
Résultat void

CreateArrayOfPdfChunks() public méthode

public CreateArrayOfPdfChunks ( int startIdx, int endIdx ) : List
startIdx int
endIdx int
Résultat List

CreateArrayOfPdfChunks() public méthode

public CreateArrayOfPdfChunks ( int startIdx, int endIdx, PdfChunk extraPdfChunk ) : List
startIdx int
endIdx int
extraPdfChunk PdfChunk
Résultat List

DoArabicShapping() public méthode

public DoArabicShapping ( ) : void
Résultat void

Flip() public méthode

public Flip ( int start, int end ) : void
start int
end int
Résultat void

GetParagraph() public méthode

public GetParagraph ( int runDirection ) : bool
runDirection int
Résultat bool

GetWidth() public méthode

public GetWidth ( int startIdx, int lastIdx ) : float
startIdx int
lastIdx int
Résultat float

GetWord() public méthode

public GetWord ( int startIdx, int idx ) : int[]
startIdx int
idx int
Résultat int[]

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

IsWS() public static méthode

public static IsWS ( char c ) : bool
c char
Résultat bool

MirrorGlyphs() public méthode

public MirrorGlyphs ( ) : void
Résultat void

ProcessLine() public méthode

public ProcessLine ( float leftX, float width, int alignment, int runDirection, int arabicOptions, float minY, float yLine, float descender ) : PdfLine
leftX float
width float
alignment int
runDirection int
arabicOptions int
minY float
yLine float
descender float
Résultat PdfLine

Reorder() public méthode

public Reorder ( int start, int end ) : void
start int
end int
Résultat void

Restore() public méthode

public Restore ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

TrimLeft() public méthode

public TrimLeft ( int startIdx, int endIdx ) : int
startIdx int
endIdx int
Résultat int

TrimLeftEx() public méthode

public TrimLeftEx ( int startIdx, int endIdx ) : int
startIdx int
endIdx int
Résultat int

TrimRight() public méthode

public TrimRight ( int startIdx, int endIdx ) : int
startIdx int
endIdx int
Résultat int

TrimRightEx() public méthode

public TrimRightEx ( int startIdx, int endIdx ) : int
startIdx int
endIdx int
Résultat int

Property Details

arabicOptions protected_oe property

protected int arabicOptions
Résultat int

chunks protected_oe property

protected List chunks
Résultat List

currentChar protected_oe property

protected int currentChar
Résultat int

detailChunks protected_oe property

protected PdfChunk[],iTextSharp.text.pdf detailChunks
Résultat iTextSharp.text.pdf.PdfChunk[]

indexChars protected_oe property

protected int[] indexChars
Résultat int[]

indexChunk protected_oe property

protected int indexChunk
Résultat int

indexChunkChar protected_oe property

protected int indexChunkChar
Résultat int

mirrorChars protected_oe static_oe property

protected static IntHashtable,iTextSharp.text.pdf mirrorChars
Résultat IntHashtable

orderLevels protected_oe property

protected byte[] orderLevels
Résultat byte[]

pieceSize protected_oe property

protected int pieceSize
Résultat int

runDirection protected_oe property

protected int runDirection
Résultat int

shortStore protected_oe property

protected bool shortStore
Résultat bool

storedCurrentChar protected_oe property

protected int storedCurrentChar
Résultat int

storedDetailChunks protected_oe property

protected PdfChunk[],iTextSharp.text.pdf storedDetailChunks
Résultat iTextSharp.text.pdf.PdfChunk[]

storedIndexChars protected_oe property

protected int[] storedIndexChars
Résultat int[]

storedIndexChunk protected_oe property

protected int storedIndexChunk
Résultat int

storedIndexChunkChar protected_oe property

protected int storedIndexChunkChar
Résultat int

storedOrderLevels protected_oe property

protected byte[] storedOrderLevels
Résultat byte[]

storedRunDirection protected_oe property

protected int storedRunDirection
Résultat int

storedText protected_oe property

protected char[] storedText
Résultat char[]

storedTotalTextLength protected_oe property

protected int storedTotalTextLength
Résultat int

text protected_oe property

protected char[] text
Résultat char[]

totalTextLength protected_oe property

protected int totalTextLength
Résultat int