com.aspose.note

Class ResourceSavingArgs

    • Method Detail

      • getDocument

        public final Document getDocument()

        Gets the saving document.

      • getFileName

        public final String getFileName()

        Gets the file name.

      • getStream

        public final OutputStream getStream()

        Gets or sets the stream used to store the resource.

      • setStream

        public final void setStream(OutputStream value)

        Gets or sets the stream used to store the resource.

      • getKeepStreamOpen

        public final boolean getKeepStreamOpen()

        Gets or sets a value indicating whether keep stream open.

      • setKeepStreamOpen

        public final void setKeepStreamOpen(boolean value)

        Gets or sets a value indicating whether keep stream open.

      • getUri

        public final String getUri()

        Gets or sets the uri to access stored resource.

      • setUri

        public final void setUri(String value)

        Gets or sets the uri to access stored resource.