org.eclipse.birt.report.engine.api
Class FORenderOption

java.lang.Object
  extended byorg.eclipse.birt.report.engine.api.RenderOptionBase
      extended byorg.eclipse.birt.report.engine.api.FORenderOption
All Implemented Interfaces:
IRenderOption

public class FORenderOption
extends RenderOptionBase

output settings for FO and PDF output formats.


Field Summary
protected static java.lang.String FO
           
protected static java.lang.String FO_TYPE
           
protected static java.lang.String FOP
           
 
Fields inherited from class org.eclipse.birt.report.engine.api.RenderOptionBase
ACTION_HANDLER, IMAGE_HANDLER, LOCALE, options, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_FORMAT_FO, OUTPUT_FORMAT_HTML, OUTPUT_FORMAT_PDF, OUTPUT_STREAM
 
Constructor Summary
FORenderOption()
          constructor
 
Method Summary
 boolean getTailoredForFOP()
           
 void setTailoredForFOP(boolean fop)
          sets whether the output needs to be tailored for FOP use.
 
Methods inherited from class org.eclipse.birt.report.engine.api.RenderOptionBase
getOption, getOutputFormat, getOutputSetting, setOption, setOutputFileName, setOutputFormat, setOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FO_TYPE

protected static final java.lang.String FO_TYPE
See Also:
Constant Field Values

FO

protected static final java.lang.String FO
See Also:
Constant Field Values

FOP

protected static final java.lang.String FOP
See Also:
Constant Field Values
Constructor Detail

FORenderOption

public FORenderOption()
constructor

Method Detail

setTailoredForFOP

public void setTailoredForFOP(boolean fop)
sets whether the output needs to be tailored for FOP use. FOP currently does not support certain XLS-FO features, while commercial packages may. When fop=true, the generated FO file has special workarounds to make PDF output look better if the FO is fed to FOP.

Parameters:
fop - true if the output should be tailored for use with FOP

getTailoredForFOP

public boolean getTailoredForFOP()
Returns:
whether the output is tailored for FOP


Copyright © 2005 Actuate Corp. All rights reserved.