HPS::Publish::Label

class HPS::Publish::Label

The Publish::Label class is a concept class for label-related enumerations.

Public Types

enum Position

Enumerates the label positions.

Values:

enumerator LabelOnly

Only the label will be displayed (kA3DPDFLabelOnly)

enumerator IconOnly

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__page__module.html#ga1ecc1b1bda7680246dae62ecefa65a3d”>kA3DPDFIconOnly)

Only the icon will be displayed (<a target=”_blank”

enumerator Top

The label will be displayed above the icon (kA3DPDFLabelTopIconBottom)

enumerator Bottom

The label will be displayed below the icon (kA3DPDFIconTopLabelBottom)

enumerator Left

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__page__module.html#ga1ecc1b1bda7680246dae62ecefa65a3d”>kA3DPDFLabelLeftIconRight)

The label will be displayed to the left of the icon (<a target=”_blank”

enumerator Right

The label will be displayed to the right of the icon (kA3DPDFIconTopLabelBottom)

enumerator OnTop

The label will be displayed on top of the icon (kA3DPDFLabelOverIcon)