Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceNAttributes
Packages that use PDDeviceNAttributes
Package
Description
This package deals with colors that are stored in a PDF document.
-
Uses of PDDeviceNAttributes in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDDeviceNAttributesModifier and TypeMethodDescriptionPDDeviceN.getAttributes()
This will get the attributes that are associated with the deviceN color space.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDDeviceNAttributesModifier and TypeMethodDescriptionvoid
PDDeviceN.setAttributes
(PDDeviceNAttributes attributes) This will set the color space attributes.