| Package | Description |
|---|---|
| com.stimulsoft.report.dictionary | |
| com.stimulsoft.report.dictionary.enums | |
| com.stimulsoft.report.helpers |
| Modifier and Type | Field and Description |
|---|---|
StiResourceType |
StiResource.type |
| Modifier and Type | Method and Description |
|---|---|
StiResourceType |
StiResource.getType()
The key of the dictionary object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiResource.setType(StiResourceType type)
The key of the dictionary object.
|
| Constructor and Description |
|---|
StiResource(java.lang.String name,
StiResourceType type,
byte[] content)
Creates an object of the type StiResource.
|
StiResource(java.lang.String name,
java.lang.String alias,
boolean inherited,
StiResourceType type,
byte[] content) |
StiResource(java.lang.String name,
java.lang.String alias,
boolean inherited,
StiResourceType type,
byte[] content,
boolean availableInTheViewer)
Creates an object of the type StiResource.
|
StiResource(java.lang.String name,
java.lang.String alias,
StiResourceType type,
byte[] content)
Creates an object of the type StiResource.
|
| Modifier and Type | Method and Description |
|---|---|
static StiResourceType |
StiResourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiResourceType[] |
StiResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StiResourceType |
StiResourceTypeHelper.getTypeFromExtension(java.lang.String extension) |
| Modifier and Type | Method and Description |
|---|---|
static DataSet |
StiResourceArrayToDataSet.get(StiResourceType resourceType,
byte[] array) |
static boolean |
FontVHelper.isFont(StiResourceType type) |
Copyright © 2019 Stimulsoft. All Rights Reserved.