Function ProNoteWrapTextSet
Description
Sets wrap text ON or OFF
Synopsis
#include <ProNote.h>
ProNoteWrapTextSet
(
ProNote* note
/* (In)
The note.
*/
/* (In)
PRO_B_TRUE to wrap the text.
*/
double wrap_width
/* (In)
width of text line. if wrap is PRO_B_TRUE
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?