Documentación de la API > Graphics and model display > Object ProText > Function ProTextStyleJustificationSet
Function ProTextStyleJustificationSet
Description
Assigns the justification applied to the text style.
Synopsis
#include <ProNote.h>
ProTextStyleJustificationSet
(
ProTextStyle text_style
/* (In)
The text style.
*/
/* (In)
The justification.
*/
)
Returns
The function succeeded.
The input text style does not define a horizontal justification.
One or more input arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?