Table of Contents

Class OdsRowWriteOptions

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Configures row start options for WriteStartRow(OdsRowWriteOptions). 設定 WriteStartRow(OdsRowWriteOptions) 的資料列開始選項。

public sealed class OdsRowWriteOptions
Inheritance
OdsRowWriteOptions
Inherited Members

Remarks

Prefer this options object over multi-optional parameter lists for new call sites. 新呼叫端請優先使用此 options 物件,避免多個尾端可選參數。

Constructors

OdsRowWriteOptions()

public OdsRowWriteOptions()

Properties

Default

Gets the default row write options. 取得預設資料列寫入選項。

public static OdsRowWriteOptions Default { get; }

Property Value

OdsRowWriteOptions

Height

Gets or sets the row height in points; null omits an explicit height. 取得或設定列高(點);null 表示不寫入明確高度。

public double? Height { get; set; }

Property Value

double?

StyleName

Gets or sets the table row style name. 取得或設定資料列表格樣式名稱。

public string? StyleName { get; set; }

Property Value

string

UseOptimalHeight

Gets or sets whether optimal row height is requested. 取得或設定是否要求最佳列高。

public bool UseOptimalHeight { get; set; }

Property Value

bool