Class OdfCellFontProxy
Provides the OdfCellFontProxy API. 實作試算表儲存格的字型樣式代理。
public sealed class OdfCellFontProxy
- Inheritance
-
OdfCellFontProxy
- Inherited Members
Properties
Color
Provides the member member.
取得或設定字型顏色(例如十六進位色碼 #FF0000)。
public string? Color { get; set; }
Property Value
IsBold
Provides the member member. 取得或設定字型是否為粗體。
public bool IsBold { get; set; }
Property Value
IsItalic
Provides the member member. 取得或設定字型是否為斜體。
public bool IsItalic { get; set; }
Property Value
Size
Provides the member member.
取得或設定字型大小(例如 12pt)。
public string? Size { get; set; }