com.moyosoft.connector.ms.excel
Class BordersIndex

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.BordersIndex

public class BordersIndex
extends AbstractType

See Also:
Serialized Form

Field Summary
static BordersIndex DIAGONAL_DOWN
           
static BordersIndex DIAGONAL_UP
           
static BordersIndex EDGE_BOTTOM
           
static BordersIndex EDGE_LEFT
           
static BordersIndex EDGE_RIGHT
           
static BordersIndex EDGE_TOP
           
static BordersIndex INSIDE_HORIZONTAL
           
static BordersIndex INSIDE_VERTICAL
           
 
Method Summary
static BordersIndex getById(int pId)
           
 boolean isDiagonalDown()
           
 boolean isDiagonalUp()
           
 boolean isEdgeBottom()
           
 boolean isEdgeLeft()
           
 boolean isEdgeRight()
           
 boolean isEdgeTop()
           
 boolean isInsideHorizontal()
           
 boolean isInsideVertical()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSIDE_HORIZONTAL

public static final BordersIndex INSIDE_HORIZONTAL

INSIDE_VERTICAL

public static final BordersIndex INSIDE_VERTICAL

DIAGONAL_DOWN

public static final BordersIndex DIAGONAL_DOWN

DIAGONAL_UP

public static final BordersIndex DIAGONAL_UP

EDGE_BOTTOM

public static final BordersIndex EDGE_BOTTOM

EDGE_LEFT

public static final BordersIndex EDGE_LEFT

EDGE_RIGHT

public static final BordersIndex EDGE_RIGHT

EDGE_TOP

public static final BordersIndex EDGE_TOP
Method Detail

getById

public static BordersIndex getById(int pId)

isInsideHorizontal

public boolean isInsideHorizontal()

isInsideVertical

public boolean isInsideVertical()

isDiagonalDown

public boolean isDiagonalDown()

isDiagonalUp

public boolean isDiagonalUp()

isEdgeBottom

public boolean isEdgeBottom()

isEdgeLeft

public boolean isEdgeLeft()

isEdgeRight

public boolean isEdgeRight()

isEdgeTop

public boolean isEdgeTop()