GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    CommentEnd Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents the end of a comment.

    • C#
    • VB.NET
    public sealed class CommentEnd : Inline
    Public NotInheritable Class CommentEnd
        Inherits Inline
    Inheritance:
    System.Object
    Element
    Inline
    CommentEnd
    Remarks

    CommentEnd element is used in a pair with CommentStart element to mark the region of the comment.

    Constructors

    CommentEnd(DocumentModel, Comment)

    Creates the new instance of the CommentEnd class

    • C#
    • VB.NET
    public CommentEnd(DocumentModel document, Comment comment)
    Public Sub New(document As DocumentModel, comment As Comment)
    Parameters
    document
    DocumentModel

    The owner document.

    comment
    Comment

    The comment that this element delimits.

    Properties

    Comment

    Gets the comment that this element delimits.

    • C#
    • VB.NET
    public Comment Comment { get; }
    Public ReadOnly Property Comment As Comment
    Property Value
    Comment

    The parent comment.

    ElementType

    Gets the ElementType of this Element instance.

    • C#
    • VB.NET
    public override ElementType ElementType { get; }
    Public Overrides ReadOnly Property ElementType As ElementType
    Property Value
    ElementType

    The ElementType of this Element instance.

    Overrides
    Element.ElementType

    Inherited Properties

    Content

    Gets the content of the current Element.

    (Inherited from Element)

    Document

    Gets the owner document.

    (Inherited from Element)

    Parent

    Gets the parent of this Element instance.

    (Inherited from Element)

    ParentCollection

    Gets the InlineCollection that contains this Inline instance.

    (Inherited from Inline)

    Revision

    Gets or sets the revision information for the inline.

    (Inherited from Inline)

    Inherited Methods

    Clone(System.Boolean)

    Clones this Inline instance.

    (Inherited from Inline)

    GetChildElements(System.Boolean)

    Gets the child elements.

    (Inherited from Element)

    GetChildElements(System.Boolean, ElementType[])

    Gets the child elements filtered by ElementType.

    (Inherited from Element)

    GetParentElements()

    Gets the parent elements.

    (Inherited from Element)

    GetParentElements(ElementType[])

    Gets the parent elements.

    (Inherited from Element)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.