Package cdc.impex
Class ImpExFactoryFeatures.Builder
- java.lang.Object
-
- cdc.impex.ImpExFactoryFeatures.Builder
-
- Enclosing class:
- ImpExFactoryFeatures
public static class ImpExFactoryFeatures.Builder extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpExFactoryFeaturesbuild()ImpExFactoryFeatures.Builderhint(ImpExFactoryFeatures.Hint hint)ImpExFactoryFeatures.Builderpassword(String password)ImpExFactoryFeatures.BuilderworkbookWriterFeatures(cdc.office.ss.WorkbookWriterFeatures features)
-
-
-
Method Detail
-
workbookWriterFeatures
public ImpExFactoryFeatures.Builder workbookWriterFeatures(cdc.office.ss.WorkbookWriterFeatures features)
-
hint
public ImpExFactoryFeatures.Builder hint(ImpExFactoryFeatures.Hint hint)
-
password
public ImpExFactoryFeatures.Builder password(String password)
-
build
public ImpExFactoryFeatures build()
-
-