Package com.itextpdf.forms.util
Class BorderStyleUtil
- java.lang.Object
-
- com.itextpdf.forms.util.BorderStyleUtil
-
public final class BorderStyleUtil extends java.lang.Object
This file is a helper class for the internal usage only. Be aware that its API and functionality may be changed in the future.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BorderStyleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
applyBorderProperty(IPropertyContainer container, PdfFormAnnotation annotation)
Applies the border property to the annotation.private static PdfDictionary
transformBorderTypeToBorderStyleDictionary(int borderType)
-
-
-
Method Detail
-
applyBorderProperty
public static void applyBorderProperty(IPropertyContainer container, PdfFormAnnotation annotation)
Applies the border property to the annotation.- Parameters:
container
- property container to apply border properties from.annotation
- the annotation to set border characteristics to.
-
transformBorderTypeToBorderStyleDictionary
private static PdfDictionary transformBorderTypeToBorderStyleDictionary(int borderType)
-
-