Class Loop
Class Loop
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (25.3.0)
Represents a loop.
public sealed class Loop : Node, IOutlineElementChildNode, INode
Inheritance
Implements
IOutlineElementChildNode, INode
Inherited Members
Node.Accept(DocumentVisitor), Node.Document, Node.IsComposite, Node.NodeType, Node.ParentNode, Node.PreviousSibling, Node.NextSibling, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Loop()
public Loop()
Properties
LastModifiedTime
Gets or sets the last modified time.
public DateTime LastModifiedTime { get; set; }
Property Value
Link
Gets or sets the link.
public string Link { get; set; }
Property Value
Methods
Accept(DocumentVisitor)
Accepts the visitor of the node.
public override void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
The object of a class derived from the Aspose.Note.DocumentVisitor.