Word控件 Spire.Doc 6.0大版本發佈 | 形狀文件和Word XML文檔極大改進

圖片1

Spire.Doc 6.0 更新

  • 對形狀文件和Word XML文檔進行了很大的改進

新功能

1.DocOleObject,DocPicture和TextBox能夠繼承ShapeObject。函數

public class DocOleObject : ShapeObject
public class DocPicture : ShapeObject, IPicture
public class TextBox : ShapeObject, ITextBox

2.DocOleObject實現了接口IDocOleObject。spa

3.表orm

  • 在設置Table或TableCell的寬度時,須要同時設置Width和WidthType
  • 方法表.AutoFitBehavior()更改成方法table.AutoFit();

4.調整枚舉TextDirection中的值。blog

  • 在之前的版本中,它意味着文本方向,但如今它意味着行方向,例如,當您設置TopToBottom 時,這意味着逐行寫入(換句話說,從上到下),TopToBottom方向是默認值。
//Summary:
//Specifies that text in the parent object shall flow from left to right horizontally,
//then top to bottom vertically on the page.  This means that horizontal lines
//are filled before the text expands vertically.
TopToBottom = 0;

5.發佈PropertyObject.CharacterFormat屬性。繼承

6.背景接口

public class BackgroundGradient : VMLFill
public BackgroundGradient Gradient { get; }
  • BackgroundGradient的繼承關係從DocumentSerializable更改成VMLFill。
  • 取消Background.Gradient的「set」屬性。
  • 取消BackgroundGradient的構造函數。

7.取消TextBox格式的「set」屬性。圖片

public TextBoxFormat Format { get; }

點擊下載Spire.Doc 6.0ci

相關文章
相關標籤/搜索