menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hyphenation - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hyphenation

    Represents Hyphenation settings of the document.

    Inheritance
    System.Object
    Hyphenation
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class Hyphenation : Object

    Properties

    AutoHyphenation

    Gets or sets a value indicating whether to hyphenate the document contents automatically. The default is false.

    Declaration
    public bool AutoHyphenation { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if to automatically hyphenate the document contents, otherwise false.

    ConsecutiveHyphensLimit

    Gets or sets the maximum number of consecutive lines of text that can end with a hyphen.

    Declaration
    public int ConsecutiveHyphensLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    An integer that specifies the number of consecutive lines.

    Remarks

    Consecutive hyphens limit must be between 0 and 32767.

    HyphenateCaps

    Gets or sets a value indicating whether to hyphenate words in all capital letters. The default is true.

    Declaration
    public bool HyphenateCaps { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if to hyphenate words in all capital letters, otherwise false.

    HyphenationZone

    Gets or sets the amount of whitespace which can be left at the end of a line (or added to justified lines) before hyphenation measured in point.

    Declaration
    public float HyphenationZone { get; set; }
    Property Value
    Type Description
    System.Single

    A float that specifies the amount of whitespace.

    Remarks

    Hyphenation zone must be between 0.05 pt and 1584 pt.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved