Classes
| Class | Description | |
|---|---|---|
| BookmarkParagraph |
A bookmakt paragraph inserts a bookmark item, but has no content.
| |
| Bordered |
Base class for all classes that have a border.
| |
| BreakParagraphEventArgs |
Provides data for the BreakParagraph event of a Paragraph.
| |
| Cell |
A cell is part of a row. A cell has a collection of paragraphs.
| |
| CellCollection |
The collection of all cells in a row.
| |
| ContinueParagraphEventArgs |
Provides data for the ContinueParagraph event of a Paragraph.
| |
| Drawing |
Can hold shapes (Graphical elements).
| |
| EndParagraphEventArgs |
Provides data for the EndParagraph event of a Paragraph.
| |
| Fragment |
The fragment class represents a piece of text.
| |
| FragmentCollection |
Collection of fragment objects.
| |
| Heading |
Headings are NumberedItems that appear in the table of contents.
| |
| HorizontalLine |
The horizontal line class is a specialization of paragraph.
| |
| Image |
A paragraph that holds image (graphical) data.
| |
| InvalidRtfException |
Thrown when invalid or unsupported RTF content is encountered.
| |
| InvalidXhtmlException |
Thrown when invalid XHTML is encountered.
| |
| LineBreakEventArgs |
Class containing data for LineBreak events.
| |
| LineBreakFragment |
Insert this fragment to force a line break.
| |
| Note |
Used to add a note to a paragraph/fragment.
| |
| NumberedItem |
A textparagraph that has a number reference.
| |
| Paragraph |
The paragraph class is the base class for a number of specialized
classes.
| |
| ParagraphCollection |
Collection of Paragraph objects.
| |
| PrintParagraphEventArgs |
Provides data for the PrintParagraph event of a ParagraphCollection.
| |
| PrintRowEventArgs |
Provides data for the PrintRow event of a RowCollection.
| |
| RollbackParagraphEventArgs |
Provides data for the RollbackParagraph event of a Paragraph.
| |
| Row |
A row is part of a table. A row consists of a list of cells.
| |
| RowCollection |
The collection of all rows in a table.
| |
| RtfCustomEventArgs |
Provides data for the RtfCustomEvent event on a RtfParagraph.
| |
| RtfParagraph |
A RTF paragraph can be used to import a RTF document into the PDF object model.
| |
| Table |
Table paragraph to hold rows and cells of data.
| |
| TableColumnDefinition |
Definition for all cells in a column of a table.
| |
| TableColumnDefinitionCollection |
Contains the cell definitions for all cells in the corresponding table column.
| |
| TabStop |
A tab stop defines a point at which text continues after a tab character.
| |
| TabStopCollection |
Collection of tab stops.
| |
| TextParagraph |
The textparagraph holds text data to be flowed on the page.
| |
| TransformParagraphEventArgs |
Provides data for the TransformParagraph event of a Paragraph.
| |
| Whitespace |
The whitespace class is a specialization of paragraph.
| |
| XhtmlParagraph |
Renders XHTML content as PDF.
|
Delegates
| Delegate | Description | |
|---|---|---|
| BreakParagraphEventHandler |
Represents the method that will handle the BreakParagraph event of a Paragraph.
| |
| ContinueParagraphEventHandler |
Represents the method that will handle the ContinueParagraph event of a Paragraph.
| |
| EndParagraphEventHandler |
Represents the method that will handle the EndParagraph event of a Paragraph.
| |
| LineBreakEventHandler |
Represents the method that handles LineBreak events.
| |
| PrintParagraphEventHandler |
Represents the method that will handle the PrintParagraph event of a ParagraphCollection.
| |
| PrintRowEventHandler |
Represents the method that will handle the PrintRow event of a RowCollection.
| |
| RollbackParagraphEventHandler |
Represents the method that will handle the RollbackParagraph event of a Paragraph.
| |
| RtfCustomEventHandler |
Represents the method that will handle the RtfCustomEvent event on a RtfParagraph.
| |
| TransformParagraphEventHandler |
Represents the method that will handle the TransformParagraph event of a Paragraph.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| FitPolicy |
Different policies for handling image paragraphs that do not fit the available space.
| |
| FragmentReadDirection |
Different read directions for text.
|