Package | Description |
---|---|
com.aspose.note |
The
Aspose.note.saving namespace contains classes which perform saving to different formats. |
Modifier and Type | Method and Description |
---|---|
RichText |
Title.getTitleDate()
Gets or sets a string representation of the date in the title.
|
RichText |
Title.getTitleText()
Gets or sets the text of the title.
|
RichText |
Title.getTitleTime()
Gets or sets a string representation of the time in the title.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setTitleDate(RichText value)
Gets or sets a string representation of the date in the title.
|
void |
Title.setTitleText(RichText value)
Gets or sets the text of the title.
|
void |
Title.setTitleTime(RichText value)
Gets or sets a string representation of the time in the title.
|
void |
DocumentVisitor.visitRichTextEnd(RichText richText)
End to visit the
RichText node. |
void |
DocumentVisitor.visitRichTextStart(RichText richText)
Start to visit the
RichText node. |
Copyright (c) 2017 Aspose. All Rights Reserved.