Loop
Contents
[
Hide
]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
Constructor | Description |
---|---|
Loop() | Initializes a new instance of the Loop class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
visitor | DocumentVisitor | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
Sets last modified time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |