com.aspose.slides
Class CellBorder

java.lang.Object
  extended by com.aspose.slides.CellBorder

public class CellBorder
extends java.lang.Object

Represents the border of a cell.


Method Summary
 LineFormat getLineFormat()
          Returns the LineFormat object that contains line formatting properties for a cell border.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineFormat

public LineFormat getLineFormat()
Returns the LineFormat object that contains line formatting properties for a cell border.

Returns:
the LineFormat. See LineFormat.