Uses of Class
org.jxls.area.CommandData
Packages that use CommandData
-
Uses of CommandData in org.jxls.area
Methods in org.jxls.area that return types with arguments of type CommandDataConstructor parameters in org.jxls.area with type arguments of type CommandDataModifierConstructorDescriptionXlsArea(CellRef startCellRef, Size size, List<CommandData> commandDataList, Transformer transformer) -
Uses of CommandData in org.jxls.builder.xls
Methods in org.jxls.builder.xls that return types with arguments of type CommandDataModifier and TypeMethodDescriptionprotected abstract List<CommandData>AbstractAreaBuilder.buildCommands(Transformer transformer, CellData cellData, String text) protected List<CommandData>XlsCommentAreaBuilder.buildCommands(Transformer transformer, CellData cellData, String text) Method parameters in org.jxls.builder.xls with type arguments of type CommandDataModifier and TypeMethodDescriptionprotected voidAbstractAreaBuilder.processCommandData(List<CommandData> commandDatas, List<CommandData> allCommands, List<Area> allAreas, List<Area> userAreas, Transformer transformer) AbstractAreaBuilder.processCommands(List<CommandData> allCommands, List<Area> allAreas, List<Area> userAreas, boolean clearTemplateCells)