Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Table::TextAlignment Enumeration
Syntax
C++
enum TextAlignment { kTopLeft, kTopRight, kTopCenter, kCenterLeft, kCenterRight, kCenter, kBottomLeft, kBottomRight, kBottomCenter };
Members
Description
kTopLeft
TopLeft alignment for text in table cells.
kTopRight
TopRight alignment for text in table cells.
kTopCenter
TopCenter alignment for text in table cells.
kCenterLeft
CenterLeft alignment for text in table cells.
kCenterRight
CenterRight alignment for text in table cells.
kCenter
Center alignment for text in table cells.
kBottomLeft
BottomLeft alignment for text in table cells.
kBottomRight
BottomRight alignment for text in table cells.
kBottomCenter
BottomCenter alignment for text in table cells.

Enumeration that defines the alignment types of text alignment in table cells.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Table 

Module: API Reference 

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