public class PdfProducerProperties extends Object
PdfProducer
properties for PDF conversion
Constructor and Description |
---|
PdfProducerProperties() |
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
public PdfEncryptionProperties getEncryptionProperties()
PdfEncryptionProperties
detailing PDF encryption
If absent PDF wouldn't be encrypted
PdfEncryptionProperties
– class that declares encryption to use when producing PDF document
public PdfProducerProperties setEncryptionProperties(PdfEncryptionProperties encryptionProperties)
PdfEncryptionProperties
detailing PDF encryption
encryptionProperties
- class that declares encryption to use when producing PDF document
If absent PDF wouldn't be encrypted
PdfProducerProperties
class for chaining
public BookmarkProperties getBookmarkProperties()
BookmarkProperties
describing properties for bookmarks generation
If absent bookmarks properties from template will be used
BookmarkProperties
– class that declares properties to be used for bookmarks generation
public PdfProducerProperties setBookmarkProperties(BookmarkProperties bookmarkProperties)
BookmarkProperties
describing properties for bookmarks generation
bookmarkProperties
- class that declares properties to be used for bookmarks generation
If absent bookmarks wouldn't be generated
PdfProducerProperties
class for chaining
Copyright © 2022. All rights reserved.