Category Graphics and model display, Object ProText

Function ProTextStyleVertJustificationSet


Description
Assigns the vertical justification applied to the text style. NOTE: : In Creo 4/5, this function is using incorrect set of enum default values. To correct this issue, use the #define PRO_REAL_VERTJUST_* values in ProDtlnote.h. This will be corrected in a later release of Creo.
Synopsis
#include <ProDtlnote.h>
ProErrorProTextStyleVertJustificationSet(
ProTextStyle text_style
/* (In)
The text style.
*/
ProVerticalJustification justification
/* (In)
The justification.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 M080: #defines for Justification of Text Style Object
  2. Technical Summary of Changes for Creo 4.0 F000: Text Properties
  3. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data
  4. Drawings: Detail Note Data
  5. Drawings: Detail Note Data
  6. Annotations: Annotation Features and Annotations: Text Style Properties
  7. Annotations: Annotation Features and Annotations: Text Style Properties