目錄 / Table of Contents

Class OdsSparseEditorOptions

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Configures bounded streaming edits of an existing ODS package. 設定既有 ODS 封裝的有界串流編輯。

public sealed class OdsSparseEditorOptions
Inheritance
OdsSparseEditorOptions
Inherited Members

Constructors

OdsSparseEditorOptions()

public OdsSparseEditorOptions()

Properties

LoadOptions

Gets or sets package input limits. 取得或設定封裝輸入限制。

public OdfLoadOptions LoadOptions { get; set; }

Property Value

OdfLoadOptions

MaximumFormulaDepth

Gets or sets the maximum parenthesis or array nesting depth in one formula. 取得或設定單一公式的最大括號或陣列巢狀深度。

public int MaximumFormulaDepth { get; set; }

Property Value

int

MaximumFormulaTokens

Gets or sets the maximum tokens accepted in one formula. 取得或設定單一公式允許的最大語彙基元數。

public int MaximumFormulaTokens { get; set; }

Property Value

int

MaximumMergedCells

Gets or sets the maximum cells covered by all requested merges. 取得或設定所有合併要求可涵蓋的儲存格總數上限。

public int MaximumMergedCells { get; set; }

Property Value

int

MaximumMetadataCharacters

Gets or sets the maximum characters accepted in one formula or style name. 取得或設定單一公式或樣式名稱允許的最大字元數。

public int MaximumMetadataCharacters { get; set; }

Property Value

int

MaximumPatches

Gets or sets the maximum patch count. 取得或設定修補項目數上限。

public int MaximumPatches { get; set; }

Property Value

int

MaximumRepeat

Gets or sets the maximum logical repeated rows or columns expanded around a patch. 取得或設定單一修補可拆分的邏輯重複列或欄上限。

public int MaximumRepeat { get; set; }

Property Value

int

MaximumReplacementCharacters

Gets or sets the maximum characters accepted in one replacement. 取得或設定單一取代值允許的最大字元數。

public int MaximumReplacementCharacters { get; set; }

Property Value

int

MaximumStyleDeclarations

Gets or sets the maximum style declarations indexed for reference validation. 取得或設定為參照驗證建立索引的樣式宣告數上限。

public int MaximumStyleDeclarations { get; set; }

Property Value

int

MaximumTotalReplacementCharacters

Gets or sets the maximum aggregate characters across text, annotations, formulas, and style metadata. 取得或設定文字、批注、公式與樣式中繼資料的總字元數上限。

public long MaximumTotalReplacementCharacters { get; set; }

Property Value

long