Class BorderStyleUtil
java.lang.Object
com.itextpdf.forms.util.BorderStyleUtil
This file is a helper class for the internal usage only.
Be aware that its API and functionality may be changed in the future.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyBorderProperty(IPropertyContainer container, PdfFormAnnotation annotation) Applies the border property to the annotation.
-
Method Details
-
applyBorderProperty
Applies the border property to the annotation.- Parameters:
container- property container to apply border properties from.annotation- the annotation to set border characteristics to.
-