Xceed Words for .NET のリリース
Released: Sep 12, 2017
V1.3 での更新項目
機能
- DocX
- Converting a document from Word to PDF is now possible with the new ConvertToPdf method.
- If the core properties part is missing in the document, it will now be created automatically instead of throwing an exception.
- Container
- The Paragraphs properties will no longer include the fallback elements.
- Formatting
- Half point font sizes are now supported.
- Paragraph
- The LineSpacing property will now correctly update the spacing between lines of text.
- Calling the InsertText or RemoveText methods...
Released: Jun 9, 2017
V1.2 での更新項目
機能
Container
- The method GetListItemType has been improved to reduce delays.
Footer
- New Images property is now available to get a list of images in the footer.
Paragraph
- A hyperlink can now be added with an anchor to point to a document’s bookmark.
- New InsertTabStopPosition method is available to position tabs.
- Shading is now supported for specific text or a whole paragraph.
- The InsertHorizontalLine method now has a position parameter, to draw a line on the top or at the bottom of the paragraph...
Released: Mar 1, 2017
V1.1 での更新項目
機能
- Horizontal alignment in Tables can now be modified.
- In a paragraph the MagicText property now has formatted text. This will allow you to support highlighting with a specific color and strike through.
- When merging cells paragraphs are now trimmed to remove unnecessary blank lines.
- When appending to a paragraph it is now possible to also provide a Formatting value to specify the format to apply to the text.
不具合の修正
- Fixed a possible crash when the application does not have the access rights to...
Released: Nov 21, 2016
V1.0 での更新項目
機能
- Create new Word documents or modify existing ones.
- Supports Word documents saved in the .DOCX format (Word 2007 and up).
- Ability to modify multiple documents in parallel for greater performance.
- Ability to apply a template to a Word document, which can include styles, headers, footers, properties, text content, and more.
- Join documents, recreate portions from one to another.
- Supports document protection with or without password.
- Set document margins and page size.
- Set line spacing...