public class OneNotePageInfo extends Object
Represents page in OneNoteFormat
.
Constructor and Description |
---|
OneNotePageInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets page's author.
|
Date |
getCreationTime()
Gets creation time.
|
Date |
getLastModifiedTime()
Gets last modified date.
|
String |
getTitle()
Gets title.
|
public final String getAuthor()
Gets page's author.
Value: The author.public final String getTitle()
Gets title.
Value: The title.public final Date getCreationTime()
Gets creation time.
Value: The creation time.public final Date getLastModifiedTime()
Gets last modified date.
Value: The last modified time.Copyright © 2017. All rights reserved.