DrawHTMLTextA

Text, HTML text, Page layout

Description

O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de DrawHTMLText e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode

Draws HTML text onto the page. See Appendix A for details of the supported HTML tags.

Syntax

Delphi

Function DLDrawHTMLTextA(InstanceID: Integer; Left, Top, Width: Double; HTMLText: PAnsiChar): Integer;

DLL

int DLDrawHTMLTextA(int InstanceID, double Left, double Top, double Width, const char * HTMLText);

Parameters

LeftThe left edge of the area to draw the text into
TopThe top edge of the area to draw the text into
WidthThe width of the area to draw the text into
HTMLTextThe HTML text to draw