Winnovative Excel to PDF Converter

TextElement Properties

Winnovative Excel to PDF Converter Documentation

The TextElement type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Gets or sets element background color.
(Inherited from PageGraphicElement.)
Public propertyBlending
Gets or sets blending mode for transparent rendering mode of the element.
(Inherited from PageGraphicElement.)
Public propertyCharacterSpacing
Gets or sets an additional spacing between characters.
Public propertyClipRectangle
The clip rectangle applied when the element is rendered in PDF
(Inherited from PageGraphicElement.)
Public propertyEmbedSysFont
A flag indicating if the System.Drawing.Font object associated with this text element should be embedded in the generated PDF document
Public propertyForeColor
Gets or sets the element foreground color.
(Inherited from PageGraphicElement.)
Public propertyGradient
The gradient used to fill a shape.
(Inherited from PageGraphicElement.)
Public propertyHeight
The height of destination rectangle in PDF where this text element will be rendered
Public propertyLineSpacing
Gets or sets the value that indicates the vertical distance between the baselines of adjacent lines of text.
Public propertyLineStyle
Gets or sets the line style for elements rendering lines.
(Inherited from PageGraphicElement.)
Public propertyOpacity
Gets or sets element opacity. The opacity is expressed as a value between 0 and 100. 0 means completely transparent and 100 completely opaque. The default value of this property is 100.
(Inherited from PageGraphicElement.)
Public propertyPaginate
When true the text can be paginated
Public propertyRightToLeftLanguage
Set this property true if the text is in a RTL language.
Public propertyRotated
A flag to indicate if this element was rotated.
(Inherited from PageGraphicElement.)
Public propertyScaled
A flag to indicate if this element was scaled.
(Inherited from PageGraphicElement.)
Public propertySkewed
A flag to indicate if this element was skewed.
(Inherited from PageGraphicElement.)
Public propertyText
The string to be written
Public propertyTextAlign
Gets or sets the horizontal alignment of the text rendered by this element in PDF
Public propertyTextAngle
Gets or sets an angle to control text counter-clockwise direction. The default value is 0.
Public propertyTextFont
Gets or sets the font of the text rendered by this element in PDF
Public propertyTextRise
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.
Public propertyTextSysFont
Gets or sets the text font as a System.Drawing.Font object
Public propertyTranslated
A flag to indicate if this element was translated.
(Inherited from PageGraphicElement.)
Public propertyVerticalTextAlign
Gets or sets the vertical alignment of the text rendered by this element in PDF
Public propertyWidth
The width of destination rectangle in PDF where this text element will be rendered
Public propertyWordSpacing
Gets or sets an additional spacing between words. The words separator is consider the space character with code 32
Public propertyX
The start X position of this element relative to the PDF elements container
Public propertyY
The start Y position of this element relative to the PDF elements container
Top
See Also

Reference