Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWCharacterStyle

    Show / Hide Table of Contents

    Interface IWCharacterStyle

    Represents the style that can be used to format a characters inside the paragraph.

    Inherited Members
    IStyle.Remove()
    IStyle.Clone()
    IStyle.Close()
    IStyle.Name
    IStyle.StyleType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IWCharacterStyle : IStyle

    Properties

    CharacterFormat

    Gets formatting of characters inside paragraph.

    Declaration
    WCharacterFormat CharacterFormat { get; }
    Property Value
    Type Description
    WCharacterFormat

    IsPrimaryStyle

    Gets or sets a value indicating whether this instance is primary style.

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

    if this instance is primary style, set to true.

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