CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdPdfPublish::Table Namespace Reference

Enumerations

enum  TextAlignment {
  kTopLeft , kTopRight , kTopCenter , kCenterLeft ,
  kCenterRight , kCenter , kBottomLeft , kBottomRight ,
  kBottomCenter
}
 

Detailed Description

Contains declarations for handling tables within Publish SDK.

Enumeration Type Documentation

◆ TextAlignment

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

Enumerator
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.

Definition at line 739 of file PdfPublishCommon.h.