AttributeObject.SetTableCellPadding

Overloads

SetTableCellPadding()Sets a table cell padding Attribute to the AttributeObject with default value.
SetTableCellPadding(Single)Sets a table cell padding Attribute to the AttributeObject .
SetTableCellPadding(Single, Single, Single, Single)Sets a table cell padding Attribute to the AttributeObject .

SetTableCellPadding()

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

public void SetTableCellPadding()
Sub SetTableCellPadding()

Licensing Info

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

SetTableCellPadding(Single)

Sets a table cell padding Attribute to the AttributeObject .

public void SetTableCellPadding(float allEdges)
Sub SetTableCellPadding(allEdges As Single)

Parameters

allEdges
Single

value of Attribute

Licensing Info

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

SetTableCellPadding(Single, Single, Single, Single)

Sets a table cell padding Attribute to the AttributeObject .

public void SetTableCellPadding(float beforeEdge, float afterEdge, float startEdge, float endEdge)
Sub SetTableCellPadding(beforeEdge As Single, afterEdge As Single, startEdge As Single, endEdge As Single)

Parameters

beforeEdge
Single

Value of the before edge.

afterEdge
Single

Value of the after edge.

startEdge
Single

Value of the start edge.

endEdge
Single

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