Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
static ContentDisposition |
ContentDisposition.getByValue(int value) |
static ContentDisposition |
ContentDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDisposition[] |
ContentDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentWeb.save(javax.servlet.http.HttpServletResponse response,
String outputFileName,
ContentDisposition disposition,
SaveOptions options)
Saves the document to a response stream with a save options.
|
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
Form.getContentDisposition()
Gets or sets how content will be stored when result of operation is stored into HttpResponse
object.
|
ContentDisposition |
FormEditor.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpResponse object.
|
ContentDisposition |
IForm.getContentDisposition()
Gets or sets how content will be stored when result of operation is stored into HttpResponse
object.
|
ContentDisposition |
IFormEditor.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpResponse object.
|
ContentDisposition |
IPdfFileEditor.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpServletResponse
object.
|
ContentDisposition |
IPdfFileStamp.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpResponse object.
|
ContentDisposition |
PdfFileEditor.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpServletResponse
object.
|
ContentDisposition |
PdfFileStamp.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpResponse object.
|
ContentDisposition |
PdfFileStampWeb.getContentDisposition()
Gets how content will be stored when result of operation is stored into HttpResponse object.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
FormEditor.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
IForm.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
IFormEditor.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
IPdfFileEditor.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpServletResponse
object.
|
void |
IPdfFileStamp.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
PdfFileEditor.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpServletResponse
object.
|
void |
PdfFileStamp.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
void |
PdfFileStampWeb.setContentDisposition(ContentDisposition value)
Sets how content will be stored when result of operation is stored into HttpResponse object.
|
Copyright © 2025 Aspose. All Rights Reserved.