Aspose Words Cloud 24.12 Release Notes
The page contains release notes for Aspose.Words Cloud 24.12 – API Reference.
Important Changes and New Features
Words Cloud Changes
- The
RenderChoiceFormFieldBorder
parameter was implemented as part of the PDF saving options to enhance customization and rendering in PDF documents. This flag allows developers to control whether borders are displayed around ‘choice form fields’, such as drop-down lists, list boxes, or combo boxes. - The
ApplySuperscript
parameter was added to theReplaceTextParameters
class to enhance its functionality by allowing developers to apply ‘superscript’ formatting to text during text replacement operations. Superscript text is a formatting style where characters are displayed slightly above the normal text line and in a smaller font size. This feature can be useful in scenarios where mathematical notations, footnotes, or other specialized text formatting is required.
All changes
# | Summary | Category |
---|---|---|
WORDSCLOUD-2904 | Implement the ApplySuperscript property in the ReplaceTextParameters class | New feature |
WORDSCLOUD-2871 | Implement the RenderChoiceFormFieldBorder flag in the PDF saving options | New feature |