Interface IAlignConstants


public interface IAlignConstants
Utility class for cell aliginment to contain basic alignment type values as constants.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Center-align the content in the report cell
    static final short
    Left-align the content in the report cell
    static final short
    Right-align the content in the report cell
    static final short
    Vertically align the content in the report cell to the baseline
    static final short
    Vertically align the content in the report cell to the bottom
    static final short
    Vertically align the content in the report cell to the middle
    static final short
    Vertically align the content in the report cell to the top
  • Field Details

    • ALIGN_CENTER

      static final short ALIGN_CENTER
      Center-align the content in the report cell
      See Also:
    • ALIGN_LEFT

      static final short ALIGN_LEFT
      Left-align the content in the report cell
      See Also:
    • ALIGN_RIGHT

      static final short ALIGN_RIGHT
      Right-align the content in the report cell
      See Also:
    • VALIGN_MIDDLE

      static final short VALIGN_MIDDLE
      Vertically align the content in the report cell to the middle
      See Also:
    • VALIGN_TOP

      static final short VALIGN_TOP
      Vertically align the content in the report cell to the top
      See Also:
    • VALIGN_BOTTOM

      static final short VALIGN_BOTTOM
      Vertically align the content in the report cell to the bottom
      See Also:
    • VALIGN_BASELINE

      static final short VALIGN_BASELINE
      Vertically align the content in the report cell to the baseline
      See Also: