public class DocumentTable extends Object
| Constructor and Description |
|---|
DocumentTable(InputStream documentStream,
int indexInDocument) |
DocumentTable(InputStream documentStream,
int indexInDocument,
DocumentTableOptions options) |
DocumentTable(String documentPath,
int indexInDocument) |
DocumentTable(String documentPath,
int indexInDocument,
DocumentTableOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTableColumnCollection |
getColumns() |
int |
getIndexInDocument() |
String |
getName() |
void |
setName(String value) |
com.aspose.IDataSourceFacadeCore |
toCore()
Deprecated.
|
public DocumentTable(InputStream documentStream, int indexInDocument) throws Exception
Exceptionpublic DocumentTable(InputStream documentStream, int indexInDocument, DocumentTableOptions options) throws Exception
Exceptionpublic DocumentTable(String documentPath, int indexInDocument) throws Exception
Exceptionpublic DocumentTable(String documentPath, int indexInDocument, DocumentTableOptions options) throws Exception
Exceptionpublic DocumentTableColumnCollection getColumns()
public int getIndexInDocument()
public String getName()
public void setName(String value)
@Deprecated public com.aspose.IDataSourceFacadeCore toCore()
Copyright © 2026. All rights reserved.