public class PdfProducerProperties extends Object
PdfProducer
properties for PDF conversion
Constructor and Description |
---|
PdfProducerProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,CustomLocale> |
getCustomLocales()
Gets name to CustomLocale map of custom locales
|
PageProperties |
getPageProperties()
Gets PageProperties of the documents to be produced
|
PdfVersion |
getVersion()
Gets PdfVersion of the documents to be produced
|
PdfProducerProperties |
setCustomLocales(Map<String,CustomLocale> customLocales)
Sets name to CustomLocale map of custom locales
|
PdfProducerProperties |
setPageProperties(PageProperties pageProperties)
Sets PageProperties of the documents to be produced
|
PdfProducerProperties |
setVersion(PdfVersion version)
Sets PdfVersion of the documents to be produced
|
public PdfVersion getVersion()
PdfVersion
of the documents to be produced
PdfVersion
of the documents to be produced
public PdfProducerProperties setVersion(PdfVersion version)
PdfVersion
of the documents to be produced
version
- PdfVersion
to set
PdfProducerProperties
class for chaining
public PageProperties getPageProperties()
PageProperties
of the documents to be produced
PageProperties
of the documents to be produced
public PdfProducerProperties setPageProperties(PageProperties pageProperties)
PageProperties
of the documents to be produced
pageProperties
- PageProperties
to set
PdfProducerProperties
class for chaining
public Map<String,CustomLocale> getCustomLocales()
CustomLocale
map of custom locales
CustomLocale
map of custom locales
public PdfProducerProperties setCustomLocales(Map<String,CustomLocale> customLocales)
CustomLocale
map of custom locales
customLocales
- name to CustomLocale
map of custom locales
PdfProducerProperties
class for chaining
Copyright © 2019. All rights reserved.