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

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

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valueNumberList

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 .