public class DocumentTableLoadArgs
extends java.lang.Object
IDocumentTableLoadHandler.handle(com.groupdocs.assembly.DocumentTableLoadArgs)
method.Modifier and Type | Method and Description |
---|---|
DocumentTableOptions |
getOptions()
Gets
DocumentTableOptions to be used while loading the corresponding document table. |
int |
getTableIndex()
Gets the zero-based index of the corresponding document table to be loaded.
|
boolean |
isLoaded()
Gets a value indicating whether the corresponding document table is to be loaded or not.
|
void |
isLoaded(boolean value)
Sets a value indicating whether the corresponding document table is to be loaded or not.
|
void |
setOptions(DocumentTableOptions value)
Sets
DocumentTableOptions to be used while loading the corresponding document table. |
public int getTableIndex()
public boolean isLoaded()
public void isLoaded(boolean value)
value
- A value indicating whether the corresponding document table is to be loaded or not.public DocumentTableOptions getOptions()
DocumentTableOptions
to be used while loading the corresponding document table. The default value is null, which means that default DocumentTableOptions
are to be applied.DocumentTableOptions
to be used while loading the corresponding document table.public void setOptions(DocumentTableOptions value)
DocumentTableOptions
to be used while loading the corresponding document table. The default value is null, which means that default DocumentTableOptions
are to be applied.value
- DocumentTableOptions
to be used while loading the corresponding document table.