public class PrintedOutputOptions extends Object
OutputService.generatePrintedOutput(com.adobe.aemfd.docmanager.Document, com.adobe.aemfd.docmanager.Document, com.adobe.fd.output.api.PrintedOutputOptions)
Constructor and Description |
---|
PrintedOutputOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getContentRoot()
get location resolve document resources
|
int |
getCopies()
Returns the number of copies that the Output service prints.
|
String |
getDebugDir() |
String |
getLocale()
get locale to render document
|
PaginationOverride |
getPaginationOverride()
Option to configure if printing should be one sided or two sided
|
PrintConfig |
getPrintConfig() |
Document |
getXci() |
void |
setContentRoot(String url)
set Location to resolve document resources
|
void |
setCopies(int copies)
Sets the number of copies to print.
|
void |
setDebugDir(String debugDir)
Sets the location of directory in which debug dumps are created;
Debug dumps are created only if an existing directory is set in options
|
void |
setLocale(String locale)
Set locale to render document
|
void |
setPaginationOverride(PaginationOverride paginationOverride)
Option to configure if printing should be one sided or two sided
|
void |
setPrintConfig(PrintConfig printConfig)
This is a required parameter.
|
void |
setXci(Document xci)
allows setting a custom xci document
which provides low level access for XFA to print
document conversion.
|
public PaginationOverride getPaginationOverride()
public void setPaginationOverride(PaginationOverride paginationOverride)
paginationOverride
- public String getContentRoot()
public void setContentRoot(String url)
url
- public String getLocale()
public void setLocale(String locale)
locale
- public int getCopies()
public void setCopies(int copies)
copies
- An integer value that represents the number of copies.public PrintConfig getPrintConfig()
public void setPrintConfig(PrintConfig printConfig)
PrintConfig
class
This option can also be used to provide custom XDC files
by creating a custom instance of using
PrintConfig.Custom(String, RenderType)
methodprintConfig
- public Document getXci()
public void setXci(Document xci)
xci
- public String getDebugDir()
public void setDebugDir(String debugDir)
debugDir
- Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.