|
TPTP 4.6.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.DDocument
org.eclipse.tptp.platform.report.birt).
public class DDocument
A DDocument is the class to use to create any document. This item is generally the root item of a IDItem hierarchy. You can add a title which will be used by the drivers to indicate the document which they are currently processing or displaying (Printer Job, tiltle window). DDocument support alignment,all the items added to the paragraph will be displayed by the driver in the specified alignment.
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 | |
|---|---|
DDocument()
Deprecated. Creates a DDocument. |
|
DDocument(int align)
Deprecated. Creates a DDocument with an alignment. |
|
DDocument(java.lang.String tag,
java.lang.String title)
Deprecated. Creates a DDocument with a tag and a title and a default alignment. |
|
DDocument(java.lang.String tag,
java.lang.String title,
int align)
Deprecated. Creates a DDocument with a tag, a title and an alignment. |
|
| Method Summary | |
|---|---|
IDItem |
getDocument()
Deprecated. |
java.lang.String |
getTag()
Deprecated. Access method for the tag property. |
java.lang.String |
getTitle()
Deprecated. Access method for the title property. |
void |
setTag(java.lang.String aTag)
Deprecated. Sets the value of the tag property. |
void |
setTitle(java.lang.String aTitle)
Deprecated. Sets the value of the title 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 |
| Constructor Detail |
|---|
public DDocument(java.lang.String tag,
java.lang.String title,
int align)
tag - of the DDocumenttitle - of the DDocumentalign - is the alignmentIDAlignmentpublic DDocument(int align)
IDAlignment
public DDocument(java.lang.String tag,
java.lang.String title)
tag - of the DDocumenttitle - of the DDocumentpublic DDocument()
| Method Detail |
|---|
public java.lang.String getTitle()
getTitle in interface IDDocumentpublic void setTitle(java.lang.String aTitle)
setTitle in interface IDDocumentaTitle - the new value of the title propertypublic 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 IDItem getDocument()
getDocument in interface IDDocumentorg.eclipse.tptp.platform.report.core.provisional.internal.IDDocument#getDocument()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||