Enum CrosstabRowPositionEnum

java.lang.Object
java.lang.Enum<CrosstabRowPositionEnum>
net.sf.jasperreports.crosstabs.type.CrosstabRowPositionEnum
All Implemented Interfaces:
Serializable, Comparable<CrosstabRowPositionEnum>, java.lang.constant.Constable, NamedEnum

public enum CrosstabRowPositionEnum extends Enum<CrosstabRowPositionEnum> implements NamedEnum
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Enum Constant Details

    • TOP

      public static final CrosstabRowPositionEnum TOP
      Vertical stretch position indicating that the contents will be rendered on the top.
    • MIDDLE

      public static final CrosstabRowPositionEnum MIDDLE
      Vertical stretch position indicating that the contents will be rendered on the middle.
    • BOTTOM

      public static final CrosstabRowPositionEnum BOTTOM
      Vertical stretch position indicating that the contents will be rendered on the bottom.
    • STRETCH

      public static final CrosstabRowPositionEnum STRETCH
      Vertical stretch position indicating that the contents will be rendered vertically stretched.
  • Method Details