Package | Description |
---|---|
com.aspose.cad.jasperreports.tiff |
The package contains SVG file format exporter classes.
|
com.aspose.cad.jasperreports.tiff.enums |
The package contains Tiff file format enumerations.
|
Modifier and Type | Method and Description |
---|---|
TiffFillOrdersEnum |
ASTiffExportParametersBean.getFillOrder()
Gets or sets the byte bits fill order.
|
TiffFillOrdersEnum |
ASTiffExportConfigurationImpl.getFillOrder()
Gets or sets the byte bits fill order.
|
TiffFillOrdersEnum |
ASTiffExportConfiguration.getFillOrder()
Gets or sets the byte bits fill order.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setFillOrder(TiffFillOrdersEnum fillOrder)
Gets or sets the byte bits fill order.
|
void |
ASTiffExportConfigurationImpl.setFillOrder(TiffFillOrdersEnum fillOrder)
Gets or sets the byte bits fill order.
|
Modifier and Type | Method and Description |
---|---|
static TiffFillOrdersEnum |
TiffFillOrdersEnum.getByValue(int value) |
static TiffFillOrdersEnum |
TiffFillOrdersEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffFillOrdersEnum[] |
TiffFillOrdersEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|