Class OP
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:op="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" namespace.
public static class OP
- Inheritance
-
OP
- Inherited Members
Fields
Properties
Represents the op:Properties XML element.
public static readonly XName Properties
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: property.
- corresponds to the following strongly-typed classes: Properties.
op
Defines the XML namespace associated with the op prefix.
public static readonly XNamespace op
Field Value
- XNamespace
property
Represents the op:property XML element.
public static readonly XName property
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: Properties.
- has the following child XML elements: array, blob, bool, bstr, cf, clsid, cy, date, decimal, empty, error, filetime, i1, i2, i4, i8, int, lpstr, lpwstr, null, oblob, ostorage, ostream, r4, r8, storage, stream, ui1, ui2, ui4, ui8, uint, vector, vstream.
- has the following XML attributes: fmtid, linkTarget, name, pid.
- corresponds to the following strongly-typed classes: CustomDocumentProperty.