Annotation Type ExcelBorder


@Documented @Retention(RUNTIME) @Target({}) public @interface ExcelBorder
The Interface ExcelBorder.
ExcelBorder is used to define the border types through enumeration BorderStyle.
ExcelBorder is composed of 4 properties:
  • bottom
  • left
  • right
  • top

It is a property of the following annotations:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    org.apache.poi.ss.usermodel.BorderStyle
    Bottom.
    org.apache.poi.ss.usermodel.BorderStyle
    Left.
    org.apache.poi.ss.usermodel.BorderStyle
    Right.
    org.apache.poi.ss.usermodel.BorderStyle
    Top.
  • Element Details

    • top

      org.apache.poi.ss.usermodel.BorderStyle top
      Top.
      Returns:
      the border style
      Default:
      NONE
    • bottom

      org.apache.poi.ss.usermodel.BorderStyle bottom
      Bottom.
      Returns:
      the border style
      Default:
      NONE
    • left

      org.apache.poi.ss.usermodel.BorderStyle left
      Left.
      Returns:
      the border style
      Default:
      NONE
    • right

      org.apache.poi.ss.usermodel.BorderStyle right
      Right.
      Returns:
      the border style
      Default:
      NONE