public interface IContentDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLoad()
Gets a value indicating whether a content of particular type can load supplied content.
|
Content |
createInstance(LoadOptions options,
WatermarkerSettings settings)
Creates an instance of content.
|
IContentDescriptor |
deepClone()
Creates a copy of this
IContentDescriptor |
com.aspose.ms.System.Type |
getContentType()
Gets the actual type of underlying content.
|
InfoInternal |
getInfo()
Gets information about document stored in the underlying stream.
|
void |
initFromStream(StreamContainer inputStream)
Initializes the current instance of
IContentDescriptor from specified stream. |
boolean canLoad()
Gets a value indicating whether a content of particular type can load supplied content.
Content createInstance(LoadOptions options, WatermarkerSettings settings)
Creates an instance of content.
options - Additional options to use when loading a content.settings - The settings for customizing Watermarker behaviour.IContentDescriptor deepClone()
Creates a copy of this IContentDescriptor
IContentDescriptorcom.aspose.ms.System.Type getContentType()
Gets the actual type of underlying content.
InfoInternal getInfo()
Gets information about document stored in the underlying stream.
void initFromStream(StreamContainer inputStream)
Initializes the current instance of IContentDescriptor from specified stream.
inputStream - Stream to initialize current instance from.Copyright © 2026. All rights reserved.