C# Class iTextSharp.text.pdf.VerticalText

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

Public Properties

Property Type Description
NO_MORE_COLUMN int
NO_MORE_TEXT int

Protected Properties

Property Type Description
alignment int
chunks List
currentChunkMarker int
currentStandbyChunk PdfChunk
height float
leading float
maxLines int
splittedChunkText string
startX float
startY float
text PdfContentByte

Public Methods

Method 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

Protected Methods

Method Description
CreateLine ( float width ) : PdfLine
ShortenChunkArray ( ) : void

Private Methods

Method Description
WriteLine ( PdfLine line, PdfContentByte text, PdfContentByte graphics ) : void

Method Details

AddText() public method

public AddText ( Chunk chunk ) : void
chunk iTextSharp.text.Chunk
return void

AddText() public method

public AddText ( Phrase phrase ) : void
phrase iTextSharp.text.Phrase
return void

CreateLine() protected method

protected CreateLine ( float width ) : PdfLine
width float
return PdfLine

Go() public method

public Go ( ) : int
return int

Go() public method

public Go ( bool simulate ) : int
simulate bool
return int

SetOrigin() public method

public SetOrigin ( float startX, float startY ) : void
startX float
startY float
return void

SetVerticalLayout() public method

public SetVerticalLayout ( float startX, float startY, float height, int maxLines, float leading ) : void
startX float
startY float
height float
maxLines int
leading float
return void

ShortenChunkArray() protected method

protected ShortenChunkArray ( ) : void
return void

VerticalText() public method

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
return System

Property Details

NO_MORE_COLUMN public_oe static_oe property

public static int NO_MORE_COLUMN
return int

NO_MORE_TEXT public_oe static_oe property

public static int NO_MORE_TEXT
return int

alignment protected_oe property

protected int alignment
return int

chunks protected_oe property

protected List chunks
return List

currentChunkMarker protected_oe property

protected int currentChunkMarker
return int

currentStandbyChunk protected_oe property

protected PdfChunk,iTextSharp.text.pdf currentStandbyChunk
return PdfChunk

height protected_oe property

protected float height
return float

leading protected_oe property

protected float leading
return float

maxLines protected_oe property

protected int maxLines
return int

splittedChunkText protected_oe property

protected string splittedChunkText
return string

startX protected_oe property

protected float startX
return float

startY protected_oe property

protected float startY
return float

text protected_oe property

protected PdfContentByte,iTextSharp.text.pdf text
return PdfContentByte