Table of Contents

Class OdfCellFontProxy

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

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

string

IsBold

Provides the member member. 取得或設定字型是否為粗體。

public bool IsBold { get; set; }

Property Value

bool

IsItalic

Provides the member member. 取得或設定字型是否為斜體。

public bool IsItalic { get; set; }

Property Value

bool

Size

Provides the member member. 取得或設定字型大小(例如 12pt)。

public string? Size { get; set; }

Property Value

string