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.
public final String getTitle()
Gets title.
public final Date getCreationTime()
Gets creation time.
public final Date getLastModifiedTime()
Gets last modified date.