FixedLayoutDocumentInfo
Contents
[
Hide
]
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct
All Implemented Interfaces: com.groupdocs.editor.metadata.IDocumentInfo
public class FixedLayoutDocumentInfo extends Struct<FixedLayoutDocumentInfo> implements IDocumentInfo
Represents metadata of one document with fixed layout format like PDF or XPS
Constructors
Constructor | Description |
---|---|
FixedLayoutDocumentInfo() |
Methods
Method | Description |
---|---|
getFormat() | Returns a format of this fixed-layout format document |
getPageCount() | Returns number of pages |
getSize() | Returns size in bytes of this fixed-layout format document |
isEncrypted() | Determines whether this specific fixed-layout format document in encrypted and requires password for opening |
equals(FixedLayoutDocumentInfo other) | Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance |
FixedLayoutDocumentInfo()
public FixedLayoutDocumentInfo()
getFormat()
public final DocumentFormatBase getFormat()
Returns a format of this fixed-layout format document
Returns: DocumentFormatBase
getPageCount()
public final int getPageCount()
Returns number of pages
Returns: int
getSize()
public final long getSize()
Returns size in bytes of this fixed-layout format document
Returns: long
isEncrypted()
public final boolean isEncrypted()
Determines whether this specific fixed-layout format document in encrypted and requires password for opening
Returns: boolean
equals(FixedLayoutDocumentInfo other)
public final boolean equals(FixedLayoutDocumentInfo other)
Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance
Parameters:
Parameter | Type | Description |
---|---|---|
other | FixedLayoutDocumentInfo | Other FixedLayoutDocumentInfo instance, that should be checked on equality with this |
Returns: boolean - True if are equal, false if are unequal