Class ConversionOptions
java.lang.Object
chemaxon.formats.documents.jchemoffice.GenericOptions
chemaxon.formats.documents.jchemoffice.ConversionOptions
- All Implemented Interfaces:
IConversionOptions
,IGenericOptions
ConversionOptions class is the default/basic implementations of the conversion options interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets if the original structure sizes should be kept in the converted documentvoid
setKeepSize
(boolean keepSize) Sets if the original structure sizes should be kept in the converted documentMethods inherited from class chemaxon.formats.documents.jchemoffice.GenericOptions
getDPIFactor, setDPIFactor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface chemaxon.formats.documents.jchemoffice.IGenericOptions
getDPIFactor, setDPIFactor
-
Constructor Details
-
ConversionOptions
public ConversionOptions() -
ConversionOptions
public ConversionOptions(boolean keepSize)
-
-
Method Details
-
getKeepSize
public boolean getKeepSize()Description copied from interface:IConversionOptions
Gets if the original structure sizes should be kept in the converted document- Specified by:
getKeepSize
in interfaceIConversionOptions
-
setKeepSize
public void setKeepSize(boolean keepSize) Description copied from interface:IConversionOptions
Sets if the original structure sizes should be kept in the converted document- Specified by:
setKeepSize
in interfaceIConversionOptions
-