|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParagraphFieldElement
This interface defines text from a field object. When a text object displays text, it can display
static text, which is stored in a ParagraphTextElement
object, or it can display text
from a field object, which is what this object represents. That is, you can embed a field object
within a text object by adding a ParagraphFieldElement
to one of the
TextObject
object's paragraphs.
Method Summary | |
---|---|
java.lang.String |
getDataSource()
Returns the data source. |
IFieldFormat |
getFieldFormat()
Returns the field format. |
void |
setDataSource(java.lang.String dataSource)
Sets the data source. |
void |
setFieldFormat(IFieldFormat fieldFormat)
Sets the field format. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IParagraphElement |
---|
getCharacterSpacing, getFontColor, getKind, setCharacterSpacing, setFontColor, setKind |
Method Detail |
---|
java.lang.String getDataSource()
Returns the data source. The data source is equivalent to the field's FormulaForm
.
String
that specifies the data source.
The data source is equivalent to the field's FormulaForm
.IFieldFormat getFieldFormat()
Returns the field format.
IFieldFormat
object that specifies the field format.void setDataSource(java.lang.String dataSource)
Sets the data source. The data source is equivalent to the field's FormulaForm
.
dataSource
- A String
that specifies the data source.
The data source is equivalent to the field's FormulaForm
.void setFieldFormat(IFieldFormat fieldFormat)
Sets the field format.
fieldFormat
- An IFieldFormat
object that specifies the field format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |