Tagpublic class NullTag extends BaseTag
A NullTag does nothing to its Block except mark
its Cells as processed. It can't have any attributes in body mode.
BaseTag.RichTextString| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ATTR_TEXT |
Attribute that specifies the un-process text to display (bodiless only).
|
ATTR_ON_PROCESSED, SPEC_SEP| Constructor | Description |
|---|---|
NullTag() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Returns this
Tag's name. |
protected java.util.List<java.lang.String> |
getOptionalAttributes() |
Returns a
List of optional attribute names. |
protected java.util.List<java.lang.String> |
getRequiredAttributes() |
Returns a
List of required attribute names. |
boolean |
process() |
Just mark all
Cells in this Block as processed. |
void |
validateAttributes() |
No validation.
|
checkAttributes, clearBlock, deleteBlock, getAttributes, getContext, getLocation, getParentTag, getWorkbookContext, isBodiless, processTag, removeBlock, setAttributes, setBodiless, setContext, setParentTag, setWorkbookContextpublic static final java.lang.String ATTR_TEXT
public java.lang.String getName()
Tag's name.Tag's name.protected java.util.List<java.lang.String> getRequiredAttributes()
List of required attribute names.getRequiredAttributes in class BaseTagList of required attribute names.protected java.util.List<java.lang.String> getOptionalAttributes()
List of optional attribute names.getOptionalAttributes in class BaseTagList of optional attribute names.public void validateAttributes()
validateAttributes in class BaseTagCopyright © 2012–2018 Jett Team. All rights reserved.