Uses of Enum Class
org.jxls.builder.KeepTemplateSheet
Packages that use KeepTemplateSheet
-
Uses of KeepTemplateSheet in org.jxls.builder
Fields in org.jxls.builder declared as KeepTemplateSheetModifier and TypeFieldDescriptionprotected KeepTemplateSheetJxlsTemplateFillerBuilder.keepTemplateSheetold names: deleteTemplateSheet, hideTemplateSheetMethods in org.jxls.builder that return KeepTemplateSheetModifier and TypeMethodDescriptionJxlsOptions.getKeepTemplateSheet()static KeepTemplateSheetReturns the enum constant of this class with the specified name.static KeepTemplateSheet[]KeepTemplateSheet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jxls.builder with parameters of type KeepTemplateSheetModifier and TypeMethodDescriptionJxlsTemplateFillerBuilder.withKeepTemplateSheet(KeepTemplateSheet keepTemplateSheet) This is for the multisheet feature.Constructors in org.jxls.builder with parameters of type KeepTemplateSheetModifierConstructorDescriptionJxlsOptions(ExpressionEvaluatorFactory expressionEvaluatorFactory, String expressionNotationBegin, String expressionNotationEnd, JxlsLogger logger, FormulaProcessor formulaProcessor, boolean updateCellDataArea, boolean ignoreColumnProps, boolean ignoreRowProps, boolean recalculateFormulasBeforeSaving, boolean recalculateFormulasOnOpening, KeepTemplateSheet keepTemplateSheet, AreaBuilder areaBuilder, Map<String, Class<? extends Command>> commands, boolean clearTemplateCells, JxlsTransformerFactory transformerFactory, JxlsStreaming streaming, List<NeedsPublicContext> needsContextList, List<PreWriteAction> preWriteActions, RunVarAccess runVarAccess)