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
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getAuthorMostRecent()Gets the most recent author of an outline element.
getAuthorOriginal()Gets the original author of an outline element.
getCreationTime()Gets or sets the creation time.
getLastModifiedTime()Gets or sets the last modified time.
getNumberList()Gets or sets the style for the numbered list header.
setCreationTime(Date value)Gets or sets the creation time.
setLastModifiedTime(Date value)Gets or sets the last modified time.
setNumberList(NumberList value)Gets or sets the style for the numbered list header.

OutlineElement()

public OutlineElement()

Initializes a new instance of the OutlineElement 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.

getAuthorMostRecent()

public final String getAuthorMostRecent()

Gets the most recent author of an outline element.

Value: The author most recent.

Returns: java.lang.String

getAuthorOriginal()

public final String getAuthorOriginal()

Gets the original author of an outline element.

Value: The author original.

Returns: java.lang.String

getCreationTime()

public Date getCreationTime()

Gets or sets the creation time.

Returns: java.util.Date

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

getNumberList()

public NumberList getNumberList()

Gets or sets the style for the numbered list header.

Returns: NumberList

setCreationTime(Date value)

public void setCreationTime(Date value)

Gets or sets the creation time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setNumberList(NumberList value)

public void setNumberList(NumberList value)

Gets or sets the style for the numbered list header.

Parameters:

ParameterTypeDescription
valueNumberList