menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IStyle - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IStyle

    Represents the style.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IStyle

    Properties

    Name

    Gets or sets the style name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the style name.

    StyleType

    Gets the type of the style. Read-only.

    Declaration
    StyleType StyleType { get; }
    Property Value
    Type Description
    StyleType

    The StyleType member that specifies the type of the style.

    Methods

    Clone()

    Clones the IStyle, creating duplicate style.

    Declaration
    IStyle Clone()
    Returns
    Type Description
    IStyle

    The IStyle object.

    Close()

    Closes this instance.

    Declaration
    void Close()

    Remove()

    Remove this style from the Word document.

    Declaration
    void Remove()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved