OpenXmlPartWriter.WriteStartDocument Method

Definition

Overloads

WriteStartDocument()

Writes the XML declaration with the version "1.0".

WriteStartDocument(Boolean)

Writes the XML declaration with the version "1.0" and the standalone attribute.

WriteStartDocument()

Writes the XML declaration with the version "1.0".

public override void WriteStartDocument ();
override this.WriteStartDocument : unit -> unit
Public Overrides Sub WriteStartDocument ()

Applies to

WriteStartDocument(Boolean)

Writes the XML declaration with the version "1.0" and the standalone attribute.

public override void WriteStartDocument (bool standalone);
override this.WriteStartDocument : bool -> unit
Public Overrides Sub WriteStartDocument (standalone As Boolean)

Parameters

standalone
Boolean

If true, it writes "standalone=yes"; if false, it writes "standalone=no".

Applies to