NotePage

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

Methods

Method Description
getAuthor() Gets the page author.
getTitle() Gets the page title.
getCreationTime() Gets the creation time.
getLastModificationTime() Gets the last modification time.

getAuthor()

public final String getAuthor()

Gets the page author.

Returns: java.lang.String - The page author.

getTitle()

public final String getTitle()

Gets the page title.

Returns: java.lang.String - The page title.

getCreationTime()

public final Date getCreationTime()

Gets the creation time.

Returns: java.util.Date - The creation time.

getLastModificationTime()

public final Date getLastModificationTime()

Gets the last modification time.

Returns: java.util.Date - The last modification time.