|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Block | |
|---|---|
| net.sf.jxls.controller | |
| net.sf.jxls.tag | |
| net.sf.jxls.transformation | |
| net.sf.jxls.transformer | |
| net.sf.jxls.util | |
| Uses of Block in net.sf.jxls.controller |
|---|
| Methods in net.sf.jxls.controller with parameters of type Block | |
|---|---|
int |
SheetTransformationControllerImpl.duplicateDown(Block block,
int n)
|
int |
SheetTransformationController.duplicateDown(Block block,
int n)
This method duplicates given block down |
int |
SheetTransformationControllerImpl.duplicateRight(Block block,
int n)
|
int |
SheetTransformationController.duplicateRight(Block block,
int n)
This method duplicates given block to the right |
void |
SheetTransformationControllerImpl.removeBodyRows(Block block)
|
void |
SheetTransformationController.removeBodyRows(Block block)
Deletes the body of the block |
void |
SheetTransformationControllerImpl.removeBorders(Block block)
|
void |
SheetTransformationController.removeBorders(Block block)
This method removes borders around given block shifting all other rows |
void |
SheetTransformationControllerImpl.removeLeftRightBorders(Block block)
|
void |
SheetTransformationController.removeLeftRightBorders(Block block)
This method removes left and right borders for the block |
| Uses of Block in net.sf.jxls.tag |
|---|
| Methods in net.sf.jxls.tag that return Block | |
|---|---|
Block |
TagContext.getTagBody()
|
Block |
Block.horizontalShift(int cellShift)
|
Block |
Block.verticalShift(int rowShift)
|
| Methods in net.sf.jxls.tag with parameters of type Block | |
|---|---|
void |
TagContext.setTagBody(Block tagBody)
|
| Constructors in net.sf.jxls.tag with parameters of type Block | |
|---|---|
TagContext(java.util.Map beans,
Block tagBody)
|
|
TagContext(Sheet sheet,
Block tagBody,
java.util.Map beans)
|
|
TagContext(SheetTransformationController stc,
SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans)
|
|
TagContext(SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans)
|
|
| Uses of Block in net.sf.jxls.transformation |
|---|
| Fields in net.sf.jxls.transformation declared as Block | |
|---|---|
protected Block |
BlockTransformation.block
|
| Methods in net.sf.jxls.transformation that return Block | |
|---|---|
Block |
BlockTransformation.getBlock()
|
Block |
ShiftTransformation.getBlockAfterTransformation()
|
Block |
RemoveTransformation.getBlockAfterTransformation()
|
Block |
DuplicateTransformationByColumns.getBlockAfterTransformation()
|
Block |
DuplicateTransformation.getBlockAfterTransformation()
|
abstract Block |
BlockTransformation.getBlockAfterTransformation()
|
Block |
ResultTransformation.transformBlock(Block block)
|
| Methods in net.sf.jxls.transformation with parameters of type Block | |
|---|---|
void |
BlockTransformation.setBlock(Block block)
|
Block |
ResultTransformation.transformBlock(Block block)
|
| Constructors in net.sf.jxls.transformation with parameters of type Block | |
|---|---|
BlockTransformation(Block block)
|
|
DuplicateTransformation(Block block,
int duplicateNumber)
|
|
DuplicateTransformationByColumns(Block block,
int duplicateNumber)
|
|
RemoveTransformation(Block block)
|
|
ShiftTransformation(Block block,
int rowShift,
int colShift)
|
|
| Uses of Block in net.sf.jxls.transformer |
|---|
| Methods in net.sf.jxls.transformer that return Block | |
|---|---|
Block |
TagRowTransformer.getTransformationBlock()
|
Block |
RowTransformer.getTransformationBlock()
|
Block |
BaseRowTransformer.getTransformationBlock()
|
| Methods in net.sf.jxls.transformer with parameters of type Block | |
|---|---|
void |
TagRowTransformer.setTransformationBlock(Block block)
|
void |
RowTransformer.setTransformationBlock(Block block)
|
void |
BaseRowTransformer.setTransformationBlock(Block block)
|
| Uses of Block in net.sf.jxls.util |
|---|
| Methods in net.sf.jxls.util with parameters of type Block | |
|---|---|
static void |
TagBodyHelper.adjustFormulas(org.apache.poi.ss.usermodel.Workbook hssfWorkbook,
org.apache.poi.ss.usermodel.Sheet hssfSheet,
Block body)
|
static int |
TagBodyHelper.duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
int n)
|
static int |
TagBodyHelper.duplicateDown(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
int n,
java.util.Map formulaCellsToUpdate)
|
static int |
TagBodyHelper.duplicateRight(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
int n)
|
static java.util.List |
SheetHelper.findFormulas(Sheet sheet,
Block block)
|
static void |
TagBodyHelper.removeBodyRows(org.apache.poi.ss.usermodel.Sheet sheet,
Block block)
|
static void |
TagBodyHelper.removeBorders(org.apache.poi.ss.usermodel.Sheet sheet,
Block block)
|
static void |
TagBodyHelper.removeLeftRightBorders(org.apache.poi.ss.usermodel.Sheet sheet,
Block block)
|
static void |
TagBodyHelper.replaceProperty(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
java.lang.String oldProperty,
java.lang.String newProperty)
|
static void |
TagBodyHelper.shift(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
int n)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||