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 TypeMethodDescriptionvoidSet mode of file name generation.Methods 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
-
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.
-