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) |
void |
setXci(Document xci) |
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)
public Document getXci()
public void setXci(Document xci)
public String getDebugDir()
public void setDebugDir(String debugDir)
debugDir
- Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.