HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Namespaces | |
namespace | exceptions |
namespace | factories |
namespace | html |
namespace | |
namespace | rtf |
namespace | xml |
Classes | |
class | Anchor |
An Anchor can be a reference or a destination of a reference. More... | |
class | Annotation |
An Annotation is a little note that can be added to a page on a document. More... | |
class | BadElementException |
Signals an attempt to create an Element that hasn't got the right form. More... | |
class | Cell |
A Cell is a Rectangle containing other Elements. More... | |
class | Chapter |
A Chapter is a special Section. More... | |
class | ChapterAutoNumber |
class | Chunk |
This is the smallest significant part of text that can be added to a document. More... | |
class | Color |
Base class for Color, serves as wrapper class for T:System.Drawing.Color to allow extension. More... | |
class | Document |
A generic Document class. More... | |
class | DocumentException |
Signals that an error has occurred in a Document. More... | |
class | DocWriter |
An abstract Writer class for documents. More... | |
class | Element |
Interface for a text element. More... | |
class | ElementTags |
A class that contains all the possible tagnames and their attributes. More... | |
class | Font |
Contains all the specifications of a font: fontfamily, size, style and color. More... | |
class | FontFactory |
If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files to this static class first and then create fonts in your code using one of the static getFont-method without having to enter a path as parameter. More... | |
class | FontFactoryImp |
If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files to this class first and then create fonts in your code using one of the getFont method without having to enter a path as parameter. More... | |
class | GreekList |
class | Header |
This is an Element that contains some userdefined meta information about the document. More... | |
class | HeaderFooter |
A HeaderFooter-object is a Rectangle with text that can be put above and/or below every page. More... | |
interface | IDocListener |
A class that implements DocListener will perform some actions when some actions are performed on a Document. More... | |
interface | IElement |
Interface for a text element. More... | |
interface | IElementListener |
A class that implements ElementListener will perform some actions when an Element is added. More... | |
interface | ILargeElement |
class | Image |
An Image is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document More... | |
class | ImgCCITT |
CCITT Image data that has to be inserted into the document More... | |
class | ImgJBIG2 |
class | ImgRaw |
Raw Image data that has to be inserted into the document More... | |
class | ImgTemplate |
PdfTemplate that has to be inserted into the document More... | |
class | ImgWMF |
An ImgWMF is the representation of a windows metafile that has to be inserted into the document More... | |
interface | IRtfElementInterface |
interface | ISplitCharacter |
Interface for customizing the split character. More... | |
interface | ITextElementArray |
Interface for a text element to which other objects can be added. More... | |
class | Jpeg |
An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document More... | |
class | Jpeg2000 |
class | List |
A List contains several ListItems. More... | |
class | ListItem |
A ListItem is a Paragraph that can be added to a List. More... | |
class | MarkedObject |
class | MarkedSection |
class | Meta |
This is an Element that contains some meta information about the document. More... | |
class | PageSize |
The PageSize-object contains a number of read only rectangles representing the most common paper sizes. More... | |
class | Paragraph |
A Paragraph is a series of Chunks and/or Phrases. More... | |
class | Phrase |
A Phrase is a series of Chunks. More... | |
class | Rectangle |
A Rectangle is the representation of a geometric figure. More... | |
class | RectangleReadOnly |
A RectangleReadOnly is the representation of a geometric figure. It's the same as a Rectangle but immutable. More... | |
class | RomanList |
class | Row |
A Row is part of a Table and contains some Cells. More... | |
class | Section |
A Section is a part of a Document containing other Sections, Paragraphs, List and/or Tables. More... | |
class | SimpleCell |
Summary description for SimpleCell. More... | |
class | SimpleTable |
Summary description for SimpleTable. More... | |
class | SpecialSymbol |
class | Table |
A Table is a Rectangle that contains Cells, ordered in some kind of matrix. More... | |
class | Utilities |
class | ZapfDingbatsList |
class | ZapfDingbatsNumberList |