共用方式為


UseBoundsXsdboolean Constructors

Definition

Overloads

UseBoundsXsdboolean()

Initializes a new instance of the UseBoundsXsdboolean class.

UseBoundsXsdboolean(String)

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

UseBoundsXsdboolean()

Initializes a new instance of the UseBoundsXsdboolean class.

public UseBoundsXsdboolean ();
Public Sub New ()

Applies to

UseBoundsXsdboolean(String)

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

public UseBoundsXsdboolean (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to