PercentagePositionHeightOffset Constructors

Definition

Overloads

PercentagePositionHeightOffset()

Initializes a new instance of the PercentagePositionHeightOffset class.

PercentagePositionHeightOffset(String)

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

PercentagePositionHeightOffset()

Initializes a new instance of the PercentagePositionHeightOffset class.

public PercentagePositionHeightOffset ();
Public Sub New ()

Applies to

PercentagePositionHeightOffset(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to