Category 3D drawings and annotations, Object ProNote

Function ProNoteWrapTextGet


Description
Get wrap status of the text
Synopsis
#include <ProNote.h>
ProErrorProNoteWrapTextGet(
ProNote* note
/* (In)
The note.
*/
ProBoolean* wrap
/* (Out)
PRO_B_TRUE of wrap is set.
*/
double* wrap_width
/* (Out)
width of wrapped text line.
*/
)
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