AttributeObject.SetTableCellBorderStyle

Overloads

SetTableCellBorderStyle()Sets a table cell border style Attribute to the AttributeObject with default value.
SetTableCellBorderStyle(BorderStyleAttribute)Sets a table cell border style Attribute to the AttributeObject .
SetTableCellBorderStyle(BorderStyleAttribute, BorderStyleAttribute, BorderStyleAttribute, BorderStyleAttribute)Sets a table cell border style Attribute to the AttributeObject .

SetTableCellBorderStyle()

Sets a table cell border style Attribute to the AttributeObject with default value.

public void SetTableCellBorderStyle()
Sub SetTableCellBorderStyle()

Licensing Info

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

SetTableCellBorderStyle(BorderStyleAttribute)

Sets a table cell border style Attribute to the AttributeObject .

public void SetTableCellBorderStyle(BorderStyleAttribute tBorderStyle)
Sub SetTableCellBorderStyle(tBorderStyle As BorderStyleAttribute)

Parameters

tBorderStyle
BorderStyleAttribute

value of Attribute

Licensing Info

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

SetTableCellBorderStyle(BorderStyleAttribute, BorderStyleAttribute, BorderStyleAttribute, BorderStyleAttribute)

Sets a table cell border style Attribute to the AttributeObject .

public void SetTableCellBorderStyle(BorderStyleAttribute beforeEdge, BorderStyleAttribute afterEdge, BorderStyleAttribute startEdge, BorderStyleAttribute endEdge)
Sub SetTableCellBorderStyle(beforeEdge As BorderStyleAttribute, afterEdge As BorderStyleAttribute, startEdge As BorderStyleAttribute, endEdge As BorderStyleAttribute)

Parameters

beforeEdge
BorderStyleAttribute

Value of the before edge.

afterEdge
BorderStyleAttribute

Value of the after edge.

startEdge
BorderStyleAttribute

Value of the start edge.

endEdge
BorderStyleAttribute

Value of the end edge.

Licensing Info

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

See Also

AttributeObject
ceTe.DynamicPDF

In this topic