NoteLoadOptions
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.
Constructors
| Constructor | Description |
|---|---|
| NoteLoadOptions() | Initializes new instance of NoteLoadOptions class. |
Methods
| 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. |
NoteLoadOptions()
public NoteLoadOptions()
Initializes new instance of NoteLoadOptions class.
getFormat()
public final NoteFileType getFormat()
Input document file type
Returns: NoteFileType
getDefaultFont()
public final String getDefaultFont()
Default font for Note document. The following font will be used if a font is missing.
Returns: java.lang.String
setDefaultFont(String value)
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 |
getFontSubstitutes()
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Note document.
Returns: java.util.List<com.groupdocs.conversion.contracts.FontSubstitute>
setFontSubstitutes(List value)
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> |
getPassword()
public final String getPassword()
Set password to unprotect protected document.
Returns: java.lang.String
setPassword(String value)
public final void setPassword(String value)
Set password to unprotect protected document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |