org.eclipse.birt.report.engine.api
Interface IHTMLRenderOption

All Known Implementing Classes:
HTMLRenderOption

public interface IHTMLRenderOption


Field Summary
static java.lang.String HTML
          output a complete HTML
static java.lang.String HTML_INCLUDE_SELECTION_HANDLE
          should we output the selection handle with the active object.
static java.lang.String HTML_NOCSS
          output a HTML fragement without CSS defination.
static java.lang.String HTML_PAGINATION
          should the report contains paginations The value is a Boolean object, default is true.
static java.lang.String HTML_RTL_FLAG
          should we output HTML as RtL.
static java.lang.String HTML_TITLE
          output the HTML default title.
static java.lang.String HTML_TYPE
          the teyp of the html content, it can be one of HTML or HTML_NOCSS.
static java.lang.String INSTANCE_ID_LIST
          the list used to contains the active object id.
static java.lang.String MASTER_PAGE_CONTENT
          should the report contains page header and footer The value is a Boolean object, default is true
static java.lang.String OBSERVE_TEMPLATE_DEFAULT
          should we output the template.
static java.lang.String PAGEFOOTER_FLOAT_FLAG
          floating the page footer.
static java.lang.String URL_ENCODING
          for some case, the user need define the resource encoding.
static java.lang.String USER_AGENT
          the agent used to render the html output.
 

Field Detail

HTML_TYPE

public static final java.lang.String HTML_TYPE
the teyp of the html content, it can be one of HTML or HTML_NOCSS.

See Also:
Constant Field Values

HTML

public static final java.lang.String HTML
output a complete HTML

See Also:
Constant Field Values

HTML_NOCSS

public static final java.lang.String HTML_NOCSS
output a HTML fragement without CSS defination.

See Also:
Constant Field Values

USER_AGENT

public static final java.lang.String USER_AGENT
the agent used to render the html output.

See Also:
Constant Field Values

URL_ENCODING

public static final java.lang.String URL_ENCODING
for some case, the user need define the resource encoding. It is used to encoding the hyperlinks which refers to the local resource. The value is a encode name, such as "utf-8"

See Also:
Constant Field Values

INSTANCE_ID_LIST

public static final java.lang.String INSTANCE_ID_LIST
the list used to contains the active object id. The value is a List object. The active object: Tempalate, Table, Chart, Label.

See Also:
Constant Field Values

HTML_PAGINATION

public static final java.lang.String HTML_PAGINATION
should the report contains paginations The value is a Boolean object, default is true.

See Also:
Constant Field Values

MASTER_PAGE_CONTENT

public static final java.lang.String MASTER_PAGE_CONTENT
should the report contains page header and footer The value is a Boolean object, default is true

See Also:
Constant Field Values

OBSERVE_TEMPLATE_DEFAULT

public static final java.lang.String OBSERVE_TEMPLATE_DEFAULT
should we output the template. the value is a an Boolean object, the default is false.

See Also:
Constant Field Values

HTML_INCLUDE_SELECTION_HANDLE

public static final java.lang.String HTML_INCLUDE_SELECTION_HANDLE
should we output the selection handle with the active object. The action The value is an Boolean Object, the default is false.

See Also:
Constant Field Values

HTML_RTL_FLAG

public static final java.lang.String HTML_RTL_FLAG
should we output HTML as RtL. The action The value is an Boolean Object, the default is false.

See Also:
Constant Field Values

HTML_TITLE

public static final java.lang.String HTML_TITLE
output the HTML default title.

See Also:
Constant Field Values

PAGEFOOTER_FLOAT_FLAG

public static final java.lang.String PAGEFOOTER_FLOAT_FLAG
floating the page footer. The value is an Boolean Object, the default is true.

See Also:
Constant Field Values


Copyright © 2005 Actuate Corp. All rights reserved.