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 |
---|---|
TiffByteOrderEnum |
ASTiffExportParametersBean.getByteOrder()
Gets or sets a value indicating the tiff byte order.
|
TiffByteOrderEnum |
ASTiffExportConfigurationImpl.getByteOrder()
Gets or sets a value indicating the tiff byte order.
|
TiffByteOrderEnum |
ASTiffExportConfiguration.getByteOrder()
Gets or sets a value indicating the tiff byte order.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setByteOrder(TiffByteOrderEnum value)
Gets or sets a value indicating the tiff byte order.
|
void |
ASTiffExportConfigurationImpl.setByteOrder(TiffByteOrderEnum value)
Gets or sets a value indicating the tiff byte order.
|
Constructor and Description |
---|
ASTiffExportConfigurationImpl(TiffExpectedFormatEnum expectedFormat,
TiffByteOrderEnum byteOrder)
Initializes a new instance of the
ASTiffExportConfigurationImpl class. |
Modifier and Type | Method and Description |
---|---|
static TiffByteOrderEnum |
TiffByteOrderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffByteOrderEnum[] |
TiffByteOrderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|