Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Label::Position Enumeration
Syntax
C++
enum Position { kLabelOnly, kIconOnly, kTop, kBottom, kLeft, kRight, kOnTop };
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.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Label 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.