AutoScaleFont Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.