Skip to main content

ListAttribute Class

A list attribute for tagged PDF list structure elements.

Declaration

public class ListAttribute extends StructureElementAttribute

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject

ListAttribute()

Initializes a new instance of the ListAttribute class.

Declaration

public ListAttribute()

Methods

getListNumbering() Method

Returns the list marker style.

Declaration

public ListNumbering getListNumbering()

Returns

Type Description
ListNumbering

The list marker style.

setListNumbering(ListNumbering value) Method

Sets the list marker style.

Declaration

public void setListNumbering(ListNumbering value)

Parameters

Name Type Description
value ListNumbering

The list marker style.