|
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.DList
org.eclipse.tptp.platform.report.birt).
public class DList
A DList is a DItemContainer that lists paragraph numbers or paragraph glyph. A DList can contain IDParagraphItem. The children item of a DList are the contents of the list. They will be prefixed by a glyph or a number.
| Constructor Summary | |
|---|---|
DList()
Deprecated. Creates a DList with GLYPH format by default. |
|
DList(int t)
Deprecated. Creates a DList with format t. |
|
| Method Summary | |
|---|---|
int |
getFormat()
Deprecated. Access method for the format property. |
java.lang.String |
getStringFormat()
Deprecated. Returns the value of the format property as a string. |
void |
setFormat(int aFormat)
Deprecated. Sets the value of the format property. |
void |
setFormat(java.lang.String format)
Deprecated. Sets the value of the format property from a string. |
| 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 DList(int t)
public DList()
| Method Detail |
|---|
public int getFormat()
DStyle.getNumberingFormat()public void setFormat(int aFormat)
aFormat - the new value of the format propertyDStylepublic void setFormat(java.lang.String format)
aFormat - the new value of the format propertyDStylepublic java.lang.String getStringFormat()
DStyle
|
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 | ||||||||