Loop

Inheritance: java.lang.Object, com.aspose.note.Node

All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode

public class Loop extends Node implements IOutlineElementChildNode

Represents a loop.

Constructors

ConstructorDescription
Loop()Initializes a new instance of the Loop class.

Methods

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getHyperlinkUrl()Gets the hyperlink.
getLastModifiedTime()Gets last modified time.
setHyperlinkUrl(String value)Sets the hyperlink.
setLastModifiedTime(Date value)Sets last modified time.

Loop()

public Loop()

Initializes a new instance of the Loop class.

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

Accepts the visitor of the node.

Parameters:

ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor.

getHyperlinkUrl()

public String getHyperlinkUrl()

Gets the hyperlink.

Returns: java.lang.String

getLastModifiedTime()

public Date getLastModifiedTime()

Gets last modified time.

Returns: java.util.Date

setHyperlinkUrl(String value)

public void setHyperlinkUrl(String value)

Sets the hyperlink.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Sets last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date