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.
|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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.
|
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic NoteLoadOptions()
Initializes new instance of NoteLoadOptions class.
public final String getDefaultFont()
Default font for Note document. The following font will be used if a font is missing.
protected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final List<FontSubstitute> getFontSubstitutes()
Substitute specific fonts when converting Note document.
public final NoteFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic final String getPassword()
Set password to unprotect protected document.
public final void setDefaultFont(String value)
Default font for Note document. The following font will be used if a font is missing.
public final void setFontSubstitutes(List<FontSubstitute> value)
Substitute specific fonts when converting Note document.
public final void setPassword(String value)
Set password to unprotect protected document.
Copyright © 2024. All rights reserved.