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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.