TabStopSpan
public
interface
TabStopSpan
implements
ParagraphStyle
android.text.style.TabStopSpan |
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.
Summary
Nested classes | |
---|---|
class |
TabStopSpan.Standard
The default implementation of TabStopSpan that allows setting the offset of the tab stop from the leading margin of the first line of text. |
Public methods | |
---|---|
abstract
int
|
getTabStop()
Returns the offset of the tab stop from the leading margin of the line, in pixels. |
Public methods
getTabStop
public abstract int getTabStop ()
Returns the offset of the tab stop from the leading margin of the line, in pixels.
Returns | |
---|---|
int |
the offset, in pixels |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.