API 설명서 > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataTextStyleGet
Function ProDtlnotedataTextStyleGet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataTextStyleGet
(
ProDtlnotedata note_data
/* (In)
The note data.
*/
ProTextStyle* r_text_style
/* (Out)
The text style of the note. Free this using ProTextStyleFree().
*/
)
Returns
The function successfully retrieved the information.
One or more inputs are NULL or invalid.
Sample Code References
User Guide References
도움이 되셨나요?