com.crystaldecisions.report.htmlrender
Class BeforeRenderContentEvent

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

public class BeforeRenderContentEvent
extends RenderEventObjectBase

This class is currently not supported.

See Also:
Serialized Form

Constructor Summary
BeforeRenderContentEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getAddBeforeContent()
          This method is currently not supported.
 boolean getNeedRenderBodyTag()
          This method is currently not supported.
 void setAddBeforeContent(java.lang.String value)
          This method is currently not supported.
 void setNeedRenderBodyTag(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

BeforeRenderContentEvent

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

getAddBeforeContent

public java.lang.String getAddBeforeContent()

This method is currently not supported.

Returns the text that is written immediately following the <BODY> tag.

Returns:
The text that is written immediately following the <BODY> tag as a String.
See Also:
setAddBeforeContent

getNeedRenderBodyTag

public boolean getNeedRenderBodyTag()

This method is currently not supported.

Returns whether the <BODY> tag is to be rendered.

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

setAddBeforeContent

public void setAddBeforeContent(java.lang.String value)

This method is currently not supported.

Sets the text that is written immediately following the <BODY> tag.

Parameters:
value - A String that specifies the text that will be written immediately following the <BODY> tag.
See Also:
getAddBeforeContent

setNeedRenderBodyTag

public void setNeedRenderBodyTag(boolean value)

This method is currently not supported.

Sets whether the <BODY> tag is rendered.

Parameters:
value - true to render the <BODY> tag.
See Also:
getNeedRenderBodyTag