Package chemaxon.office.jchemoffice
Class TemplateWriterOptions
java.lang.Object
chemaxon.office.jchemoffice.GenericOptions
chemaxon.office.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 TypeMethodDescriptionvoidSet mode of file name generation.Methods inherited from class chemaxon.office.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.office.jchemoffice.IGenericOptions
getDPIFactor, setDPIFactor
-
Constructor Details
-
TemplateWriterOptions
public TemplateWriterOptions()
-
-
Method Details
-
getFileNameGeneration
- Specified by:
getFileNameGenerationin interfaceITemplateWriterOptions- Returns:
- Mode of the file name generation as enum data type currently set in the writer object.
-
setFileNameGeneration
Description copied from interface:ITemplateWriterOptionsSet mode of file name generation.- Specified by:
setFileNameGenerationin interfaceITemplateWriterOptions- Parameters:
mode- - as enum value of the predefined modes.
-