@Deprecated public class OneNotePageInfo extends Object
Represents a page in a OneNote section.
Constructor and Description |
---|
OneNotePageInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Deprecated.
Gets page's author.
|
Date |
getCreationTime()
Deprecated.
Gets creation time.
|
Date |
getLastModifiedTime()
Deprecated.
Gets last modified date.
|
String |
getTitle()
Deprecated.
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.
Copyright © 2020. All rights reserved.