Category Graphics and model display, Object ProText

Function ProTextStyleVertJustificationGet


Description
Obtains the vertical justification applied to the text style.
Synopsis
#include <ProDtlnote.h>
ProErrorProTextStyleVertJustificationGet(
ProTextStyle text_style
/* (In)
The text style.
*/
ProVerticalJustification* justification
/* (Out)
The justification.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_E_NOT_FOUNDThe input text style does not define a vertical justification.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data
  3. Annotations: Annotation Features and Annotations: Text Style Properties
  4. Annotations: Annotation Features and Annotations: Text Style Properties

Sample Code References:

  1. pt_examples ( TestDtlnote.c )