API 설명서 > Drawings and detail > Object ProDtlnotetext > Function ProDtlnotetextStyleGet
Function ProDtlnotetextStyleGet
Description
Retrieves the text style of the specified text in the note
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotetextStyleGet
(
ProDtlnotetext note_text
/* (In)
The note text.
*/
ProTextStyle* r_text_style
/* (Out)
The text style of specified text in 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
도움이 되셨나요?