java.lang.Object
com.aspose.words.ResourceLoadingArgs
public class ResourceLoadingArgs
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getOriginalUri() | |
| Original URI of the resource as specified in imported document. | ||
int | getResourceType() | |
| Type of resource. The value of the property is ResourceType integer constant. | ||
java.lang.String | getUri() | |
void | setUri(java.lang.String value) | |
| URI of the resource which is used for downloading
if Initially it's set to absolute URI of the resource, but user can redefine it to any value. |
||
| Method Summary | ||
|---|---|---|
void | setData(byte[] data) | |
|
Sets user provided data of the resource which is used
if |
||
| Property Getters/Setters Detail |
|---|
getOriginalUri | |
public java.lang.String getOriginalUri() | |
getResourceType | |
public int getResourceType() | |
getUri/setUri | |
public java.lang.String getUri() / public void setUri(java.lang.String value) | |
URI of the resource which is used for downloading
if
Initially it's set to absolute URI of the resource, but user can redefine it to any value.
| Method Detail |
|---|
setData | |
public void setData(byte[] data) | |