Quantcast
Channel: Developer Express Inc.
Viewing all articles
Browse latest Browse all 2389

Office File API & Office-Inspired UI Controls – 2021 Roadmap

$
0
0

Thanks to your feedback, we have finalized our 2021 Roadmap. Since we can’t address every single feature request from our roadmap survey, we’ve focused on capabilities that garnered the most votes. If you’d like to discuss the items on this roadmap in greater detail, or if you’d like to share a business use case that we don’t support, please comment below. We’ll be happy to review your requirements and follow-up.

Word Processing Document API & Rich Text Editors

RC4 CryptoAPI Encryption (v21.1)

Office File APIWinFormsWPF

Our upcoming release will allow you to import and export RC4 CryptoAPI encrypted DOC files. We will use our own RC4 CryptoAPI encryption implementation to encrypt DOC files created with our API. RC4 CryptoAPI will be the default encryption method for binary files (instead of RC4 - see Breaking Change T973019).

New Document Elements (v21.1 and v21.2)

Office File APIWinFormsWPF

Charts

We will use our Spreadsheet Chart API to support charting across our Word processing components. You will be able to create 2-D and 3-D charts in code, apply chart styles, and format individual chart elements as needed.

ActiveX Controls

Our new APIs will allow you to access ActiveX controls in code, obtain associated properties (type, name, and ProgID), and remove these controls from a document when necessary.

Watermarks

You will be able to import and export documents with watermarks. Watermarks will be displayed, printed, and exported to PDF. In the second half of 2021, we expect to introduce new APIs to manage watermarks in code.

Table Formatting Enhancements (v21.1)

Office File APIWinFormsWPF

We will add a new table row option - “Repeat as header row at the top of each page”. You will be able to toggle this feature in code or via the Rich Text Editor's UI.

Performance Enhancements (v21.1)

WinFormsWPF

We expect to significantly improve initialization performance for our WinForms and WPF Rich Text Editors.

Spreadsheet Document API & Spreadsheet Controls

RC4 CryptoAPI Encryption (v21.1)

Office File APIWinFormsWPF

Our upcoming release will allow you to import and export RC4 CryptoAPI encrypted XLS files. We will use our own RC4 CryptoAPI encryption implementation to encrypt XLS files created with our API. RC4 CryptoAPI will be the default encryption method for binary files (instead of RC4 - see Breaking Change T973019).

Excel 2016 Charts – Enhancements (v21.1)

Office File APIWinFormsWPF

We expect to address the following limitations related to our current Excel 2016 chart implementation:

  • Implement interface elements for our Spreadsheet controls to help insert Excel 2016 charts and change chart type as necessary.

  • Introduce support for sunburst and treemap charts. Our Spreadsheet UI controls will render these charts. You will also be able to print and export sunburst and treemap charts to PDF.

Accounting Number Format Alignment (v21.1)

Office File APIWinFormsWPF

As you may already know, if you apply the built-in Accounting number format to a cell value, Microsoft Excel will display the currency symbol on the left and numbers on the right. That’s because this format code contains an asterisk followed by a space:

_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)

The asterisk tells Excel to repeat the space character until the cell's width is populated. We’re going to support this alignment behavior for our Spreadsheet UI controls (to replicate Microsoft Excel behavior).

Progress Indication (v21.1)

Office File APIWinFormsWPF

Our Spreadsheet controls will ship with a built-in Progress Bar. This Progress Bar can be used to indicate the progress of lengthy operations (file load and save operations, export to PDF and HTML, etc.).

We’ll also add an IProgress<T> parameter to the following asynchronous methods to implement progress notifications:

API Enhancements (v21.1)

Office File APIWinFormsWPF

We plan to implement new APIs that will allow you to:

Performance Enhancements (v21.1)

WinFormsWPF

We expect to significantly improve initialization performance for our WinForms and WPF Spreadsheet controls.

Accessible PDF Export (v21.2)

Office File APIWinFormsWPF

We’re going to enhance PDF export in our Spreadsheet and Word processing products to produce accessible PDFs for use by individuals with disabilities.

PDF Document API

XMP Metadata (v21.1)

Office File API

Our PDF Document API will allow you to embed Extensible Metadata Platform (XMP) data in your PDF document. XMP is a standard format for metadata creation, processing, and interchange.

Form Field API Enhancements (v21.1)

Office File API

We will extend our Form Field API so you can change properties of available form field types, retrieve complex field items and change associated display text.

Digital Signature Appearance (v21.1)

Office File API

We expect to add new APIs to generate signature appearance. You will be able to show additional information in a signature field (location, reason, signer name, etc.) together with a signature image.

Your Feedback Matters

As always, we welcome your feedback. Let us know what you think in the field below or submit a support ticket via the DevExpress Support Center if our roadmap fails to address a specific business use case.

The information contained within this blog post details our current/projected development plans. Please note that this information is being shared for INFORMATIONAL PURPOSES ONLY and does not represent a binding commitment on the part of Developer Express Inc. This roadmap and the features/products listed within it are subject to change. You should not rely on or use this information to help make a purchase decision about Developer Express Inc products.


Viewing all articles
Browse latest Browse all 2389

Trending Articles