Share via


PercentageWidth Constructors

Definition

Overloads

PercentageWidth()

Initializes a new instance of the PercentageWidth class.

PercentageWidth(String)

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

PercentageWidth()

Initializes a new instance of the PercentageWidth class.

public PercentageWidth ();
Public Sub New ()

Applies to

PercentageWidth(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to