Table of Contents

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

BottomBorder

cell

current cell

public TableCell cell

Field Value

TableCell

cellSpanCount

current cell span count ( min 1 )

public int cellSpanCount

Field Value

int

colCount

numbers of columns

public int colCount

Field Value

int

colIdx

current col zerobased index

public int colIdx

Field Value

int

leftBorder

left border reference ( if null mean it was not exists, can be reassigned to a new )

public LeftBorder? leftBorder

Field Value

LeftBorder

rightBorder

right border reference ( if null mean it was not exists, can be reassigned to a new )

public RightBorder? rightBorder

Field Value

RightBorder

row

current row

public TableRow row

Field Value

TableRow

rowCount

numbers of rows

public int rowCount

Field Value

int

rowIdx

current row zerobased index

public int rowIdx

Field Value

int

topBorder

top border reference ( if null mean it was not exists, can be reassigned to a new )

public TopBorder? topBorder

Field Value

TopBorder