Uses of Class
com.arctorus.documents.table.BorderStyle

Packages that use BorderStyle
com.arctorus.documents.table   
 

Uses of BorderStyle in com.arctorus.documents.table
 

Fields in com.arctorus.documents.table declared as BorderStyle
static BorderStyle BorderStyle.DEFAULT
           
 

Methods in com.arctorus.documents.table that return BorderStyle
 BorderStyle BorderStyleManager.findBorderStyle(StrokeFormat format)
          Returns existing border style with the specified parameters.
 BorderStyle BorderStyleManager.getBorderStyle(BorderStyleId borderStyleId)
          Get existing border style with the specified id.
 BorderStyle BorderStyleManager.getDefaultBorderStyle()
          Get default border style.
 

Methods in com.arctorus.documents.table that return types with arguments of type BorderStyle
 java.util.List<BorderStyle> BorderStyleManager.getBorderStyleList()
          Get full collection of border styles.
 

Methods in com.arctorus.documents.table with parameters of type BorderStyle
 void CellBorders.setBottomBorder(BorderStyle bottom)
          Set bottom border style.
 void CellBorders.setDiagonalBorder(DiagonalBorderType diagonalType, BorderStyle diagonal)
          Set style and type of the diagonal border.
 void CellBorders.setLeftBorder(BorderStyle left)
          Set left border style.
 void CellBorders.setRightBorder(BorderStyle right)
          Set right border style.
 void CellBorders.setTopBorder(BorderStyle top)
          Set top border style.