Class TemplateWriterOptions
java.lang.Object
chemaxon.formats.documents.jchemoffice.GenericOptions
chemaxon.formats.documents.jchemoffice.TemplateWriterOptions
- All Implemented Interfaces:
IGenericOptions
,ITemplateWriterOptions
@PublicApi
public class TemplateWriterOptions
extends GenericOptions
implements ITemplateWriterOptions
TemplateWriterOptions class is the default/basic implementations of the template writer options interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Set mode of file name generation.Methods 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
-
TemplateWriterOptions
public TemplateWriterOptions()
-
-
Method Details
-
getFileNameGeneration
- Specified by:
getFileNameGeneration
in interfaceITemplateWriterOptions
- Returns:
- Mode of the file name generation as enum data type currently set in the writer object.
-
setFileNameGeneration
Description copied from interface:ITemplateWriterOptions
Set mode of file name generation.- Specified by:
setFileNameGeneration
in interfaceITemplateWriterOptions
- Parameters:
mode
- - as enum value of the predefined modes.
-