Share via


HtmlFont Constructors

Definition

Overloads

HtmlFont()
HtmlFont(IntPtr)
HtmlFont(String)
HtmlFont(String, Int32)
HtmlFont(String, Int32, Int32)
HtmlFont(String, Int32, Int32, Int32)
HtmlFont(String, Int32, Int32, Int32, Int32)

HtmlFont()

public:
 HtmlFont();
public HtmlFont ();
Public Sub New ()

Applies to

HtmlFont(IntPtr)

public:
 HtmlFont(IntPtr ptr1);
public HtmlFont (IntPtr ptr1);
new Dynamics.AX.Application.HtmlFont : nativeint -> Dynamics.AX.Application.HtmlFont
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

HtmlFont(String)

public:
 HtmlFont(System::String ^ text1);
public HtmlFont (string text1);
new Dynamics.AX.Application.HtmlFont : string -> Dynamics.AX.Application.HtmlFont
Public Sub New (text1 As String)

Parameters

text1
String

Applies to

HtmlFont(String, Int32)

public:
 HtmlFont(System::String ^ text1, int num1);
public HtmlFont (string text1, int num1);
new Dynamics.AX.Application.HtmlFont : string * int -> Dynamics.AX.Application.HtmlFont
Public Sub New (text1 As String, num1 As Integer)

Parameters

text1
String
num1
Int32

Applies to

HtmlFont(String, Int32, Int32)

public:
 HtmlFont(System::String ^ text1, int num1, int num2);
public HtmlFont (string text1, int num1, int num2);
new Dynamics.AX.Application.HtmlFont : string * int * int -> Dynamics.AX.Application.HtmlFont
Public Sub New (text1 As String, num1 As Integer, num2 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32

Applies to

HtmlFont(String, Int32, Int32, Int32)

public:
 HtmlFont(System::String ^ text1, int num1, int num2, int num3);
public HtmlFont (string text1, int num1, int num2, int num3);
new Dynamics.AX.Application.HtmlFont : string * int * int * int -> Dynamics.AX.Application.HtmlFont
Public Sub New (text1 As String, num1 As Integer, num2 As Integer, num3 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32
num3
Int32

Applies to

HtmlFont(String, Int32, Int32, Int32, Int32)

public:
 HtmlFont(System::String ^ text1, int num1, int num2, int num3, int num4);
public HtmlFont (string text1, int num1, int num2, int num3, int num4);
new Dynamics.AX.Application.HtmlFont : string * int * int * int * int -> Dynamics.AX.Application.HtmlFont
Public Sub New (text1 As String, num1 As Integer, num2 As Integer, num3 As Integer, num4 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32
num3
Int32
num4
Int32

Applies to