com.aspose.words
Class ListLabel

java.lang.Object
    extended by com.aspose.words.ListLabel

public class ListLabel 
extends java.lang.Object

Defines properties specific to a list label.

Property Getters/Setters Summary
Aspose.Words.FontgetFont()
           Gets the list label font.
java.lang.StringgetLabelString()
           Gets a string representation of list label.
intgetLabelValue()
           Gets a numeric value for this label.
 
Method Summary
voidclearRunAttrs()
          Reserved for internal use.
java.lang.ObjectfetchInheritedRunAttr(int key)
          Reserved for internal use.
java.lang.ObjectgetDirectRunAttr(int key)
          Reserved for internal use.
intgetDirectRunAttrsCount()
          Reserved for internal use.
voidremoveRunAttr(int key)
          Reserved for internal use.
voidsetRunAttr(int key, java.lang.Object value)
          Reserved for internal use.
 

Property Getters/Setters Detail

getFont

public Aspose.Words.Font getFont()
Gets the list label font.

getLabelString

public java.lang.String getLabelString()
Gets a string representation of list label.

getLabelValue

public int getLabelValue()
Gets a numeric value for this label. Use the #Error Cref: M:Aspose.Words.Document.UpdateListLabels method to update the value of this property.

Method Detail

clearRunAttrs

public void clearRunAttrs()
Reserved for internal use.

fetchInheritedRunAttr

public java.lang.Object fetchInheritedRunAttr(int key)
Reserved for internal use.

getDirectRunAttr

public java.lang.Object getDirectRunAttr(int key)
Reserved for internal use.

getDirectRunAttrsCount

public int getDirectRunAttrsCount()
Reserved for internal use.

removeRunAttr

public void removeRunAttr(int key)
Reserved for internal use.

setRunAttr

public void setRunAttr(int key, java.lang.Object value)
Reserved for internal use.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.