Font

Comment.Font property

获取评论的字体。

public Font Font { get; }

例子


[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;

也可以看看