public final class Title extends CompositeNode<Outline>
Represents a title.
Constructor and Description |
---|
Title(Document document)
Initializes a new instance of the
Title class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
RichText |
getTitleDate()
Gets or sets a string representation of the date in the title.
|
RichText |
getTitleText()
Gets or sets the text of the title.
|
RichText |
getTitleTime()
Gets or sets a string representation of the time in the title.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
void |
setTitleDate(RichText value)
Gets or sets a string representation of the date in the title.
|
void |
setTitleText(RichText value)
Gets or sets the text of the title.
|
void |
setTitleTime(RichText value)
Gets or sets a string representation of the time in the title.
|
appendChild, getChildNodes, getChildren, getFirstChild, getLastChild, getText, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Title(Document document)
Initializes a new instance of the Title
class.
document
- The parent document of the title.public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public RichText getTitleText()
Gets or sets the text of the title.
public void setTitleText(RichText value)
Gets or sets the text of the title.
public RichText getTitleDate()
Gets or sets a string representation of the date in the title.
public void setTitleDate(RichText value)
Gets or sets a string representation of the date in the title.
public RichText getTitleTime()
Gets or sets a string representation of the time in the title.
public void setTitleTime(RichText value)
Gets or sets a string representation of the time in the title.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<Outline>
visitor
- The object of a class derived from the DocumentVisitor
.Copyright (c) 2016 Aspose. All Rights Reserved.