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

    Show / Hide Table of Contents

    IWordWrap Interface

    Definition

    Namespace: Alternet.Editor
    Assembly: Alternet.Editor.v8.dll

    Represents properties and methods to wrap Edit control's text content.

    Syntax
    public interface IWordWrap

    Properties

    WordWrap

    When implemented by a class, gets or sets a value indicating whether control automatically wraps words to the beginning of the next line when necessary.

    WrapAtMargin

    When implemented by a class, gets or sets a value indicating whether control automatically wraps words at margin position.

    WrapMargin

    When implemented by a class, gets position of the wrapping margin.

    Methods

    GetWrapMargin()

    When implemented by a class, returns position of the wrapping margin.

    ResetWordWrap()

    When implemented by a class, resets the WordWrap to the default value.

    ResetWrapAtMargin()

    When implemented by a class, resets the WrapAtMargin to the default value.

    UpdateWordWrap()

    When implemented by a class, re-wraps all lines in the text.

    UpdateWordWrap(Int32, Int32)

    When implemented by a class, re-wraps lines in the text within specific scope.

    In This Article
    Back to top Copyright AlterNET Software Download PDF