API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Text Namespace > Structs, Records, Enums > OdPdfPublish::Text::Rotation Enumeration
OdPdfPublish::Text::Rotation Enumeration
Syntax
C++
enum Rotation { kNone, kCounterClockwise90Degrees, kCounterClockwise180Degrees, kCounterClockwise270Degrees };

PdfPublishCommon.h

Members 
Description 
kNone 
Horizontally allocated text, no rotation. 
kCounterClockwise90Degrees 
Counter-clockwise rotation 90 degrees relative to the horizontal position. 
kCounterClockwise180Degrees 
Counter-clockwise rotation 180 degrees relative to the horizontal position. 
kCounterClockwise270Degrees 
Counter-clockwise rotation 270 degrees relative to the horizontal position. 

Text rotation options.

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