Class OdfCellStyleProxy
Provides the OdfCellStyleProxy API. 實作試算表儲存格的樣式代理 Facade,自動處理 Local Style 與屬性對照。
public sealed class OdfCellStyleProxy
- Inheritance
-
OdfCellStyleProxy
- Inherited Members
Constructors
OdfCellStyleProxy(OdfCell)
Performs odf cell style proxy. 初始化 OdfCellStyleProxy 類別的新執行個體。
public OdfCellStyleProxy(OdfCell cell)
Parameters
cellOdfCell目標儲存格
Properties
Fill
Performs fill. 取得此儲存格的填充背景樣式代理。
public OdfCellFillProxy Fill { get; }
Property Value
Font
Performs font. 取得此儲存格的字型樣式代理。
public OdfCellFontProxy Font { get; }
Property Value
NumberFormat
Provides the member member.
取得或設定此儲存格套用的資料數值格式(例如 data-style-name)。
public string? NumberFormat { get; set; }