IPageBuilderOptions

All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOptions

public interface IPageBuilderOptions extends IOptions

Interface for the page builder options

Methods

Method Description
getLoadDocumentInfo() Specifies if each document info should load all its pages info.
setLoadDocumentInfo(boolean value) Specifies if each document info should load all its pages info.

getLoadDocumentInfo()

public abstract boolean getLoadDocumentInfo()

Specifies if each document info should load all its pages info.

Returns: boolean

setLoadDocumentInfo(boolean value)

public abstract void setLoadDocumentInfo(boolean value)

Specifies if each document info should load all its pages info.

Parameters:

Parameter Type Description
value boolean