Row2List.Add

Overloads

Add()Adds a Row2 to the end of the Row2List .
Add(Font, Single?)Adds a Row2 to the end of the Row2List .
Add(Font, Single?, Color, Color)Adds a Row2 to the end of the Row2List .
Add(Single)Adds a Row2 to the end of the Row2List .
Add(Single, Font, Single?)Adds a Row2 to the end of the Row2List .
Add(Single, Font, Single?, Color, Color)Adds a Row2 to the end of the Row2List .

Add()

Adds a Row2 to the end of the Row2List .

public Row2 Add()
Function Add() As Row2

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Font, Single?)

Adds a Row2 to the end of the Row2List .

public Row2 Add(Font font, float? fontSize)
Function Add(font As Font, fontSize As Single?) As Row2

Parameters

font
Font

Font for the text in the row.

fontSize
Single?

Font size for the text in the row.

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Font, Single?, Color, Color)

Adds a Row2 to the end of the Row2List .

public Row2 Add(Font font, float? fontSize, Color textColor, Color backColor)
Function Add(font As Font, fontSize As Single?, textColor As Color, backColor As Color) As Row2

Parameters

font
Font

Font for the text in the row.

fontSize
Single?

Font size for the text in the row.

textColor
Color

Color for the text in the row.

backColor
Color

Background color for the row.

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single)

Adds a Row2 to the end of the Row2List .

public Row2 Add(float height)
Function Add(height As Single) As Row2

Parameters

height
Single

Height of the row to be added.

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single, Font, Single?)

Adds a Row2 to the end of the Row2List .

public Row2 Add(float height, Font font, float? fontSize)
Function Add(height As Single, font As Font, fontSize As Single?) As Row2

Parameters

height
Single

Height of the row to be added.

font
Font

Font for the text in the row.

fontSize
Single?

Font size for the text in the row.

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single, Font, Single?, Color, Color)

Adds a Row2 to the end of the Row2List .

public Row2 Add(float height, Font font, float? fontSize, Color textColor, Color backColor)
Function Add(height As Single, font As Font, fontSize As Single?, textColor As Color, backColor As Color) As Row2

Parameters

height
Single

Height of the row to be added.

font
Font

Font for the text in the row.

fontSize
Single?

Font size for the text in the row.

textColor
Color

Color for the text in the row.

backColor
Color

Background color for the row.

Returns

Row2

Returns a Row2 object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Row2
Row2List
ceTe.DynamicPDF.PageElements

In this topic