Command ID 48: Display a symbol at the end of certain hyperlinks

[Top]  [Chapter]  [Previous]  [Next]

Please use this command to add special symbol codes using a fontname and a character code to be displayed for certain hyperlinks.

 

TextCommandStr( 48, charcode, "name=fontname" )

 

will enable the display of a symbol for each hyperlink which either uses "name" in it's class or in it's rel property.

 

The symbol is defined by the font "fontname" and the character code "charcode". The symbols will always be printed black.

 

Example:

 

memo.TextCommandStr(48, 0xCF, "nofollow=WebDings");

 

This will display a lock symbol for the links which use "rel=nofollow" as parameter.

 

 

Hint: Use the method SetProp to set the additional property for a hyperlink object.


[command_id_48_display_a_symbol.htm]    Copyright © 2007 by WPCubed GmbH