Tag
public class HideColsTag extends BaseHideTag
A HideColsTag
is a BaseHideTag
that hides a
range of columns.
BaseTag
.boolean
ATTR_TEST
ATTR_ON_PROCESSED, SPEC_SEP
Constructor | Description |
---|---|
HideColsTag() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns this
Tag's name. |
void |
setHidden(boolean hide) |
Hide/show the columns 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.