API Documentation > Graphics and model display > Object ProText > Function ProTextStyleUnderlineSet
Function ProTextStyleUnderlineSet
Description
Sets the text underlining.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleUnderlineSet
(
ProTextStyle text_style
/* (In)
The text style.
*/
int underline
/* (In)
Set this to true to underline the text. Otherwise, set this to false.
*/
)
Returns
The function successfully set the underlining.
Sample Code References
User Guide References
Was this helpful?