Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextStyleSet


Description
Retrieves the text style of the specified text in the note
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextStyleSet(
ProDtlnotetext note_text
/* (In)
The note text.
*/
ProTextStyle r_text_style
/* (In)
The text style of specified text in the note.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs are NULL or invalid.

Manual References:

  1. Drawings: Detail Note Text Data
  2. Drawings: Detail Note Text Data

Sample Code References:

  1. pt_userguide ( UgDtlnoteExamples.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )
  3. pt_userguide ( UgNoteCreate.c )
  4. pt_userguide ( UgNoteCreate.c )