Uses of Interface
org.jxls.area.Area
Packages that use Area
Package
Description
-
Uses of Area in org.jxls.area
Classes in org.jxls.area that implement Area -
Uses of Area in org.jxls.builder
Fields in org.jxls.builder with type parameters of type AreaMethods in org.jxls.builder that return types with arguments of type AreaModifier and TypeMethodDescriptionAreaBuilder.build(Transformer transformer, boolean clearTemplateCells) Method parameters in org.jxls.builder with type arguments of type AreaModifier and TypeMethodDescriptionJxlsTemplateFiller.getSheetsNameOfMultiSheetTemplate(List<Area> areaList) Return names of all multi sheet template -
Uses of Area in org.jxls.builder.xls
Methods in org.jxls.builder.xls that return types with arguments of type AreaModifier and TypeMethodDescriptionAbstractAreaBuilder.build(Transformer transformer, boolean clearTemplateCells) Builds a list ofXlsAreaobjects defined by top level AreaCommand markup ("jx:area") containing a tree of all nested commandsAbstractAreaBuilder.processCommands(List<CommandData> allCommands, List<Area> allAreas, List<Area> userAreas, boolean clearTemplateCells) Method parameters in org.jxls.builder.xls with type arguments of type AreaModifier and TypeMethodDescriptionprotected voidXlsCommentAreaBuilder.addAreaListener(AreaListener areaListener, AreaRef areaRef, List<Area> areas) Method for adding an AreaListener to an area given by an AreaRef -
Uses of Area in org.jxls.command
Fields in org.jxls.command with type parameters of type AreaMethods in org.jxls.command that return AreaModifier and TypeMethodDescriptionIfCommand.getElseArea()Gets an area to render when the condition is evaluated to 'false'IfCommand.getIfArea()Gets an area to render when the condition is evaluated to 'true'Methods in org.jxls.command that return types with arguments of type AreaMethods in org.jxls.command with parameters of type AreaModifier and TypeMethodDescriptionAdds an area to this commandConstructors in org.jxls.command with parameters of type AreaModifierConstructorDescriptionEachCommand(String var, String items, Area area) EachCommand(String var, String items, Area area, CellRefGenerator cellRefGenerator) EachCommand(String var, String items, Area area, EachCommand.Direction direction) EachCommand(String items, Area area) GridCommand(String headers, String data, Area headerArea, Area bodyArea) -
Uses of Area in org.jxls.formula
Methods in org.jxls.formula with parameters of type AreaModifier and TypeMethodDescriptionAbstractFormulaProcessor.buildTargetCellRefMap(Transformer transformer, Area area, CellData formulaCellData) protected org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContextAbstractFormulaProcessor.createFormulaProcessorContext(CellData formulaCellData, Transformer transformer, Area area) voidFastFormulaProcessor.processAreaFormulas(Transformer transformer, Area area) voidFormulaProcessor.processAreaFormulas(Transformer transformer, Area area) Processes allvoidStandardFormulaProcessor.processAreaFormulas(Transformer transformer, Area area) The method transforms all the formula cells according to the command transformations happened during the area processingprotected voidAbstractFormulaProcessor.processTargetFormulaCells(CellData formulaCellData, Transformer transformer, Area area)