Library | File

Enum pfcVerticalJustification

# include <pfcDetail.h>

enum pfcVerticalJustification
{
    pfcV_JUSTIFY_TOP,
    pfcV_JUSTIFY_MIDDLE,
    pfcV_JUSTIFY_BOTTOM,
    pfcV_JUSTIFY_DEFAULT,
    pfcVerticalJustification_nil
};



Description

This enumerated type represents the types of vertical justification for notes.
See Also:
pfcDetailNoteInstructions
Manual References:
Annotations: Annotation Features and Annotations: Annotation Text Styles




Values

pfcV_JUSTIFY_TOP
Top vertical justification.
pfcV_JUSTIFY_MIDDLE
Middle vertical justification.
pfcV_JUSTIFY_BOTTOM
Bottom vertical justification.
pfcV_JUSTIFY_DEFAULT
Default vertical justification.
pfcVerticalJustification_nil
Enum null value.