Table of Contents

Class OdfFlatXmlWriteOptions

Namespace
OdfKit.Core
Assembly
OdfKit.dll
public sealed class OdfFlatXmlWriteOptions
Inheritance
OdfFlatXmlWriteOptions
Inherited Members

Constructors

OdfFlatXmlWriteOptions()

public OdfFlatXmlWriteOptions()

Properties

Default

Gets the default flat XML write options (ODF 1.4, leave stream open). 取得預設 Flat XML 寫入選項(ODF 1.4,保持串流開啟)。

public static OdfFlatXmlWriteOptions Default { get; }

Property Value

OdfFlatXmlWriteOptions

LeaveOpen

Gets or sets whether the destination stream remains open after writing. 取得或設定寫入後是否保持目的串流開啟。

public bool LeaveOpen { get; set; }

Property Value

bool

Version

Gets or sets the ODF specification version written into the document. 取得或設定寫入文件的 ODF 規格版本。

public OdfVersion Version { get; set; }

Property Value

OdfVersion