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; }