Atalasoft.PdfDoc.Generating.Shapes Namespace |
Class | Description | |
---|---|---|
AddRemoveEventArgsT |
This object represents the information provided on an Add or Remove event to an ObservableList.
| |
DynamicPdfTextBox |
DynamicPdfTextBox is a text shape that is used to take a variable amount of space.
By providing a maximum height and maximum width and the text instructions,
the DynamicPdfTextBox will provide the minimum amount of space required to display
the information through its MinimumBounds property.
| |
GRestore |
A displaylist level GRestore operation for generating pdf
| |
GSave |
A drawinglist level call to GSave
| |
ObservableListT |
Represents a list that generates events when objects are being added or removed.
Hooking into the ItemChanged event will allow an application to observe when an item
has been added or removed. On a set operation through the array accessor both a remove
and add event are fired.
| |
PdfArc |
A Shape class for PdfGeneratedDocuments which draws Arcs, Chords and Pie segments.
| |
PdfBaseShape |
A base class for any repeatable composite drawing action. To use this class inherit from PdfBaseShape then override the CloneInstance and DrawShape methods to get the PdfPageRenderer object.
| |
PdfBaseTextShape |
The base class for making pdf text shapes. It provides the basic settings to control fonts and transformations automatically.
| |
PdfCircle |
A PdfBaseShape overload which draws a circle based on a center point and a radius.
| |
PdfClippedTextLine |
A pdf text object which writes text and clips to a rectangle. This object is best used to make spreadsheet like trimming of long strings to fit into a cell of a table.
| |
PdfImageShape |
The shape used to place an image on a page
| |
PdfMarkedContent | PdfMarkedContent represents an area within drawing on a PDF page or in a
DrawingTemplate that is marked as having
special meaning. For example, certain classes of annotations that have customized appearances
use "marked content" to set aside an area that reserved for customizable or user-entered text.
| |
PdfPath |
A PdfBaseShape that contains a series of operations to define a custom drawing.
| |
PdfRectangle |
A PdfBaseShape to draw a Rectangle.
| |
PdfRoundedRectangle |
A PdfBaseShape for making RoundedRectangles
| |
PdfStyledTextBox |
An object to output styled text to a PdfGeneratedDocument.
| |
PdfTable |
An object to output object data in a table format to a PdfGeneratedDocument.
| |
PdfTableColumn |
Used to define the columns for the PdfTable
| |
PdfTableColumnCollection |
Collection of table columns, added methods to calculate widths and clone the column collection
| |
PdfTemplateShape |
The shape used to place an image on a page
| |
PdfTextBox |
A simple pdf text box.
| |
PdfTextLine |
The PdfTextLine is a Shape object that can be added to a PdfGeneratedDocument.DisplayList. It provides an interface to write a single line of text at a specified location.
| |
PdfTextPath |
A PdfBaseShape to perform complex custom direction text writing
| |
PdfTextStyle |
An object used to provide a text style to a pdf text object.
| |
PostnetBarcodeShape |
The shape for drawing Postnet style barcodes.
| |
ShapeUtilities |
A utility class for objects that Override PdfBaseShape
| |
StyleTextInput |
An object used to provide styled text to pdf text objects that can handle style changes.
| |
Transform |
Transform represents an Affine transform in PDF page. It wraps a PdfTransform object
and will apply it upon render. Client code should avoid injecting transformations that
have no inverse (Scale with 0 in either or both X and Y), as it creates a degenrate transform that
can only be undone with a GRestore to a prior GSave. Since this has other side effects (changing clipping,
line thickness and so on), it is not good practice.
|
Interface | Description | |
---|---|---|
IPdfTextContainer |
An interface for shapes that contain text.
|
Enumeration | Description | |
---|---|---|
PathTextStyle |
The style of how the text is broken to apply to the path.
| |
PdfTableBorderStyle |
Border style options available for the PdfTable. To be used to set the PdfTable.BorderStyle property.
| |
PdfTextAlignment |
An enum to represent text alignment styles
|