public class DocumentTableOptions
extends java.lang.Object
| Constructor and Description |
|---|
DocumentTableOptions()
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFirstRowContainsColumnNames()
Gets a value indicating whether column names are to be obtained from the first extracted row of a document table.
|
int |
getMaxColumnIndex()
Gets the largest zero-based index of a column to be extracted from a document table.
|
int |
getMaxRowIndex()
Gets the largest zero-based index of a row to be extracted from a document table.
|
int |
getMinColumnIndex()
Gets the smallest zero-based index of a column to be extracted from a document table.
|
int |
getMinRowIndex()
Gets the smallest zero-based index of a row to be extracted from a document table.
|
void |
setFirstRowContainsColumnNames(boolean value)
Sets a value indicating whether column names are to be obtained from the first extracted row of a document table.
|
void |
setMaxColumnIndex(int value)
Sets the largest zero-based index of a column to be extracted from a document table.
|
void |
setMaxRowIndex(int value)
Sets the largest zero-based index of a row to be extracted from a document table.
|
void |
setMinColumnIndex(int value)
Sets the smallest zero-based index of a column to be extracted from a document table.
|
void |
setMinRowIndex(int value)
Sets the smallest zero-based index of a row to be extracted from a document table.
|
public DocumentTableOptions()
public int getMinRowIndex()
public void setMinRowIndex(int value)
value - The smallest zero-based index of a row to be extracted from a document table.public int getMaxRowIndex()
public void setMaxRowIndex(int value)
value - The largest zero-based index of a row to be extracted from a document table.public int getMinColumnIndex()
public void setMinColumnIndex(int value)
value - The smallest zero-based index of a column to be extracted from a document table.public int getMaxColumnIndex()
public void setMaxColumnIndex(int value)
value - The largest zero-based index of a column to be extracted from a document table.public boolean getFirstRowContainsColumnNames()
public void setFirstRowContainsColumnNames(boolean value)
value - A value indicating whether column names are to be obtained from the first extracted row of a document table.
See Also:
GroupDocs.Assembly for Java Documentation - the home page for the GroupDocs.Assembly for Java Product Documentation.
GroupDocs.Assembly for Java Support Forum - our preferred method of support.
© 2001-2023 Aspose Pty Ltd. All rights reserved.