Uses of Class
com.itextpdf.text.pdf.PdfDiv.BorderTopStyle

Packages that use PdfDiv.BorderTopStyle
com.itextpdf.text.pdf   
 

Uses of PdfDiv.BorderTopStyle in com.itextpdf.text.pdf
 

Methods in com.itextpdf.text.pdf that return PdfDiv.BorderTopStyle
 PdfDiv.BorderTopStyle PdfDiv.getBorderTopStyle()
           
static PdfDiv.BorderTopStyle PdfDiv.BorderTopStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PdfDiv.BorderTopStyle[] PdfDiv.BorderTopStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.itextpdf.text.pdf with parameters of type PdfDiv.BorderTopStyle
 void PdfDiv.setBorderTopStyle(PdfDiv.BorderTopStyle borderTopStyle)
           
 



Copyright © 2015. All Rights Reserved.