TemplateItem
Inheritance: java.lang.Object
public abstract class TemplateItem
Provides a base abstract class for template items.
The inheritors of TemplateItem class are used in Template collection.
Methods
Method | Description |
---|---|
getName() | Gets the name of the template item. |
getPageIndex() | Gets the page index of the template item. |
getUseUpperCaseName() | Gets a value that indicates whether a Name was converted to UPPER CASE. |
getName()
public String getName()
Gets the name of the template item.
Returns: java.lang.String - An uppercase string value that represents a name of the template item.
getPageIndex()
public Integer getPageIndex()
Gets the page index of the template item.
Returns: java.lang.Integer - An integer value that represents the index of the page where the template item is located; null if the template item is located on any page.
getUseUpperCaseName()
public boolean getUseUpperCaseName()
Gets a value that indicates whether a Name was converted to UPPER CASE.
Returns: boolean - A boolean value that indicates whether a Name was converted to UPPER CASE.