|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DItemContainer
org.eclipse.tptp.platform.report.core.internal.DAbstractParagraph
org.eclipse.tptp.platform.report.core.internal.DSection
org.eclipse.tptp.platform.report.birt).
public class DSection
The DSection is a part of a document. The section contains IDParagraphItem and can have a DHeader and DFooter item. A document can have zero, one or more DSection. DSection support alignment,all the items added to the section will be displayed by the driver in the specified alignment.
DHeader,
DFooter,
IDAlignment| Field Summary | |
|---|---|
DFooter |
footer
Deprecated. |
DHeader |
header
Deprecated. |
| 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 | |
|---|---|
DSection()
Deprecated. Creates an empty section with no tag. |
|
DSection(int align)
Deprecated. Creates an empty section with no tag and an alignment. |
|
DSection(java.lang.String _tag)
Deprecated. Creates an empty section with tag _tag. |
|
DSection(java.lang.String _tag,
int align)
Deprecated. Creates an empty section with tag _tag and an alignment. |
|
| Method Summary | |
|---|---|
DFooter |
getFooter()
Deprecated. Access method for the footer property. |
DHeader |
getHeader()
Deprecated. Access method for the header property. |
java.lang.String |
getTag()
Deprecated. Access method for the tag property. |
void |
setFooter(DFooter aFooter)
Deprecated. Sets the value of the footer property. |
void |
setHeader(DHeader aHeader)
Deprecated. Sets the value of the header property. |
void |
setTag(java.lang.String aTag)
Deprecated. Sets the value of the tag property. |
| 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 |
| Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Field Detail |
|---|
public DHeader header
public DFooter footer
| Constructor Detail |
|---|
public DSection(java.lang.String _tag,
int align)
IDAlignmentpublic DSection(int align)
IDAlignmentpublic DSection(java.lang.String _tag)
public DSection()
| Method Detail |
|---|
public java.lang.String getTag()
getTag in interface IDTaggedItempublic void setTag(java.lang.String aTag)
setTag in interface IDTaggedItemaTag - the new value of the tag propertypublic DHeader getHeader()
public void setHeader(DHeader aHeader)
aHeader - the new value of the header propertypublic DFooter getFooter()
public void setFooter(DFooter aFooter)
aFooter - the new value of the footer property
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||