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