API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Label Namespace > Structs, Records, Enums > OdPdfPublish::Label::Position Enumeration
OdPdfPublish::Label::Position Enumeration
Syntax
C++
enum Position { kLabelOnly, kIconOnly, kTop, kBottom, kLeft, kRight, kOnTop };

PdfPublishCommon.h

Members 
Description 
kLabelOnly 
Only label is displayed. 
kIconOnly 
Only label icon is displayed. 
kTop 
The label is positioned at the top of the icon associated with it (i.e above the icon). 
kBottom 
The label is positioned at the bottom of icon associated with it (i.e under the icon). 
kLeft 
The label is positioned at the left edge of the icon associated with it. 
kRight 
The label is positioned at the right edge of the icon associated with it. 
kOnTop 
The label is positioned on top of the icon associated with it. 

Label positions relative to the icon.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.