com.aspose.words
Class FootnoteSeparatorCollection

java.lang.Object
    extended by com.aspose.words.FootnoteSeparatorCollection
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable

public class FootnoteSeparatorCollection 
extends java.lang.Object

Provides typed access to FootnoteSeparator nodes of a document.

Constructor Summary
FootnoteSeparatorCollection()
          
 
Property Getters/Setters Summary
FootnoteSeparatorgetByFootnoteSeparatorType(int separatorType)
           Retrieves a FootnoteSeparator of the specified type.
 
Method Summary
java.util.Iterator<FootnoteSeparator>iterator()
          
 

Constructor Detail

FootnoteSeparatorCollection

public FootnoteSeparatorCollection()

Property Getters/Setters Detail

getByFootnoteSeparatorType

public FootnoteSeparator getByFootnoteSeparatorType(int separatorType)
Retrieves a FootnoteSeparator of the specified type. Returns null if the footnote/endnote separator of the specified type is not found.
Parameters:
separatorType - A FootnoteSeparatorType value.

Method Detail

iterator

public java.util.Iterator<FootnoteSeparatoriterator()

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