共用方式為


PercentageHeight Constructors

Definition

Overloads

PercentageHeight()

Initializes a new instance of the PercentageHeight class.

PercentageHeight(String)

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

PercentageHeight()

Initializes a new instance of the PercentageHeight class.

public PercentageHeight ();
Public Sub New ()

Applies to

PercentageHeight(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to