|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CellBorder
public class CellBorder
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 |
---|
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the list of lines which compose a cell border.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
IEnumerator
for the list of lines.public Line getFirstLine()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |