Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDFourColours
-
Packages that use PDFourColours Package Description org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file. -
-
Uses of PDFourColours in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type PDFourColours Modifier and Type Method Description void
PDLayoutAttributeObject. setBorderColors(PDFourColours borderColors)
Sets the border colours for four sides separately (BorderColor).protected void
PDStandardAttributeObject. setFourColors(java.lang.String name, PDFourColours value)
Sets four colours.
-