public class ListLabel
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearRunAttrs() |
java.lang.Object |
fetchInheritedRunAttr(int key) |
java.lang.Object |
getDirectRunAttr(int key) |
Font |
getFont()
Gets the list label font.
|
java.lang.String |
getLabelString()
Gets a string representation of list label.
|
int |
getLabelValue()
Gets a numeric value for this label.
|
void |
removeRunAttr(int key) |
void |
setRunAttr(int key,
java.lang.Object value) |
public Font getFont()
public java.lang.String getLabelString()
public int getLabelValue()
Document.updateListLabels() method to update the value of this property.public java.lang.Object getDirectRunAttr(int key)
public java.lang.Object fetchInheritedRunAttr(int key)
public void setRunAttr(int key,
java.lang.Object value)
public void removeRunAttr(int key)
public void clearRunAttrs()