|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TextInterpretationProperties
TextInterpretationProperties are implemented by any element which offer text interpretation as HTML or RTF.
| Field Summary | |
|---|---|
static int |
ADVANCED_HTML_TEXT
Constant for text interpetation. |
static int |
HTML_TEXT
Constant for text interpetation. |
static int |
PLAIN_TEXT
Constant for text interpetation. |
static int |
RTF_TEXT
Constant for text interpetation. |
| Method Summary | |
|---|---|
java.lang.String |
getBaseUrl()
Returns the currently set base URL for relative URLs. |
FormulaField |
getBaseUrlFormula()
Returns the property formula set for the base URL property. |
int |
getTextInterpretation()
Returns the type of text interpretation. |
FormulaField |
getTextInterpretationFormula()
Sets the formula for the type of text interpretation. |
void |
setBaseUrl(java.lang.String base)
Sets the base URL for relative URLs. |
void |
setBaseUrlFormula(FormulaField newFormula)
Sets a property formula for the base URL property. |
void |
setTextInterpretation(int interpretation)
Sets the type of text interpretation for the data of the field. |
void |
setTextInterpretationFormula(FormulaField newFormula)
Sets the formula for the type of text interpretation. |
| Field Detail |
|---|
static final int PLAIN_TEXT
static final int RTF_TEXT
static final int HTML_TEXT
RICH_HTML_TEXT but the HTML features are limited For details of
implemented tags and attributs see the designer documentation.
static final int ADVANCED_HTML_TEXT
| Method Detail |
|---|
int getTextInterpretation()
PLAIN_TEXT,
RTF_TEXT,
HTML_TEXTvoid setTextInterpretation(int interpretation)
interpretation - the new text interpretation to set. must be one of PLAIN_TEXT, RTF_TEXT, HTML_TEXT or ADVANCED_HTML_TEXTgetTextInterpretation(),
PLAIN_TEXT,
RTF_TEXT,
HTML_TEXTFormulaField getTextInterpretationFormula()
null if none has been setsetTextInterpretation(int),
getTextInterpretation(),
setTextInterpretationFormula(com.inet.report.FormulaField),
PLAIN_TEXT,
RTF_TEXT,
HTML_TEXTvoid setTextInterpretationFormula(FormulaField newFormula)
newFormula - the formula to set for text interpretation or null if no formula should be setsetTextInterpretation(int),
getTextInterpretation(),
getTextInterpretationFormula(),
PLAIN_TEXT,
RTF_TEXT,
HTML_TEXTvoid setBaseUrl(java.lang.String base)
base - Base URL to use for relative URLsDocument.StreamDescriptionPropertyjava.lang.String getBaseUrl()
Document.StreamDescriptionPropertyvoid setBaseUrlFormula(FormulaField newFormula)
newFormula - formula field for the property formula for the base URL property, or nullDocument.StreamDescriptionPropertyFormulaField getBaseUrlFormula()
Document.StreamDescriptionProperty
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||