Class DocXExt.CustomBorderActionArgs
- Namespace
- SearchAThing.DocX
- Assembly
- netcore-docx.dll
SetBorder args. this object will created during set border on cell an passed to the custom user action; by setting if any leftBorder, topBorder, rightBorder, bottomBorder fields borders can be modified
public class DocXExt.CustomBorderActionArgs
- Inheritance
-
DocXExt.CustomBorderActionArgs
- Inherited Members
Fields
bottomBorder
bottom border reference ( if null mean it was not exists, can be reassigned to a new )
public BottomBorder? bottomBorder
Field Value
cell
current cell
public TableCell cell
Field Value
cellSpanCount
current cell span count ( min 1 )
public int cellSpanCount
Field Value
colCount
numbers of columns
public int colCount
Field Value
colIdx
current col zerobased index
public int colIdx
Field Value
leftBorder
left border reference ( if null mean it was not exists, can be reassigned to a new )
public LeftBorder? leftBorder
Field Value
rightBorder
right border reference ( if null mean it was not exists, can be reassigned to a new )
public RightBorder? rightBorder
Field Value
row
current row
public TableRow row
Field Value
rowCount
numbers of rows
public int rowCount
Field Value
rowIdx
current row zerobased index
public int rowIdx
Field Value
topBorder
top border reference ( if null mean it was not exists, can be reassigned to a new )
public TopBorder? topBorder