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 TypeMethodDescriptionbooleanGets if the original structure sizes should be kept in the converted documentvoidsetKeepSize(boolean keepSize) Sets if the original structure sizes should be kept in the converted documentMethods inherited from class chemaxon.formats.documents.jchemoffice.GenericOptions
getDPIFactor, setDPIFactorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:IConversionOptionsGets if the original structure sizes should be kept in the converted document- Specified by:
getKeepSizein interfaceIConversionOptions
-
setKeepSize
public void setKeepSize(boolean keepSize) Description copied from interface:IConversionOptionsSets if the original structure sizes should be kept in the converted document- Specified by:
setKeepSizein interfaceIConversionOptions
-