Online Documentation for Advanced Data Export for RAD Studio VCL
TxlsNoteFormat.Orientation
type
TxlsOrientation = (xrtNoRotation, xlrTopToBottom, xlrCounterClockWise, xlrClockWise);
property Orientation: TxlsOrientation;
Description
Use the Orientation property to define the note orientation. The following values are available: xrtNoRotation, xlrTopToBottom, xlrCounterClockWise, and xlrClockWise. The xlrClockWise and xlrCounterClockWise values rotate the note to 90 degrees, xlrTopToBottom orients the note text vertically.
See also: