TextElement Properties |
The TextElement type exposes the following members.
Name | Description | |
---|---|---|
BackColor |
Gets or sets element background color.
(Inherited from PageGraphicElement.) | |
Blending |
Gets or sets blending mode for transparent rendering mode of the element.
(Inherited from PageGraphicElement.) | |
CharacterSpacing |
Gets or sets an additional spacing between characters.
| |
ClipRectangle |
A rectangle to be added to the current cliping path
| |
ColorSpace |
Gets or sets color space for element rendering.
(Inherited from PageGraphicElement.) | |
ForeColor |
Gets or sets the element foreground color.
(Inherited from PageGraphicElement.) | |
Gradient |
The gradient used to fill a shape.
(Inherited from PageGraphicElement.) | |
Height |
The height of the destination rectangle
Is optional
| |
IsPaginable |
This property tells if the text element was constructed as a paginable
text element or not.
| |
LineSpacing |
Gets or sets value that indicates the vertical distance between the baselines of adjacent lines of text.
| |
LineStyle |
Gets or sets the line style for elements rendering lines.
(Inherited from PageGraphicElement.) | |
Paginate |
When true the text can be paginated
| |
RightToLeftLanguage |
Set this property true if the text is in a RTL language.
| |
Rotated |
A flag to indicate if this element was rotated.
(Inherited from PageGraphicElement.) | |
Scaled |
A flag to indicate if this element was scaled.
(Inherited from PageGraphicElement.) | |
Skewed |
A flag to indicate if this element was skewed.
(Inherited from PageGraphicElement.) | |
Text |
The string to be written
| |
TextAlign |
Gets or sets the text alignment.
| |
TextAngle |
Gets or sets an angle to control text counter-clockwise direction. The default value is 0.
| |
TextFont |
The text font
| |
TextRise |
Gets or sets the distance to move the text baseline up or down from its default location.
Adjustments to the baseline are useful for drawing superscripts or subscripts.
Positive values of text rise move the baseline up and creates a superscript text.
Negative values of text rise move the baseline down and creates a subscript text.
| |
Translated |
A flag to indicate if this element was translated.
(Inherited from PageGraphicElement.) | |
Transparency |
Gets or sets element transparency. The transparency is expressed as a value between 0 and 100.
0 means completely transparent and 100 completely opaque.
(Inherited from PageGraphicElement.) | |
VerticalTextAlign |
Gets or sets the vertical text alignment.
| |
Width |
The width of destination rectangle
| |
WordSpacing |
Gets or sets an aditional spacing between words. The words separator is consider the
space character with code 32
| |
X |
The start x position
| |
Y |
The start y position
|