Classes

  ClassDescription
Public classBookmarkParagraph
A bookmakt paragraph inserts a bookmark item, but has no content.
Public classBordered
Base class for all classes that have a border.
Public classBreakParagraphEventArgs
Provides data for the BreakParagraph event of a Paragraph.
Public classCell
A cell is part of a row. A cell has a collection of paragraphs.
Public classCellCollection
The collection of all cells in a row.
Public classContinueParagraphEventArgs
Provides data for the ContinueParagraph event of a Paragraph.
Public classDrawing
Can hold shapes (Graphical elements).
Public classEndParagraphEventArgs
Provides data for the EndParagraph event of a Paragraph.
Public classFragment
The fragment class represents a piece of text.
Public classFragmentCollection
Collection of fragment objects.
Public classHeading
Headings are NumberedItems that appear in the table of contents.
Public classHorizontalLine
The horizontal line class is a specialization of paragraph.
Public classImage
A paragraph that holds image (graphical) data.
Public classInvalidRtfException
Thrown when invalid or unsupported RTF content is encountered.
Public classInvalidXhtmlException
Thrown when invalid XHTML is encountered.
Public classLineBreakEventArgs
Class containing data for LineBreak events.
Public classLineBreakFragment
Insert this fragment to force a line break.
Public classNote
Used to add a note to a paragraph/fragment.
Public classNumberedItem
A textparagraph that has a number reference.
Public classParagraph
The paragraph class is the base class for a number of specialized classes.
Public classParagraphCollection
Collection of Paragraph objects.
Public classPrintParagraphEventArgs
Provides data for the PrintParagraph event of a ParagraphCollection.
Public classPrintRowEventArgs
Provides data for the PrintRow event of a RowCollection.
Public classRollbackParagraphEventArgs
Provides data for the RollbackParagraph event of a Paragraph.
Public classRow
A row is part of a table. A row consists of a list of cells.
Public classRowCollection
The collection of all rows in a table.
Public classRtfCustomEventArgs
Provides data for the RtfCustomEvent event on a RtfParagraph.
Public classRtfParagraph
A RTF paragraph can be used to import a RTF document into the PDF object model.
Public classTable
Table paragraph to hold rows and cells of data.
Public classTableColumnDefinition
Definition for all cells in a column of a table.
Public classTableColumnDefinitionCollection
Contains the cell definitions for all cells in the corresponding table column.
Public classTabStop
A tab stop defines a point at which text continues after a tab character.
Public classTabStopCollection
Collection of tab stops.
Public classTextParagraph
The textparagraph holds text data to be flowed on the page.
Public classTransformParagraphEventArgs
Provides data for the TransformParagraph event of a Paragraph.
Public classWhitespace
The whitespace class is a specialization of paragraph.
Public classXhtmlParagraph
Renders XHTML content as PDF.

Delegates

  DelegateDescription
Public delegateBreakParagraphEventHandler
Represents the method that will handle the BreakParagraph event of a Paragraph.
Public delegateContinueParagraphEventHandler
Represents the method that will handle the ContinueParagraph event of a Paragraph.
Public delegateEndParagraphEventHandler
Represents the method that will handle the EndParagraph event of a Paragraph.
Public delegateLineBreakEventHandler
Represents the method that handles LineBreak events.
Public delegatePrintParagraphEventHandler
Represents the method that will handle the PrintParagraph event of a ParagraphCollection.
Public delegatePrintRowEventHandler
Represents the method that will handle the PrintRow event of a RowCollection.
Public delegateRollbackParagraphEventHandler
Represents the method that will handle the RollbackParagraph event of a Paragraph.
Public delegateRtfCustomEventHandler
Represents the method that will handle the RtfCustomEvent event on a RtfParagraph.
Public delegateTransformParagraphEventHandler
Represents the method that will handle the TransformParagraph event of a Paragraph.

Enumerations

  EnumerationDescription
Public enumerationFitPolicy
Different policies for handling image paragraphs that do not fit the available space.
Public enumerationFragmentReadDirection
Different read directions for text.