NotePage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class NotePage extends CustomPackage
Represents a page in a OneNote section.
Learn more
| Method | Description |
|---|---|
| getAuthor() | Gets the page author. |
| getTitle() | Gets the page title. |
| getCreationTime() | Gets the creation time. |
| getLastModificationTime() | Gets the last modification time. |
public final String getAuthor()
Gets the page author.
Returns: java.lang.String - The page author.
public final String getTitle()
Gets the page title.
Returns: java.lang.String - The page title.
public final Date getCreationTime()
Gets the creation time.
Returns: java.util.Date - The creation time.
public final Date getLastModificationTime()
Gets the last modification time.
Returns: java.util.Date - The last modification time.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.