LowCodePdfSaveOptions
Inheritance: java.lang.Object, com.aspose.diagram.LowCodeSaveOptions
public class LowCodePdfSaveOptions extends LowCodeSaveOptions
Options for saving pdf in low code way.
Constructors
| Constructor | Description |
|---|---|
| LowCodePdfSaveOptions() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getOutputFile() | the file for saving the generated data. |
| getOutputStream() | the Stream for writing. |
| getPdfOptions() | The options for saving Pdf file. |
| getSaveFormat() | The save format for the output. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setOutputFile(String value) | For the description of this property, please see getOutputFile() |
| setOutputStream(InputStream value) | For the description of this property, please see getOutputStream() |
| setPdfOptions(PdfSaveOptions value) | For the description of this property, please see getPdfOptions() |
| setSaveFormat(int value) | For the description of this property, please see getSaveFormat() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
LowCodePdfSaveOptions()
public LowCodePdfSaveOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getOutputFile()
public String getOutputFile()
the file for saving the generated data. When setting this property with value other than null or empty string, getOutputStream() will be ignored.
Returns: java.lang.String
getOutputStream()
public InputStream getOutputStream()
the Stream for writing. When setting this property with value other than null, getOutputFile() will be ignored.
Returns: java.io.InputStream
getPdfOptions()
public PdfSaveOptions getPdfOptions()
The options for saving Pdf file.
Returns: PdfSaveOptions
getSaveFormat()
public int getSaveFormat()
The save format for the output. For converting to pdf, it can only be SaveFileFormat.PDF.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setOutputFile(String value)
public void setOutputFile(String value)
For the description of this property, please see getOutputFile()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setOutputStream(InputStream value)
public void setOutputStream(InputStream value)
For the description of this property, please see getOutputStream()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.io.InputStream |
setPdfOptions(PdfSaveOptions value)
public void setPdfOptions(PdfSaveOptions value)
For the description of this property, please see getPdfOptions()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PdfSaveOptions |
setSaveFormat(int value)
public void setSaveFormat(int value)
For the description of this property, please see getSaveFormat()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |