AddWordArt
ShapeCollection.AddWordArt method
自 Excel 2007.s 添加预设艺术字
public Shape AddWordArt(PresetWordArtStyle style, string text, int upperLeftRow, int top,
int upperLeftColumn, int left, int height, int width)
范围 | 类型 | 描述 |
---|---|---|
style | PresetWordArtStyle | 预设的艺术字样式。 |
text | String | 文本。 |
upperLeftRow | Int32 | 左上行索引。 |
top | Int32 | 表示形状与其左行的垂直偏移量,以像素为单位。 |
upperLeftColumn | Int32 | 左上列索引。 |
left | Int32 | 表示形状与其左列的水平偏移量,以像素为单位。 |
height | Int32 | 表示形状的高度,以像素为单位。 |
width | Int32 | 表示形状的宽度,以像素为单位。 |
例子
[C#]
//添加一个艺术字
Shape wordArt2 = shapes.AddWordArt(PresetWordArtStyle.WordArtStyle1, "WordArt", 3, 0, 3, 0, 50, 200);
也可以看看
- class Shape
- enum PresetWordArtStyle
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells