API Documentation > Graphics and model display > Object ProText > Function ProTextStyleVertJustificationSet
Function ProTextStyleVertJustificationSet
Description
Assigns the vertical justification applied to the text style.
Synopsis
#include <ProDtlnote.h>
ProTextStyleVertJustificationSet
(
ProTextStyle text_style
/* (In)
The text style.
*/
/* (In)
The justification.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?