HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.IElement Interface Reference

Interface for a text element. More...

Inheritance diagram for iTextSharp.text.IElement:
iTextSharp.text.Annotation iTextSharp.text.Chunk iTextSharp.text.ILargeElement iTextSharp.text.ITextElementArray iTextSharp.text.MarkedObject iTextSharp.text.Meta iTextSharp.text.Rectangle iTextSharp.text.Row iTextSharp.text.pdf.MultiColumnText iTextSharp.text.pdf.draw.VerticalPositionMark

Public Member Functions

bool Process (IElementListener listener)
 Processes the element by adding it (or the different parts) to an IElementListener. More...
 
bool IsContent ()
 
bool IsNestable ()
 
string ToString ()
 Gets the content of the text element. More...
 

Properties

int Type [get]
 Gets the type of the text element. More...
 
ArrayList Chunks [get]
 Gets all the chunks in this element. More...
 

Detailed Description

Interface for a text element.

See also
T:iTextSharp.text.Anchor, T:iTextSharp.text.Cell, T:iTextSharp.text.Chapter, T:iTextSharp.text.Chunk, T:iTextSharp.text.Gif, T:iTextSharp.text.Graphic, T:iTextSharp.text.Header, T:iTextSharp.text.Image, T:iTextSharp.text.Jpeg, T:iTextSharp.text.List, T:iTextSharp.text.ListItem, T:iTextSharp.text.Meta, T:iTextSharp.text.Paragraph, T:iTextSharp.text.Phrase, T:iTextSharp.text.Rectangle, T:iTextSharp.text.Row, T:iTextSharp.text.Section, T:iTextSharp.text.Table

Member Function Documentation

◆ IsContent()

bool iTextSharp.text.IElement.IsContent ( )

◆ IsNestable()

◆ Process()

◆ ToString()

Property Documentation

◆ Chunks

ArrayList iTextSharp.text.IElement.Chunks
get

Gets all the chunks in this element.

an ArrayList

◆ Type

int iTextSharp.text.IElement.Type
get

Gets the type of the text element.

a type


The documentation for this interface was generated from the following file: