| Description |
| Retrieves the text style of the note. If the note has texts with different styles, the returned style will have a mixed state for attributes that aren't the same in all texts. Inquiry functions such as ProTextStyleFontGet will return PRO_TK_GENERAL_ERROR when the attribute is in a mixed state. |
| Synopsis |
| #include <ProDtlnote.h> |
| ProError | ProDtlnotedataTextStyleGet | ( |
| ProDtlnotedata note_data | |
| /*
(In) |
| The note data. |
| */ |
| ProTextStyle* r_text_style | |
| /*
(Out) |
| The text style of the note. You must free this memory when you are done using it. |
| */ |
| ) |
| Returns |
|
|