Class TextPageUtil
Definition
- Namespace:
- Tizen.NUI.Utility
- Assembly:
- Tizen.NUI.dll
This is utility class for paging very long text.
public class TextPageUtil : Disposable
- Inheritance
-
Methods
View Source
GetText(int)
Input the page number returns the text of the page.
The text of the page.
Declaration
public string GetText(int pageNum)
Parameters
| Type |
Name |
Description |
| int |
pageNum |
|
Returns
View Source
SetText(TextLabel, string)
When text is inputed, the text is paging in the TextLabe size unit.
The total number of pages.
Declaration
public int SetText(TextLabel label, string str)
Parameters
| Type |
Name |
Description |
| TextLabel |
label |
|
| string |
str |
|
Returns
Extension Methods