Interface TabStopSpan

All Superinterfaces:
ParagraphStyle
All Known Implementing Classes:
TabStopSpan.Standard

public interface TabStopSpan extends ParagraphStyle
Paragraph affecting span that changes the position of the tab with respect to the leading margin of the line. TabStopSpan will only affect the first tab encountered on the first line of the text.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    The default implementation of TabStopSpan that allows setting the offset of the tab stop from the leading margin of the first line of text.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the offset of the tab stop from the leading margin of the line, in pixels.
  • Method Details

    • getTabStop

      int getTabStop()
      Returns the offset of the tab stop from the leading margin of the line, in pixels.
      Returns:
      the offset, in pixels