public final class OneLoadOptions extends LoadOptions
One document load options
Constructor and Description |
---|
OneLoadOptions()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFont()
Default font for Note document.
|
com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,String>> |
getFontSubstitutes()
Substitute specific fonts when converting Note document.
|
String |
getPassword()
Set password to unprotect protected document
|
void |
setDefaultFont(String value)
Default font for Note document.
|
void |
setPassword(String value)
Set password to unprotect protected document
|
public final String getDefaultFont()
Default font for Note document. The following font will be used if a font is missing.
public final void setDefaultFont(String value)
Default font for Note document. The following font will be used if a font is missing.
public final com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,String>> getFontSubstitutes()
Substitute specific fonts when converting Note document.
public final String getPassword()
Set password to unprotect protected document
public final void setPassword(String value)
Set password to unprotect protected document