public interface IDocumentTableLoadHandler
DocumentTable
objects while creating a DocumentTableSet
instance.
Implement this interface if you want to discard loading of specific DocumentTable
objects or provide specific DocumentTableOptions
for document tables being loaded.Modifier and Type | Method and Description |
---|---|
void |
handle(DocumentTableLoadArgs args)
Overrides default loading of a particular
DocumentTable object while creating a DocumentTableSet instance. |
void handle(DocumentTableLoadArgs args)
DocumentTable
object while creating a DocumentTableSet
instance.