The methods of Android.Text.StaticLayout are listed below. For a list of all members, see the StaticLayout Members list.
See Also: Inherited members from Android.Text.Layout
override | GetEllipsisCount(int)Returns the number of characters to be ellipsized away, or 0 if no ellipsis is to take place. | |
override | GetEllipsisStart(int)Return the offset of the first character to be ellipsized away, relative to the start of the line. | |
override | GetLineContainsTab(int)Returns whether the specified line contains one or more characters that need to be handled specially, like tabs or emoji. | |
override | GetLineDescent(int)Return the descent of the specified line(0…getLineCount() - 1). | |
override | GetLineDirections(int)Returns the directional run information for the specified line. | |
override | GetLineStart(int)Return the text offset of the beginning of the specified line ( 0…getLineCount()). | |
override | GetLineTop(int)Return the vertical position of the top of the specified line (0…getLineCount()). | |
override | GetParagraphDirection(int)Returns the primary directionality of the paragraph containing the specified line, either 1 for left-to-right lines, or -1 for right-to-left lines (see Layout.DIR_LEFT_TO_RIGHT, Layout.DIR_RIGHT_TO_LEFT). |