OneSaveOptions

Inheritance: java.lang.Object, com.aspose.note.SaveOptions

public final class OneSaveOptions extends SaveOptions

Allows to specify additional options when saving document to OneNote format.

Constructors

ConstructorDescription
OneSaveOptions()Initializes a new instance of the OneSaveOptions class.

Methods

MethodDescription
getDocumentPassword()Gets or sets a password to encrypt the document content.
setDocumentPassword(String value)Gets or sets a password to encrypt the document content.

OneSaveOptions()

public OneSaveOptions()

Initializes a new instance of the OneSaveOptions class.

getDocumentPassword()

public String getDocumentPassword()

Gets or sets a password to encrypt the document content.

Returns: java.lang.String

setDocumentPassword(String value)

public void setDocumentPassword(String value)

Gets or sets a password to encrypt the document content.

Parameters:

ParameterTypeDescription
valuejava.lang.String