OutlineElement
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode
All Implemented Interfaces: com.aspose.note.IOutlineChildNode, com.aspose.note.IOutlineElementChildNode
public final class OutlineElement extends IndentatedNode<IOutlineElementChildNode,OutlineElement> implements IOutlineChildNode, IOutlineElementChildNode
Represents a OutlineElement.
Constructors
Constructor | Description |
---|---|
OutlineElement() | Initializes a new instance of the OutlineElement class. |
Methods
Method | Description |
---|---|
getAuthorMostRecent() | Gets the most recent author of an outline element. |
getAuthorOriginal() | Gets the original author of an outline element. |
getLastModifiedTime() | Gets or sets the last modified time. |
setLastModifiedTime(Date value) | Gets or sets the last modified time. |
getCreationTime() | Gets or sets the creation time. |
setCreationTime(Date value) | Gets or sets the creation time. |
getNumberList() | Gets or sets the style for the numbered list header. |
setNumberList(NumberList value) | Gets or sets the style for the numbered list header. |
accept(DocumentVisitor visitor) | Accepts the visitor of the node. |
OutlineElement()
public OutlineElement()
Initializes a new instance of the OutlineElement class.
getAuthorMostRecent()
public String getAuthorMostRecent()
Gets the most recent author of an outline element.
Returns: java.lang.String
getAuthorOriginal()
public String getAuthorOriginal()
Gets the original author of an outline element.
Returns: java.lang.String
getLastModifiedTime()
public Date getLastModifiedTime()
Gets or sets the last modified time.
Returns: java.util.Date
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getCreationTime()
public Date getCreationTime()
Gets or sets the creation time.
Returns: java.util.Date
setCreationTime(Date value)
public void setCreationTime(Date value)
Gets or sets the creation time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getNumberList()
public NumberList getNumberList()
Gets or sets the style for the numbered list header.
Returns: NumberList
setNumberList(NumberList value)
public void setNumberList(NumberList value)
Gets or sets the style for the numbered list header.
Parameters:
Parameter | Type | Description |
---|---|---|
value | NumberList |
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 . |