Font
Shape.Font property
表示形状的字体。
public Font Font { get; set; }
例子
[C#]
Aspose.Cells.Font font = shape.Font;
font.Name = "Arial";
font.Size = 12;
font.Color = Color.Red;
也可以看看
- class Font
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示形状的字体。
public Font Font { get; set; }
[C#]
Aspose.Cells.Font font = shape.Font;
font.Name = "Arial";
font.Size = 12;
font.Color = Color.Red;