NoteLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: java.io.Serializable
public final class NoteLoadOptions extends LoadOptions implements Serializable
Options for loading One documents.
| Constructor | Description |
|---|---|
| NoteLoadOptions() | Initializes new instance of NoteLoadOptions class. |
| Method | Description |
|---|---|
| getFormat() | |
| getDefaultFont() | Default font for Note document. |
| setDefaultFont(String value) | Default font for Note document. |
| getFontSubstitutes() | Substitute specific fonts when converting Note document. |
| setFontSubstitutes(List |
Substitute specific fonts when converting Note document. |
| getPassword() | Set password to unprotect protected document. |
| setPassword(String value) | Set password to unprotect protected document. |
public NoteLoadOptions()
Initializes new instance of NoteLoadOptions class.
public final NoteFileType getFormat()
Input document file type
Returns: NoteFileType
public final String getDefaultFont()
Default font for Note document. The following font will be used if a font is missing.
Returns: java.lang.String
public final void setDefaultFont(String value)
Default font for Note document. The following font will be used if a font is missing.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Note document.
Returns: java.util.List<com.groupdocs.conversion.contracts.FontSubstitute>
public final void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Note document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.List<com.groupdocs.conversion.contracts.FontSubstitute> |
public final String getPassword()
Set password to unprotect protected document.
Returns: java.lang.String
public final void setPassword(String value)
Set password to unprotect protected document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.