| Modifier and Type | Method and Description |
|---|---|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content)
Creates the linked resource from string.
|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content,
Charset contentEncoding,
String mediaType)
Creates the linked resource from string.
|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content,
ContentType contentType)
Creates the linked resource from string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedResourceCollection.insertItem(int index,
LinkedResource item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
boolean |
LinkedResourceCollection.remove(LinkedResource item)
Removes the first occurrence of a LinkedResource object from the LinkedResourceCollection.
|
protected void |
LinkedResourceCollection.setItem(int index,
LinkedResource item)
Replaces the element at the specified index.
|
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.