PdfTextElement Class |
Namespace: SelectPdf
The PdfTextElement type exposes the following members.
Name | Description | |
---|---|---|
PdfTextElement(Single, Single, String, PdfFont) |
Creates a text object that can be added to a pdf document.
| |
PdfTextElement(Single, Single, Single, String, PdfFont) |
Creates a text object that can be added to a pdf document.
| |
PdfTextElement(Single, Single, String, PdfFont, PdfColor) |
Creates a text object that can be added to a pdf document.
| |
PdfTextElement(Single, Single, Single, Single, String, PdfFont) |
Creates a text object that can be added to a pdf document.
| |
PdfTextElement(Single, Single, Single, String, PdfFont, PdfColor) |
Creates a text object that can be added to a pdf document.
| |
PdfTextElement(Single, Single, Single, Single, String, PdfFont, PdfColor) |
Creates a text object that can be added to a pdf document.
|
Name | Description | |
---|---|---|
BackColor |
Gets or sets the pdf element background color.
(Inherited from PdfElement.) | |
Blending |
Gets or sets the blending mode for transparent rendering of the pdf element.
(Inherited from PdfElement.) | |
CharacterSpacing |
Gets or sets an additional space between characters.
| |
ClipRectangle |
A rectangle to be added to the current clipping path.
| |
ColorSpace |
Gets or sets the color space for the pdf element rendering.
(Inherited from PdfElement.) | |
Direction |
Gets or sets an angle to control the text direction.
| |
Font |
The text font.
| |
ForeColor |
Gets or sets the pdf element foreground color.
(Inherited from PdfElement.) | |
Gradient |
Gets or sets the gradient used to fill a shape.
(Inherited from PdfElement.) | |
Height |
The height of the destination rectangle where the text will be rendered.
| |
HorizontalAlign |
Gets or sets the horizontal text alignment.
| |
Leading |
Gets or sets a value that indicates the vertical distance between the baselines of adjacent lines of text.
| |
LineStyle |
Gets or sets the line style for pdf elements rendering lines.
(Inherited from PdfElement.) | |
RightToLeft |
Indicates if the text is in a right-to-left language.
| |
Rotated |
A flag to indicate if the current pdf element was rotated.
(Inherited from PdfElement.) | |
Scaled |
A flag to indicate if the current pdf element was scaled.
(Inherited from PdfElement.) | |
Skewed |
A flag to indicate if the current pdf element was skewed.
(Inherited from PdfElement.) | |
Text |
The text string that will be added to the pdf document.
| |
TextRise |
Gets or sets the distance to move the text baseline up or down from its default location.
| |
Translated |
A flag to indicate if the current pdf element was translated.
(Inherited from PdfElement.) | |
Transparency |
Gets or sets the pdf element transparency.
(Inherited from PdfElement.) | |
VerticalAlign |
Gets or sets the vertical text alignment.
| |
Width |
The width of destination rectangle where the text will be rendered.
| |
WordSpacing |
Gets or sets an additional space between words.
| |
X |
Gets or sets the text start position on the X axis.
| |
Y |
Gets or sets the text start position on the Y axis.
|
Name | Description | |
---|---|---|
Rotate |
Rotes the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) | |
Scale |
Scales the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) | |
Skew |
Skews the x and y axis by an two different angles before rendering the pdf element.
(Inherited from PdfElement.) | |
Translate |
Translates the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) |