com.aspose.slides
Class CellBorder

java.lang.Object
  extended by com.aspose.slides.CellBorder
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class CellBorder
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable

Represents a border of a cell composed by one or more Line objects.


Method Summary
 Line getFirstLine()
          Equivalent of get(0) method
 com.aspose.ms.System.Collections.IEnumerator iterator()
           Returns an enumerator for the list of lines which compose a cell border.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the list of lines which compose a cell border.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable
Returns:
IEnumerator for the list of lines.

getFirstLine

public Line getFirstLine()
Equivalent of get(0) method