Interface IRtfOptions
-
public interface IRtfOptionsOptions for configuring the rtf elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRtfExternalGraphicCompressionRate()Gets the compression rate for the external graphic in percent.voidsetRtfExternalGraphicCompressionRate(int percent)Sets the compression rate for the external graphic in percent.
-
-
-
Method Detail
-
setRtfExternalGraphicCompressionRate
void setRtfExternalGraphicCompressionRate(int percent)
Sets the compression rate for the external graphic in percent.- Parameters:
percent- Compression rate
-
getRtfExternalGraphicCompressionRate
int getRtfExternalGraphicCompressionRate()
Gets the compression rate for the external graphic in percent.- Returns:
- Compression rate
-
-