OpenSettings

public final class OpenSettings

Settings for Open. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Functions

Link copied to clipboard
public final DocumentFormat getDocumentFormat()
The expected document format.
Link copied to clipboard
public final ImplicitConversion getImplicitConversion()
Whether implicit conversion is enabled when opening documents in editors.
Link copied to clipboard
public final int getMaxPages()
The maximum number of pages to load from the document.
Link copied to clipboard
public final OpenSettingsMode getMode()
The operational mode for opening the document.
Link copied to clipboard
public final PageCacheMode getPageCacheMode()
The page caching mode for the document.
Link copied to clipboard
public final String getPageRange()
The 1-based range of pages to process.
Link copied to clipboard
public final String getPassword()
The password used to open a password-protected (encrypted) document.
Link copied to clipboard
public final void setDocumentFormat(DocumentFormat value)
The expected document format.
Link copied to clipboard
public final void setImplicitConversion(ImplicitConversion value)
Whether implicit conversion is enabled when opening documents in editors.
Link copied to clipboard
public final void setMaxPages(int value)
The maximum number of pages to load from the document.
Link copied to clipboard
public final void setMode(OpenSettingsMode value)
The operational mode for opening the document.
Link copied to clipboard
public final void setPageCacheMode(PageCacheMode value)
The page caching mode for the document.
Link copied to clipboard
public final void setPageRange(String value)
The 1-based range of pages to process.
Link copied to clipboard
public final void setPassword(String value)
The password used to open a password-protected (encrypted) document.