TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DHeader

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
              extended by org.eclipse.tptp.platform.report.core.internal.DHeader
All Implemented Interfaces:
IDAlignment, IDItem, IDObject

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 class DHeader
extends DAbstractParagraph

DFooter is used to create a page's header in a document. The page header can contain document title, logo, etc... This item is rendering by the Printer driver. DHeader support alignment,all the items added to the header will be displayed by the driver in the specified alignment.

See Also:
DFooter, IDAlignment

Field Summary
 
Fields inherited from interface org.eclipse.tptp.platform.report.core.internal.IDAlignment
BOTTOM, CENTER, DEFAULT_ALIGN, HCENTER, LAST, LEFT, NO_WORD_WRAP, RIGHT, ROTCCW90, ROTCW90, TOP, VCENTER, VERTICAL
 
Constructor Summary
DHeader()
          Deprecated. Creates a DHeader.
DHeader(int align)
          Deprecated. Creates a DHeader with alignment.
 
Method Summary
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
addAlignment, getAlignment, getAlignment, haveAlignment, haveOneOfAlignment, removeAlignment, setAlignment
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHeader

public DHeader()
Deprecated. 
Creates a DHeader.


DHeader

public DHeader(int align)
Deprecated. 
Creates a DHeader with alignment.

See Also:
IDAlignment

TPTP 4.5.0 Platform Project
Internal API Specification