Interface BaselineShift


public interface BaselineShift
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Leave the baseline unchanged
    static final int
    Shift the baseline to the subscript position,
    relative to the previous run
    static final int
    Shift the baseline to the superscript position,
    relative to the previous run
  • Field Details

    • NONE

      static final int NONE
      Leave the baseline unchanged
      See Also:
    • SUPERSCRIPT

      static final int SUPERSCRIPT
      Shift the baseline to the superscript position,
      relative to the previous run
      See Also:
    • SUBSCRIPT

      static final int SUBSCRIPT
      Shift the baseline to the subscript position,
      relative to the previous run
      See Also: