Word Processing Document API, Rich Text Editors (WinForms and WPF) — Text Rotation in Tables (v23.1)

As you may already know, we recently extended the capabilities of our Table API and added support for content rotation within document tables (v23.1). This feature is available for our word processing product line (Word Processing Document API, desktop Rich Text Editors).

Documents with rotated cell content can be displayed, printed, and exported (across supported file formats) without any content loss.

table with rotated text winforms rich text editor

The TableCell.TextDirection property allows you to specify the rotation angle for table cell content. Use this property as follows:

using (var wordProcessor = new RichEditDocumentServer()) {
   Document document = wordProcessor.Document;
   Table table = document.Tables[0];
   TableCell cell = table[3, 3];
   cell.TextDirection = TextDirection.Upward;
}

New UI elements within our desktop Rich Text Editors (WinForms and WPF) allow you and your users to quickly modify rotation angle within cells. Note that built-in Ribbon alignment buttons reflect the current state of cell content (Text Direction).

What's New in v23.1

If you have yet to review the features/capabilities introduced in our most recent major update, please visit the following webpage and let us know what you think of this release by responding to our online survey: Office File API — Explore Our Newest Features (v23.1).

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.