WinForms

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

    Show / Hide Table of Contents

    Interface IParagraphItem

    Interface publishes base paragraph item functionality

    Inherited Members
    IEntityBase.Document
    IEntityBase.Owner
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IParagraphItem : IEntityBase

    Properties

    OwnerParagraph

    Gets owner paragraph.

    Declaration
    IParagraph OwnerParagraph { get; }
    Property Value
    Type Description
    IParagraph

    Methods

    Clone(IParagraph)

    Clones itself.

    Declaration
    IParagraphItem Clone(IParagraph paragraph)
    Parameters
    Type Name Description
    IParagraph paragraph

    New owner paragraph

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