DynamicPdfTextBox Class |
Namespace: Atalasoft.PdfDoc.Generating.Shapes
The DynamicPdfTextBox type exposes the following members.
Name | Description | |
---|---|---|
DynamicPdfTextBox(PdfPoint, Double, Double, StyleTextInput, PdfFontManager, PdfTextAlignment) |
Initializes a new instance of the DynamicPdfTextBox class.
| |
DynamicPdfTextBox(PdfPoint, String, Double, Double, Double, String, PdfFontManager, PdfTextAlignment) |
Initializes a new instance of the DynamicPdfTextBox class.
|
Name | Description | |
---|---|---|
Alignment | (Overrides PdfBaseTextShapeAlignment.) | |
Clip |
Gets or sets a value indicating whether this PdfBaseShape shape will clip.
(Inherited from PdfBaseShape.) | |
FillColor |
Gets or sets the color of the fill.
(Inherited from PdfBaseShape.) | |
FontName |
Gets or sets the name of the font.
(Inherited from PdfBaseTextShape.) | |
FontSize |
Gets or sets the size of the font.
(Inherited from PdfBaseTextShape.) | |
HorizontalScaling |
Gets or sets the horizontal scaling.
(Inherited from PdfBaseTextShape.) | |
Location |
Gets or sets the location.
(Inherited from PdfBaseShape.) | |
LockedWidth |
Gets the width of the box.
| |
MaximumHeight |
Gets the maximum height of the box.
| |
MinimumBounds |
Gets the minimum bounds of the box calculated from the given text.
| |
Name |
Gets or sets the name of the IPdfRenderable object.
(Inherited from PdfBaseShape.) | |
OutlineColor |
Gets or sets the color of the outline.
(Inherited from PdfBaseShape.) | |
RenderMode |
Gets or sets the render mode.
(Inherited from PdfBaseTextShape.) | |
Rotation |
Gets or sets the rotation in degrees.
(Inherited from PdfBaseShape.) | |
Scale |
Gets or sets the scale.
(Inherited from PdfBaseShape.) | |
Style |
Gets or sets the style.
(Inherited from PdfBaseShape.) | |
WordSpacing |
Gets or sets the word spacing.
(Inherited from PdfBaseTextShape.) |
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from PdfBaseShape.) | |
CloneInstance |
Clones the instance.
(Overrides PdfBaseTextShapeCloneInstance.) | |
CopyBaseShapePropertiesTo |
Copies the base shape properties to the parameter shape.
(Inherited from PdfBaseShape.) | |
DrawShape |
Draws the shape.
(Overrides PdfBaseTextShapeDrawShape(PdfPageRenderer).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateTransform |
Generates the default transform based on Scale, Rotate, and Translate.
(Inherited from PdfBaseShape.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTextStartOffset(Double, Double) |
Gets the text start offset for a line of text. This is used to align text based on the alignment.
(Inherited from PdfBaseTextShape.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifyResourceRenamed |
Notifies a resource consumer that a resource was renamed.
(Inherited from PdfBaseShape.) | |
OnResourceRenamed |
Called when a resource in the shape has been renamed.
(Inherited from PdfBaseTextShape.) | |
OnResourcesRequested |
Called when the PdfBaseShape is requested to report resources used. If client code
consumes resources, it should override this method combining its results with those of
base.OnResourceRequested (Inherited from PdfBaseTextShape.) | |
Render |
Generates the PDF display list objects.
(Inherited from PdfBaseTextShape.) | |
ResourcesUsed |
Reports a list of all resources consumed by the object of the given class.
(Inherited from PdfBaseShape.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |