Share via


PositionOffset Constructors

Definition

Overloads

PositionOffset()

Initializes a new instance of the PositionOffset class.

PositionOffset(String)

Initializes a new instance of the PositionOffset class with the specified text content.

PositionOffset()

Initializes a new instance of the PositionOffset class.

public PositionOffset ();
Public Sub New ()

Applies to

PositionOffset(String)

Initializes a new instance of the PositionOffset class with the specified text content.

public PositionOffset (string text);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset : string -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to