com.crystaldecisions.report.htmlrender
Class BeforeRenderEvent

java.lang.Object
  extended byRenderEventObjectBase
      extended bycom.crystaldecisions.report.htmlrender.BeforeRenderEvent

public class BeforeRenderEvent
extends RenderEventObjectBase

This class is currently not supported.

See Also:
Serialized Form

Constructor Summary
BeforeRenderEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getAddAtBeginning()
          This method is currently not supported.
 boolean getNeedRenderHTMLTag()
          This method is currently not supported.
 void setAddAtBeginning(java.lang.String value)
          This method is currently not supported.
 void setNeedRenderHTMLTag(boolean value)
          This method is currently not supported.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeRenderEvent

public BeforeRenderEvent(java.lang.Object source)
Method Detail

getAddAtBeginning

public java.lang.String getAddAtBeginning()

This method is currently not supported.

Returns the text that is written after the <HTML> tag but before the <BODY> tag, if there is one.

Returns:
The text that is written as a String.
See Also:
setAddAtBeginning

getNeedRenderHTMLTag

public boolean getNeedRenderHTMLTag()

This method is currently not supported.

Returns whether to render the <HTML> tag.

Returns:
true if the <HTML> tag is to be rendered and false otherwise.
See Also:
setNeedRenderHTMLTag

setAddAtBeginning

public void setAddAtBeginning(java.lang.String value)

This method is currently not supported.

Sets the text that is written after the <HTML> tag but before the <BODY> tag, if there is one.

Parameters:
value - A String that specifies the text that is written.
See Also:
getAddAtBeginning

setNeedRenderHTMLTag

public void setNeedRenderHTMLTag(boolean value)

This method is currently not supported.

Sets whether the <HTML> tag is rendered.

Parameters:
value - true to render the <HTML> tag.
See Also:
getNeedRenderHTMLTag