com.spire.xls.core.spreadsheet.collections
Class LineCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by com.spire.xls.core.spreadsheet.collections.LineCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, ILines, java.lang.Iterable

public class LineCollection
extends CollectionExtended
implements ILines


Constructor Summary
LineCollection(java.lang.Object parent)
           
 
Method Summary
 ILineShape addLine()
           
 ILineShape addLine(int row, int column, int width, int height, LineShapeType lineShapeType)
           
 ILineShape get(java.lang.String name)
          Gets single item from the collection.
 
Methods inherited from interface com.spire.xls.core.ILines
get, getCount
 

Constructor Detail

LineCollection

public LineCollection(java.lang.Object parent)
Method Detail

addLine

public ILineShape addLine()

addLine

public ILineShape addLine(int row,
                          int column,
                          int width,
                          int height,
                          LineShapeType lineShapeType)
Specified by:
addLine in interface ILines
Parameters:
row -
column -
width -
height -
lineShapeType -
Returns:

get

public ILineShape get(java.lang.String name)
Gets single item from the collection.

Specified by:
get in interface ILines
Parameters:
name - Name of the item to get.
Returns:
Single item from the collection.