• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    UpdateWordWrap Method

    UpdateWordWrap()

    Re-wraps all lines in the text.

    Declaration
    public virtual bool UpdateWordWrap()
    Returns
    Type Description
    Boolean

    True if succeed; otherwise false.

    Implements
    IWordWrap.UpdateWordWrap()

    UpdateWordWrap(Int32, Int32)

    Re-wraps lines in the text within specific scope.

    Declaration
    public virtual bool UpdateWordWrap(int first, int last)
    Parameters
    Type Name Description
    Int32 first

    Specifies first line to wrap.

    Int32 last

    Specifies last line to wrap.

    Returns
    Type Description
    Boolean

    True if succeed; otherwise false.

    Implements
    IWordWrap.UpdateWordWrap(Int32, Int32)
    In This Article
    Back to top Copyright AlterNET Software Download PDF