Xceed Words for .NET V1.3
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 will now update the active runs.
- When an Auto spacing is used, the LineSpacingAfter and/or LineSpacingBefore properties will now return 0.
- A border can now be added to a simple text.
- A default line spacing or indentation defined on the document will now be used when the paragraph doesn’t specify those values.
- Adding a bookmark with the same name as a previously deleted bookmark will no longer cause an exception.
- Picture
- Its size will now be defined by using the default 96 pixels per inch.
- The new HeightInches and WidthInches properties can now be used to get/set the image size in inches.
- Table
- Cell will now default to a Top vertical alignment.