Share via


PercentagePositionVerticalOffset Constructors

Definition

Overloads

PercentagePositionVerticalOffset()

Initializes a new instance of the PercentagePositionVerticalOffset class.

PercentagePositionVerticalOffset(String)

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

PercentagePositionVerticalOffset()

Initializes a new instance of the PercentagePositionVerticalOffset class.

public PercentagePositionVerticalOffset ();
Public Sub New ()

Applies to

PercentagePositionVerticalOffset(String)

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

public PercentagePositionVerticalOffset (string text);
new DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset : string -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to