PdfHTMLTextElement Class |
Namespace: Spire.Pdf.Graphics
The PdfHTMLTextElement type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfHTMLTextElement |
Initializes a new instance of the
PdfHTMLTextElement
class
|
![]() |
PdfHTMLTextElement(String, PdfFontBase, PdfBrush) |
Initializes a new instance of the
PdfHTMLTextElement
class
|
Name | Description | |
---|---|---|
![]() |
Brush |
Gets or sets the default brush.
|
![]() |
Font |
Gets or sets the base font.
|
![]() |
HTMLText |
Gets or sets the HTML Text.
|
![]() |
TextAlign |
Gets or sets the text alignment.
|
Name | Description | |
---|---|---|
![]() |
Draw(PdfCanvas, RectangleF) |
Draws the text on the graphics.
|
![]() |
Draw(PdfNewPage, RectangleF, PdfMetafileLayoutFormat) |
Draws the text on the page.
|
![]() |
Draw(PdfCanvas, PointF, Single, Single) |
Draws the text on the graphics.
|
![]() |
Draw(PdfNewPage, PointF, Single, PdfMetafileLayoutFormat) |
Draws the text on the page.
|
![]() |
Draw(PdfNewPage, PointF, Single, Single, PdfMetafileLayoutFormat) |
Draws the text on the page.
|
![]() |
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
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|