public final class NoteLoadOptions extends LoadOptions implements Serializable
Options for loading One documents.
Constructor and Description |
---|
NoteLoadOptions()
Initializes new instance of
NoteLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFont()
Default font for Note document.
|
List<FontSubstitute> |
getFontSubstitutes()
Substitute specific fonts when converting Note document.
|
NoteFileType |
getFormat()
Input document file type
|
String |
getPassword()
Set password to unprotect protected document.
|
void |
setDefaultFont(String value)
Default font for Note document.
|
void |
setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Note document.
|
void |
setPassword(String value)
Set password to unprotect protected document.
|
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public NoteLoadOptions()
Initializes new instance of NoteLoadOptions
class.
public final NoteFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
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. An absolute path to font file must be provided.
public final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Note document.
public final void setFontSubstitutes(List<FontSubstitute> value)
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.