Category 3D drawings and annotations, Object ProNote

Function ProNoteWrapTextSet


Description
Sets wrap text ON or OFF
Synopsis
#include <ProNote.h>
ProErrorProNoteWrapTextSet(
ProNote* note
/* (In)
The note.
*/
ProBoolean wrap
/* (In)
PRO_B_TRUE to wrap the text.
*/
double wrap_width
/* (In)
width of text line. if wrap is PRO_B_TRUE
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties