WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BookmarkEnd

    Show / Hide Table of Contents

    Class BookmarkEnd

    Represents the end position of the bookmark in the document.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    WidgetBase
    ParagraphItem
    BookmarkEnd
    Implements
    IXDLSSerializable
    IParagraphItem
    IEntityBase
    ILeafWidget
    IWidget
    Inherited Members
    ParagraphItem.m_iStartIndex
    ParagraphItem.SetOwnerParagraph(IParagraph, Int32)
    ParagraphItem.OwnerParagraph
    ParagraphItem.StartIndex
    WidgetBase.m_layoutInfo
    WidgetBase.IWidget.Draw(CustomGraphics, LayoutedWidget)
    WidgetBase.DrawImpl(CustomGraphics, LayoutedWidget)
    WidgetBase.IWidget.LayoutInfo
    XDLSSerializableBase.m_id
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    EntityBase.SetOwner(IEntityBase)
    EntityBase.Owner
    EntityBase.Document
    EntityBase.DocumentEx
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class BookmarkEnd : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntityBase, ILeafWidget, IWidget

    Constructors

    BookmarkEnd(BookmarkEnd, IParagraph)

    Initializing constructor

    Declaration
    protected BookmarkEnd(BookmarkEnd bookmark, IParagraph paragraph)
    Parameters
    Type Name Description
    BookmarkEnd bookmark
    IParagraph paragraph

    BookmarkEnd(IDocument)

    Initializing constructor

    Declaration
    public BookmarkEnd(IDocument doc)
    Parameters
    Type Name Description
    IDocument doc

    Properties

    Name

    Gets/sets bookmark name.

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

    Methods

    Clone(IParagraph)

    Declaration
    public override IParagraphItem Clone(IParagraph paragraph)
    Parameters
    Type Name Description
    IParagraph paragraph
    Returns
    Type Description
    IParagraphItem
    Overrides
    ParagraphItem.Clone(IParagraph)

    CreateLayoutInfo()

    Declaration
    protected override void CreateLayoutInfo()
    Overrides
    WidgetBase.CreateLayoutInfo()

    ReadXmlAttributes(IXDLSAttributeReader)

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader
    Overrides
    ParagraphItem.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer
    Overrides
    ParagraphItem.WriteXmlAttributes(IXDLSAttributeWriter)

    Explicit Interface Implementations

    ILeafWidget.Measure(CustomGraphics)

    Declaration
    SizeF ILeafWidget.Measure(CustomGraphics cg)
    Parameters
    Type Name Description
    CustomGraphics cg
    Returns
    Type Description
    System.Drawing.SizeF

    Implements

    IXDLSSerializable
    IParagraphItem
    IEntityBase
    ILeafWidget
    IWidget
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved