Table of Contents

Class WP14

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" namespace.

public static class WP14
Inheritance
WP14
Inherited Members

Fields

anchorId

Represents the wp14:anchorId XML attributes.

public static readonly XName anchorId

Field Value

XName

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: anchor, inline.
  • corresponds to the following strongly-typed properties: Anchor.AnchorId, Inline.AnchorId.

editId

Represents the wp14:editId XML attributes.

public static readonly XName editId

Field Value

XName

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: anchor, inline.
  • corresponds to the following strongly-typed properties: Anchor.EditId, Inline.EditId.

pctHeight

Represents the wp14:pctHeight XML element.

public static readonly XName pctHeight

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: sizeRelV.
  • corresponds to the following strongly-typed classes: PercentageHeight.

pctPosHOffset

Represents the wp14:pctPosHOffset XML element.

public static readonly XName pctPosHOffset

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData, positionH.
  • corresponds to the following strongly-typed classes: PercentagePositionHeightOffset.

pctPosVOffset

Represents the wp14:pctPosVOffset XML element.

public static readonly XName pctPosVOffset

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData, positionV.
  • corresponds to the following strongly-typed classes: PercentagePositionVerticalOffset.

pctWidth

Represents the wp14:pctWidth XML element.

public static readonly XName pctWidth

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: sizeRelH.
  • corresponds to the following strongly-typed classes: PercentageWidth.

sizeRelH

Represents the wp14:sizeRelH XML element.

public static readonly XName sizeRelH

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData, anchor.
  • has the following child XML elements: pctWidth.
  • has the following XML attributes: relativeFrom.
  • corresponds to the following strongly-typed classes: RelativeWidth.

sizeRelV

Represents the wp14:sizeRelV XML element.

public static readonly XName sizeRelV

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData, anchor.
  • has the following child XML elements: pctHeight.
  • has the following XML attributes: relativeFrom.
  • corresponds to the following strongly-typed classes: RelativeHeight.

wp14

Defines the XML namespace associated with the wp14 prefix.

public static readonly XNamespace wp14

Field Value

XNamespace