Description | ||||||||
Validates text style properties for specified object type | ||||||||
Synopsis | ||||||||
#include <ProNote.h> | ||||||||
ProError | ProTextStyleValidate | ( | ||||||
ProTextStyleObjectType obj_type | ||||||||
/* (In) | ||||||||
Type of the object on which text style will be applied | ||||||||
*/ | ||||||||
ProTextStyle r_text_style | ||||||||
/* (In) | ||||||||
Text Style to be applied | ||||||||
*/ | ||||||||
wchar_t*** error_message_lines | ||||||||
/* (Out) | ||||||||
Array of lines of messages. Each line tells about an attribute not applicable on the object type You should free this memory using ProWstringArrayFree() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|