FootnoteSeparatorCollection

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Cloneable, java.lang.Iterable

public class FootnoteSeparatorCollection implements Cloneable, Iterable

Provides typed access to T:Aspose.Words.Notes.FootnoteSeparator nodes of a document.

Methods

MethodDescription
getByFootnoteSeparatorType(int separatorType)
iterator()
setByFootnoteSeparatorType(int separatorType, FootnoteSeparator value)

getByFootnoteSeparatorType(int separatorType)

public FootnoteSeparator getByFootnoteSeparatorType(int separatorType)

Parameters:

ParameterTypeDescription
separatorTypeint

Returns: FootnoteSeparator

iterator()

public Iterator iterator()

Returns: java.util.Iterator

setByFootnoteSeparatorType(int separatorType, FootnoteSeparator value)

public void setByFootnoteSeparatorType(int separatorType, FootnoteSeparator value)

Parameters:

ParameterTypeDescription
separatorTypeint
valueFootnoteSeparator