Uses of Class
org.jxls.common.Size
Packages that use Size
Package
Description
-
Uses of Size in org.jxls.area
Methods in org.jxls.area that return SizeModifier and TypeMethodDescriptionArea.getSize()CommandData.getSize()XlsArea.getSize()CommandData.getSourceSize()Methods in org.jxls.area with parameters of type SizeConstructors in org.jxls.area with parameters of type SizeModifierConstructorDescriptionCommandData(CellRef startCellRef, Size size, Command command) XlsArea(CellRef startCellRef, Size size, List<CommandData> commandDataList, Transformer transformer) XlsArea(CellRef startCellRef, Size size, Transformer transformer) -
Uses of Size in org.jxls.builder.xls
Methods in org.jxls.builder.xls that return Size -
Uses of Size in org.jxls.command
Methods in org.jxls.command that return SizeModifier and TypeMethodDescriptionApplies a command at the given cell reference -
Uses of Size in org.jxls.common
Fields in org.jxls.common declared as SizeMethods in org.jxls.common that return SizeMethods in org.jxls.common with parameters of type SizeModifier and TypeMethodDescriptionConstructors in org.jxls.common with parameters of type Size -
Uses of Size in org.jxls.transform
Methods in org.jxls.transform with parameters of type SizeModifier and TypeMethodDescriptionvoidAbstractTransformer.adjustTableSize(CellRef ref, Size size) voidTransformer.adjustTableSize(CellRef ref, Size size) voidTransformerDelegator.adjustTableSize(CellRef ref, Size size)