Share via


AutoScaleFont Constructors

Definition

Overloads

AutoScaleFont()

Initializes a new instance of the AutoScaleFont class.

AutoScaleFont(String)

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

AutoScaleFont()

Initializes a new instance of the AutoScaleFont class.

public AutoScaleFont ();
Public Sub New ()

Applies to

AutoScaleFont(String)

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

public AutoScaleFont (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to