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
    object
    Disposable
    TextPageUtil

    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
    Type Description
    string
    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
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX