TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Interface ICarriageReturn

All Known Implementing Classes:
TCellBorder, TCellFolder

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface ICarriageReturn

This interface provides the service used by the formater text layout to know if the cell which have a carriage return before or/and after the cell in a paragraph


Method Summary
 boolean hasCRAfter()
          Deprecated. Returns true if the cell has a carriage return after
 boolean hasCRBefore()
          Deprecated. Returns true if the cell has a carriage return before
 

Method Detail

hasCRBefore

boolean hasCRBefore()
Deprecated. 
Returns true if the cell has a carriage return before


hasCRAfter

boolean hasCRAfter()
Deprecated. 
Returns true if the cell has a carriage return after


TPTP 4.5.0 Platform Project
Internal API Specification