Returns number of pages. Markdown documents usually have no fixed pages and thus page count, so this number is calculated from standard page size set to A4 in portrait orientation.
Returns:
int
getSize()
public final long getSize()
Returns size in bytes of this Markdown document
Returns:
long
isEncrypted()
public final boolean isEncrypted()
Because Markdown documents cannot be encrypted with password, this property always returns ‘false’
Returns:
boolean
equals(MarkdownDocumentInfo other)
public final boolean equals(MarkdownDocumentInfo other)
Determines whether this instance is equal to the other specified MarkdownDocumentInfo instance.