Uses of Class
org.apache.pdfbox.pdmodel.graphics.form.PDTransparencyGroupAttributes
-
Packages that use PDTransparencyGroupAttributes Package Description org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document. -
-
Uses of PDTransparencyGroupAttributes in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return PDTransparencyGroupAttributes Modifier and Type Method Description PDTransparencyGroupAttributesPDFormXObject. getGroup()Returns the transparency group attributes dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.form with parameters of type PDTransparencyGroupAttributes Modifier and Type Method Description voidPDFormXObject. setGroup(PDTransparencyGroupAttributes group)Sets the transparency group attributes dictionary.
-