IConversionLoadOptions

public interface IConversionLoadOptions

Conversion load options

Methods

Method Description
withOptions(LoadOptions loadOptions) Provide load options for the document currently being loading
withOptions(LoadOptionsProvider loadOptionsProvider) Provide load options for the document currently being loading
withOptions(LoadOptionsForFileTypeProvider loadOptionsProvider) Provide load options for the document currently being loading
withOptions(LoadOptionsForNameFileTypeStreamProvider loadOptionsProvider) Provide load options for the document currently being loading Load options provider The name of the loaded file The type of the loaded file The content of the loaded file

withOptions(LoadOptions loadOptions)

public abstract IConversionSourceDocumentLoaded withOptions(LoadOptions loadOptions)

Provide load options for the document currently being loading

Parameters:

Parameter Type Description
loadOptions LoadOptions Load options

Returns: IConversionSourceDocumentLoaded

withOptions(LoadOptionsProvider loadOptionsProvider)

public abstract IConversionSourceDocumentLoaded withOptions(LoadOptionsProvider loadOptionsProvider)

Provide load options for the document currently being loading

Parameters:

Parameter Type Description
loadOptionsProvider LoadOptionsProvider Load options provider

Returns: IConversionSourceDocumentLoaded

withOptions(LoadOptionsForFileTypeProvider loadOptionsProvider)

public abstract IConversionSourceDocumentLoaded withOptions(LoadOptionsForFileTypeProvider loadOptionsProvider)

Provide load options for the document currently being loading

Parameters:

Parameter Type Description
loadOptionsProvider LoadOptionsForFileTypeProvider Load options provider

Returns: IConversionSourceDocumentLoaded

withOptions(LoadOptionsForNameFileTypeStreamProvider loadOptionsProvider)

public abstract IConversionSourceDocumentLoaded withOptions(LoadOptionsForNameFileTypeStreamProvider loadOptionsProvider)

Provide load options for the document currently being loading Load options provider The name of the loaded file The type of the loaded file The content of the loaded file

Parameters:

Parameter Type Description
loadOptionsProvider LoadOptionsForNameFileTypeStreamProvider

Returns: IConversionSourceDocumentLoaded