Click or drag to resize

DocxTableSetBorders Method

Set the table borders

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable SetBorders(
	int borderType,
	int borderStyle,
	Color color,
	double width
)

Parameters

borderType  Int32
None = 0, Left = 1, Top = 2, Right = 4, Bottom = 8, Outside = 15, InsideHorizontal = 16, InsideVertical = 32, Inside = 48, DiagonalDown = 64, DiagonalUp = 128, Diagonal = 192, All = 255
borderStyle  Int32
None = 0, Single = 1, Double = 2, Triple = 3, Dotted = 4, Dashed = 5, DotDash = 6, DotDotDash = 7, Wave = 8, DoubleWave = 9,
color  Color
The color.
width  Double
The width.

Return Value

DocxTable
DocxTable.
See Also