public class EmailDocumentInfo extends Object implements IDocumentInfo
Represents metadata of one email document of any supported email format
| Constructor and Description |
|---|
EmailDocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(EmailDocumentInfo other)
Determines whether this instance is equal to the other specified EmailDocumentInfo instance
|
com.groupdocs.editor.formats.abstraction.DocumentFormatBase |
getFormat()
Returns a format of this email document
|
int |
getPageCount()
Always returs 1, because email documents don't have paged view
|
long |
getSize()
Returns size in bytes of this email document
|
boolean |
isEncrypted()
Because email documents cannot be encrypted with password, this property always returns 'false'
|
public final boolean equals(EmailDocumentInfo other)
Determines whether this instance is equal to the other specified EmailDocumentInfo instance
other - Other EmailDocumentInfo instance, that should be checked on equality with thispublic final com.groupdocs.editor.formats.abstraction.DocumentFormatBase getFormat()
Returns a format of this email document
getFormat in interface IDocumentInfopublic final int getPageCount()
Always returs 1, because email documents don't have paged view
getPageCount in interface IDocumentInfopublic final long getSize()
Returns size in bytes of this email document
getSize in interface IDocumentInfopublic final boolean isEncrypted()
Because email documents cannot be encrypted with password, this property always returns 'false'
isEncrypted in interface IDocumentInfoCopyright © 2024. All rights reserved.