Table of Contents

Class OdfMergeOptions

Namespace
OdfKit.Core
Assembly
OdfKit.dll

Controls style and media handling for document append and merge operations. 控制附加或合併文件時的樣式與媒體處理方式。

public class OdfMergeOptions
Inheritance
OdfMergeOptions
Inherited Members

Constructors

OdfMergeOptions()

public OdfMergeOptions()

Properties

CopyMedia

Gets or sets a value indicating whether referenced media entries are copied into the destination. 取得或設定是否將參照的媒體專案複製到目的地文件。

public bool CopyMedia { get; set; }

Property Value

bool

Default

Gets a new instance with default merge settings. 取得使用預設合併設定的新執行個體。

public static OdfMergeOptions Default { get; }

Property Value

OdfMergeOptions

ImportStyles

Gets or sets a value indicating whether source custom styles are imported. 取得或設定是否匯入來源文件的自訂樣式。

public bool ImportStyles { get; set; }

Property Value

bool

StyleConflictResolution

Gets or sets the strategy used when source and destination style names conflict. 取得或設定來源與目的地樣式名稱衝突時使用的策略。

public ConflictResolution StyleConflictResolution { get; set; }

Property Value

ConflictResolution