IDocument
All Implemented Interfaces: com.aspose.ms.System.IDisposable, com.groupdocs.conversion.contracts.IDocumentSave
public interface IDocument extends System.IDisposable, IDocumentSave
Interface for documents
Methods
Method | Description |
---|---|
getFormat() | |
getContentStream() | |
getLoadOptions() | |
getInfo() | |
getSize() | |
getPagesCount() | |
ensureLoaded() |
getFormat()
public abstract FileType getFormat()
Returns: FileType
getContentStream()
public abstract System.IO.MemoryStream getContentStream()
Returns: com.aspose.ms.System.IO.MemoryStream
getLoadOptions()
public abstract LoadOptions getLoadOptions()
Returns: LoadOptions
getInfo()
public abstract IDocumentInfo getInfo()
Returns: IDocumentInfo
getSize()
public abstract long getSize()
Returns: long
getPagesCount()
public abstract int getPagesCount()
Returns: int
ensureLoaded()
public abstract void ensureLoaded()