public class Index extends Object
Represents an index in a Pdf document.
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
PageSetup |
getPageInfo()
Gets or sets a
PageInfo that indicates page info of the index. |
TextInfo |
getTextInfo()
Gets or sets a
TextInfo object that indicates the text info of the text paragraphs in the Index. |
com.aspose.ms.System.Collections.SortedList |
getWords() |
void |
setPageInfo(PageSetup value) |
void |
setTextInfo(TextInfo value) |
public com.aspose.ms.System.Collections.SortedList getWords()
public TextInfo getTextInfo()
Gets or sets a TextInfo
object that indicates the text info of the text paragraphs in the Index.
public void setTextInfo(TextInfo value)
public PageSetup getPageInfo()
Gets or sets a PageInfo
that indicates page info of the index.
public void setPageInfo(PageSetup value)
Copyright © 2016 Aspose. All Rights Reserved.