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

Packages that use DiagonalBorderType
com.arctorus.documents.table   
 

Uses of DiagonalBorderType in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return DiagonalBorderType
 DiagonalBorderType CellBorders.getDiagonalBorderType()
          Return type of the diagonal border.
static DiagonalBorderType DiagonalBorderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DiagonalBorderType[] DiagonalBorderType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents.table with parameters of type DiagonalBorderType
 void CellBorders.setDiagonalBorder(DiagonalBorderType diagonalType, BorderStyle diagonal)
          Set style and type of the diagonal border.
 void CellBorders.setDiagonalBorder(DiagonalBorderType diagonalType, BorderStyleId diagonal)
          Set id and type of the diagonal border style.
 void CellBorders.setDiagonalBorderType(DiagonalBorderType diagonalType)
          Set type of the diagonal border.