Uses of Enum Class
org.apache.poi.xwpf.usermodel.Borders
Packages that use Borders
-
Uses of Borders in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return BordersModifier and TypeMethodDescriptionXWPFParagraph.getBorderBetween()Specifies the border which shall be displayed between each paragraph in a set of paragraphs which have the same set of paragraph border settings.XWPFParagraph.getBorderBottom()Specifies the border which shall be displayed below a set of paragraphs which have the same set of paragraph border settings.XWPFParagraph.getBorderLeft()Specifies the border which shall be displayed on the left side of the page around the specified paragraph.XWPFParagraph.getBorderRight()Specifies the border which shall be displayed on the right side of the page around the specified paragraph.XWPFParagraph.getBorderTop()Specifies the border which shall be displayed above a set of paragraphs which have the same set of paragraph border settings.static BordersBorders.valueOf(int type) Returns the enum constant of this class with the specified name.static BordersReturns the enum constant of this class with the specified name.static Borders[]Borders.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type BordersModifier and TypeMethodDescriptionvoidXWPFParagraph.setBorderBetween(Borders border) Specifies the border which shall be displayed between each paragraph in a set of paragraphs which have the same set of paragraph border settings.voidXWPFParagraph.setBorderBottom(Borders border) Specifies the border which shall be displayed below a set of paragraphs which have the same set of paragraph border settings.voidXWPFParagraph.setBorderLeft(Borders border) Specifies the border which shall be displayed on the left side of the page around the specified paragraph.voidXWPFParagraph.setBorderRight(Borders border) Specifies the border which shall be displayed on the right side of the page around the specified paragraph.voidXWPFParagraph.setBorderTop(Borders border) Specifies the border which shall be displayed above a set of paragraphs which have the same set of paragraph border settings.