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
4.調整枚舉TextDirection中的值。blog
//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; }
7.取消TextBox格式的「set」屬性。圖片
public TextBoxFormat Format { get; }