Class Label
This concrete class provides utility methods for labels.
public class Label
extends DBItem
Hierarchical Diagram
Direct Known Subclasses
None
Constructor
public Label()
Methods
• alpha
Returns the alphanumeric string corresponding to the row or column number.
public static String alpha(Sheet sheet, int num)
Where:
sheet—Name of the sheet.
num—Row or column number.
Throws: RSDException
• alpha
Returns the alphanumeric string corresponding to row or column number preceded by an user string.
public static String alpha(Sheet sheet, int num, String str)
Where:
sheet—Name of the sheet.
num—Row or column number.
str—String specified by the user.
Throws: RSDException
• NFPA
Returns the value of the sheet string property followed by an alphanumeric string.
public static String NFPA(Sheet sheet, int num, String str)
Where:
sheet—Name of the sheet.
num—Row or column number.
str—Name of property to get value of.
Throws: RSDException
Methods Inherited
The methods inherited from other classes are:
Class | Methods Inherited |
java.lang.Object | equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |