org.jfor.jfor.rtflib.rtfdoc
Interface IRtfOptions

All Known Subinterfaces:
IConverterOption
All Known Implementing Classes:
ConverterOption

public interface IRtfOptions

Options for configure the rtf elements.


Method Summary
 int getRtfExternalGraphicCompressionRate()
          Gets the compression rate for the external graphic in percent.
 void setRtfExternalGraphicCompressionRate(int percent)
          Sets the compression rate for the external graphic in percent.
 

Method Detail

setRtfExternalGraphicCompressionRate

public void setRtfExternalGraphicCompressionRate(int percent)
Sets the compression rate for the external graphic in percent.

Parameters:
percent - Compression rate

getRtfExternalGraphicCompressionRate

public int getRtfExternalGraphicCompressionRate()
Gets the compression rate for the external graphic in percent.

Returns:
Compression rate