public abstract class TemplateItem extends Object
The inheritors of TemplateItem
class are used in Template
collection.
Modifier | Constructor and Description |
---|---|
protected |
TemplateItem(String name,
Integer pageIndex) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the template item.
|
Integer |
getPageIndex()
Gets the page index of the template item.
|
public String getName()
public Integer getPageIndex()
null
if the template item is located on any page.