com.crystaldecisions.sdk.occa.report.definition
Interface ILineObject

All Superinterfaces:
IClone, IDrawingObject, IReportObject
All Known Implementing Classes:
LineObject

public interface ILineObject
extends IDrawingObject

This interface represents a line drawn on a report. This interface provides properties for getting information about lines on a report. Note that this object and a BoxObject object are the only objects that can span several sections. As such, you must specify which section the line ends in.


Method Summary
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IDrawingObject
getBottom, getEnableExtendToBottomOfSection, getEndSectionName, getLineColor, getLineColorValue, getLineStyle, getLineThickness, getRight, setBottom, setEnableExtendToBottomOfSection, setEndSectionName, setLineColor, setLineColorValue, setLineStyle, setLineThickness, setRight
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth