SaveStyle
Text
Descrição
Salva as propriedades de texto atuais sob um estilo nomeado. Esse estilo pode então ser aplicado rapidamente com uma única chamada à função ApplyStyle. As propriedades salvas incluem nome da fonte, tamanho da fonte, cor do texto, alinhamento, estilo de sublinhado e realce, espaçamento e escala
Sintaxe
Delphi
Function TPDFlib.SaveStyle(Const StyleName: WideString): Integer;
ActiveX
Function PDFlib::SaveStyle(StyleName As String) As Long
DLL
int DLSaveStyle(int InstanceID, const wchar_t * StyleName);
Parâmetros
| StyleName | The name to associate with the style. This name is case sensitive. |
|---|