Table of Contents

Class OdfSchemaRegistrationOptions

Namespace
OdfKit.Compliance
Assembly
OdfKit.dll

Configures temporary schema registration in OdfSchemaRegistry. 設定 OdfSchemaRegistry 的暫存結構描述註冊選項。

public sealed class OdfSchemaRegistrationOptions
Inheritance
OdfSchemaRegistrationOptions
Inherited Members

Constructors

OdfSchemaRegistrationOptions()

public OdfSchemaRegistrationOptions()

Properties

Default

Gets the default registration options (merge, do not overwrite). 取得預設註冊選項(合併既有定義,不覆寫)。

public static OdfSchemaRegistrationOptions Default { get; }

Property Value

OdfSchemaRegistrationOptions

MergeWithExisting

Gets or sets whether to merge with an existing schema for the same version. 取得或設定是否與同版本既有結構描述合併。

public bool MergeWithExisting { get; set; }

Property Value

bool

OverwriteExisting

Gets or sets whether to overwrite existing element or attribute definitions on merge. 取得或設定合併時是否覆寫既有元素或屬性定義。

public bool OverwriteExisting { get; set; }

Property Value

bool