to top
Android APIs
public interface

TabStopSpan

implements ParagraphStyle
android.text.style.TabStopSpan
Known Indirect Subclasses

Class Overview

Represents a single tab stop on a line.

Summary

Nested Classes
class TabStopSpan.Standard The default implementation of TabStopSpan. 
Public Methods

? Examples
abstract int getTabStop()
Returns the offset of the tab stop from the leading margin of the line.

Public Methods

public abstract int getTabStop ()

Added in API level 1

Returns the offset of the tab stop from the leading margin of the line.

Returns
  • the offset
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.