Tag
public class HideRowsTag extends BaseHideTag
A HideRowsTag
is a BaseHideTag
that hides a
range of rows.
BaseTag
.boolean
ATTR_TEST
ATTR_ON_PROCESSED, SPEC_SEP
Constructor | Description |
---|---|
HideRowsTag() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns this
Tag's name. |
void |
setHidden(boolean hide) |
Hide/show the rows in this tag's block.
|
getOptionalAttributes, getRequiredAttributes, process, validateAttributes
checkAttributes, clearBlock, deleteBlock, getAttributes, getContext, getLocation, getParentTag, getWorkbookContext, isBodiless, processTag, removeBlock, setAttributes, setBodiless, setContext, setParentTag, setWorkbookContext
public java.lang.String getName()
Tag's
name.Tag's
name.public void setHidden(boolean hide)
setHidden
in class BaseHideTag
hide
- Whether to hide or show.Copyright © 2012–2018 Jett Team. All rights reserved.