Class XML
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:xml="http://www.w3.org/XML/1998/namespace" namespace.
public static class XML
- Inheritance
-
XML
- Inherited Members
Fields
id
Represents the xml:id XML attributes.
public static readonly XName id
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: brush, canvas, canvasTransform, channel, context, inkSource, mapping, matrix, table, timestamp, trace, traceFormat, traceGroup, traceView.
- corresponds to the following strongly-typed properties: Brush.Id, Canvas.Id, CanvasTransform.Id, Channel.Id, Context.Id, InkSource.Id, Mapping.Id, Matrix.Id, Table.Id, Timestamp.Id, Trace.Id, TraceFormat.Id, TraceGroup.Id, TraceView.Id.
space
Represents the xml:space XML attributes.
public static readonly XName space
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: t, delInstrText, delText, instrText, t, author, calculatedColumnFormula, evenFooter, evenHeader, f, firstFooter, firstHeader, formula, formula1, formula2, oddFooter, oddHeader, oldFormula, stp, t, totalsRowFormula, v, val.
- corresponds to the following strongly-typed properties: Author.Space, CalculatedColumnFormula.Space, CellFormula.Space, CellValue.Space, DdeLinkValue.Space, DeletedFieldCode.Space, DeletedText.Space, EvenFooter.Space, EvenHeader.Space, FieldCode.Space, FirstFooter.Space, FirstHeader.Space, Formula.Space, Formula1.Space, Formula2.Space, OddFooter.Space, OddHeader.Space, OldFormula.Space, Subtopic.Space, Text.Space, TotalsRowFormula.Space.
xml
Defines the XML namespace associated with the xml prefix.
public static readonly XNamespace xml
Field Value
- XNamespace