CFx SDK Documentation  2023 SP0
Enumerations
OdPdfPublish::Label Namespace Reference

Enumerations

enum  Position {
  kLabelOnly , kIconOnly , kTop , kBottom ,
  kLeft , kRight , kOnTop
}
 

Detailed Description

Contains declarations for <link OdPdfPublish::OdText, label> behaviour options in Teigha Publish.

Enumeration Type Documentation

◆ Position

<link OdPdfPublish::OdText, Label> positions relative to the icon.

Enumerator
kLabelOnly 
kIconOnly 

Only label is displayed.

kTop 

Only label icon is displayed.

kBottom 

The label is positioned at the top of the icon associated with it (i.e above the icon).

kLeft 

The label is positioned at the bottom of icon associated with it (i.e under the icon).

kRight 

The label is positioned at the left edge of the icon associated with it.

kOnTop 

The label is positioned at the right edge of the icon associated with it.

The label is positioned on the right edge of the icon associated with it.

Definition at line 360 of file PdfPublishCommon.h.