C# Class iTextSharp.text.pdf.VerticalText

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

Méthodes publiques

Свойство Type Description
NO_MORE_COLUMN int
NO_MORE_TEXT int

Protected Properties

Свойство Type Description
alignment int
chunks List
currentChunkMarker int
currentStandbyChunk PdfChunk
height float
leading float
maxLines int
splittedChunkText string
startX float
startY float
text PdfContentByte

Méthodes publiques

Méthode Description
AddText ( Chunk chunk ) : void
AddText ( Phrase phrase ) : void
Go ( ) : int
Go ( bool simulate ) : int
SetOrigin ( float startX, float startY ) : void
SetVerticalLayout ( float startX, float startY, float height, int maxLines, float leading ) : void
VerticalText ( PdfContentByte text ) : System

Méthodes protégées

Méthode Description
CreateLine ( float width ) : PdfLine
ShortenChunkArray ( ) : void

Private Methods

Méthode Description
WriteLine ( PdfLine line, PdfContentByte text, PdfContentByte graphics ) : void

Method Details

AddText() public méthode

public AddText ( Chunk chunk ) : void
chunk iTextSharp.text.Chunk
Résultat void

AddText() public méthode

public AddText ( Phrase phrase ) : void
phrase iTextSharp.text.Phrase
Résultat void

CreateLine() protected méthode

protected CreateLine ( float width ) : PdfLine
width float
Résultat PdfLine

Go() public méthode

public Go ( ) : int
Résultat int

Go() public méthode

public Go ( bool simulate ) : int
simulate bool
Résultat int

SetOrigin() public méthode

public SetOrigin ( float startX, float startY ) : void
startX float
startY float
Résultat void

SetVerticalLayout() public méthode

public SetVerticalLayout ( float startX, float startY, float height, int maxLines, float leading ) : void
startX float
startY float
height float
maxLines int
leading float
Résultat void

ShortenChunkArray() protected méthode

protected ShortenChunkArray ( ) : void
Résultat void

VerticalText() public méthode

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
Résultat System

Property Details

NO_MORE_COLUMN public_oe static_oe property

public static int NO_MORE_COLUMN
Résultat int

NO_MORE_TEXT public_oe static_oe property

public static int NO_MORE_TEXT
Résultat int

alignment protected_oe property

protected int alignment
Résultat int

chunks protected_oe property

protected List chunks
Résultat List

currentChunkMarker protected_oe property

protected int currentChunkMarker
Résultat int

currentStandbyChunk protected_oe property

protected PdfChunk,iTextSharp.text.pdf currentStandbyChunk
Résultat PdfChunk

height protected_oe property

protected float height
Résultat float

leading protected_oe property

protected float leading
Résultat float

maxLines protected_oe property

protected int maxLines
Résultat int

splittedChunkText protected_oe property

protected string splittedChunkText
Résultat string

startX protected_oe property

protected float startX
Résultat float

startY protected_oe property

protected float startY
Résultat float

text protected_oe property

protected PdfContentByte,iTextSharp.text.pdf text
Résultat PdfContentByte