| Package | Description |
|---|---|
| net.sf.jxls.controller | |
| net.sf.jxls.tag | |
| net.sf.jxls.transformation | |
| net.sf.jxls.transformer | |
| net.sf.jxls.util |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Block |
TagContext.getTagBody() |
Block |
Block.horizontalShift(int cellShift) |
Block |
Block.verticalShift(int rowShift) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagContext.setTagBody(Block tagBody) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected Block |
BlockTransformation.block |
| Modifier and Type | Method and Description |
|---|---|
Block |
BlockTransformation.getBlock() |
Block |
ShiftTransformation.getBlockAfterTransformation() |
Block |
RemoveTransformation.getBlockAfterTransformation() |
Block |
DuplicateTransformationByColumns.getBlockAfterTransformation() |
Block |
DuplicateTransformation.getBlockAfterTransformation() |
abstract Block |
BlockTransformation.getBlockAfterTransformation() |
Block |
ResultTransformation.transformBlock(Block block) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockTransformation.setBlock(Block block) |
Block |
ResultTransformation.transformBlock(Block block) |
| Constructor and Description |
|---|
BlockTransformation(Block block) |
DuplicateTransformation(Block block,
int duplicateNumber) |
DuplicateTransformationByColumns(Block block,
int duplicateNumber) |
RemoveTransformation(Block block) |
ShiftTransformation(Block block,
int rowShift,
int colShift) |
| Modifier and Type | Method and Description |
|---|---|
Block |
TagRowTransformer.getTransformationBlock() |
Block |
RowTransformer.getTransformationBlock() |
Block |
BaseRowTransformer.getTransformationBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagRowTransformer.setTransformationBlock(Block block) |
void |
RowTransformer.setTransformationBlock(Block block) |
void |
BaseRowTransformer.setTransformationBlock(Block block) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.