Share via


EntityType Constructors

Definition

Overloads

EntityType()

Initializes a new instance of the EntityType class.

EntityType(String)

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

EntityType()

Initializes a new instance of the EntityType class.

public EntityType ();
Public Sub New ()

Applies to

EntityType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to