AttributeObject.SetListNumbering

Overloads

SetListNumbering()Sets a list numbering Attribute to the AttributeObject with default value.
SetListNumbering(ListNumbering)Sets a list numbering Attribute to the AttributeObject .

SetListNumbering()

Sets a list numbering Attribute to the AttributeObject with default value.

public void SetListNumbering()
Sub SetListNumbering()

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

SetListNumbering(ListNumbering)

Sets a list numbering Attribute to the AttributeObject .

public void SetListNumbering(ListNumbering listNumbering)
Sub SetListNumbering(listNumbering As ListNumbering)

Parameters

listNumbering
ListNumbering

value of Attribute

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

AttributeObject
ceTe.DynamicPDF

In this topic