public class TiffOptions extends Object
Constructor and Description |
---|
TiffOptions() |
Modifier and Type | Method and Description |
---|---|
TiffOptions |
addBitsPerSampleItem(Integer bitsPerSampleItem) |
TiffOptions |
addColorMapItem(Integer colorMapItem) |
TiffOptions |
addHalfToneHintsItem(Integer halfToneHintsItem) |
TiffOptions |
addMaxSampleValueItem(Integer maxSampleValueItem) |
TiffOptions |
addMinSampleValueItem(Integer minSampleValueItem) |
TiffOptions |
addPageNumberItem(Integer pageNumberItem) |
TiffOptions |
addSampleFormatItem(String sampleFormatItem) |
TiffOptions |
addSmaxSampleValueItem(Long smaxSampleValueItem) |
TiffOptions |
addSminSampleValueItem(Long sminSampleValueItem) |
TiffOptions |
addStripByteCountsItem(Long stripByteCountsItem) |
TiffOptions |
addStripOffsetsItem(Long stripOffsetsItem) |
TiffOptions |
alphaStorage(String alphaStorage) |
TiffOptions |
artist(String artist) |
TiffOptions |
bitsPerPixel(Integer bitsPerPixel) |
TiffOptions |
bitsPerSample(List<Integer> bitsPerSample) |
TiffOptions |
byteOrder(String byteOrder) |
TiffOptions |
colorMap(List<Integer> colorMap) |
TiffOptions |
compression(String compression) |
TiffOptions |
copyright(String copyright) |
TiffOptions |
dateTime(String dateTime) |
TiffOptions |
documentName(String documentName) |
boolean |
equals(Object o) |
TiffOptions |
faxT4Options(String faxT4Options) |
TiffOptions |
fillOrder(String fillOrder) |
String |
getAlphaStorage()
Gets or sets the alpha storage.
|
String |
getArtist()
Gets or sets the artist.
|
Integer |
getBitsPerPixel()
Gets or sets the bits per pixel.
|
List<Integer> |
getBitsPerSample()
Gets or sets the bits per sample.
|
String |
getByteOrder()
Gets or sets the byte order.
|
List<Integer> |
getColorMap()
Gets or sets the color map.
|
String |
getCompression()
Gets or sets the compression.
|
String |
getCopyright()
Gets or sets the copyright info.
|
String |
getDateTime()
Gets or sets the date and time.
|
String |
getDocumentName()
Gets or sets the document name.
|
String |
getFaxT4Options()
Gets or sets the FaxT4 Options.
|
String |
getFillOrder()
Gets or sets the fill order.
|
List<Integer> |
getHalfToneHints()
Gets or sets the half-tone hints.
|
String |
getImageDescription()
Gets or sets the image description.
|
Long |
getImageLength()
Gets or sets the image length.
|
Long |
getImageWidth()
Gets or sets the image width.
|
String |
getInkNames()
Gets or sets the ink names.
|
List<Integer> |
getMaxSampleValue()
Gets or sets the max sample value.
|
List<Integer> |
getMinSampleValue()
Gets or sets the min sample value.
|
String |
getOrientation()
Gets or sets the orientation.
|
String |
getPageName()
Gets or sets the page name.
|
List<Integer> |
getPageNumber()
Gets or sets the page number.
|
String |
getPhotometric()
Gets or sets the photometric interpretation.
|
String |
getPlanarConfiguration()
Gets or sets the planar configuration.
|
String |
getPredictor()
Gets or sets the predictor (a mathematical operator that is applied to the image data before an encoding scheme is applied).
|
String |
getResolutionUnit()
Gets or sets the resolution unit.
|
Long |
getRowsPerStrip()
Gets or sets the rows per strip.
|
List<String> |
getSampleFormat()
Gets or sets the sample format.
|
Integer |
getSamplesPerPixel()
Gets or sets the samples per pixel.
|
String |
getScannerManufacturer()
Gets or sets the scanner manufacturer.
|
String |
getScannerModel()
Gets or sets the scanner model.
|
List<Long> |
getSmaxSampleValue()
Gets or sets the Smax sample value.
|
List<Long> |
getSminSampleValue()
Gets or sets the Smin sample value.
|
String |
getSoftwareType()
Gets or sets the software type.
|
List<Long> |
getStripByteCounts()
Gets or sets the strip byte counts.
|
List<Long> |
getStripOffsets()
Gets or sets the strip offsets.
|
String |
getSubFileType()
Gets or sets the subfile type.
|
String |
getTargetPrinter()
Gets or sets the target printer.
|
String |
getThreshholding()
Gets or sets the threshholding.
|
Integer |
getTotalPages()
Gets or sets the total pages count.
|
Integer |
getValidTagCount()
Gets or sets the valid tag count.
|
Double |
getXposition()
Gets or sets the X position.
|
Double |
getXresolution()
Gets or sets the X resolution.
|
Double |
getYposition()
Gets or sets the Y position.
|
Double |
getYresolution()
Gets or sets the Y resolution.
|
TiffOptions |
halfToneHints(List<Integer> halfToneHints) |
int |
hashCode() |
TiffOptions |
imageDescription(String imageDescription) |
TiffOptions |
imageLength(Long imageLength) |
TiffOptions |
imageWidth(Long imageWidth) |
TiffOptions |
inkNames(String inkNames) |
Boolean |
isIsValid()
Gets or sets a value indicating whether TIFF image has valid data.
|
TiffOptions |
isValid(Boolean isValid) |
TiffOptions |
maxSampleValue(List<Integer> maxSampleValue) |
TiffOptions |
minSampleValue(List<Integer> minSampleValue) |
TiffOptions |
orientation(String orientation) |
TiffOptions |
pageName(String pageName) |
TiffOptions |
pageNumber(List<Integer> pageNumber) |
TiffOptions |
photometric(String photometric) |
TiffOptions |
planarConfiguration(String planarConfiguration) |
TiffOptions |
predictor(String predictor) |
TiffOptions |
resolutionUnit(String resolutionUnit) |
TiffOptions |
rowsPerStrip(Long rowsPerStrip) |
TiffOptions |
sampleFormat(List<String> sampleFormat) |
TiffOptions |
samplesPerPixel(Integer samplesPerPixel) |
TiffOptions |
scannerManufacturer(String scannerManufacturer) |
TiffOptions |
scannerModel(String scannerModel) |
void |
setAlphaStorage(String alphaStorage) |
void |
setArtist(String artist) |
void |
setBitsPerPixel(Integer bitsPerPixel) |
void |
setBitsPerSample(List<Integer> bitsPerSample) |
void |
setByteOrder(String byteOrder) |
void |
setColorMap(List<Integer> colorMap) |
void |
setCompression(String compression) |
void |
setCopyright(String copyright) |
void |
setDateTime(String dateTime) |
void |
setDocumentName(String documentName) |
void |
setFaxT4Options(String faxT4Options) |
void |
setFillOrder(String fillOrder) |
void |
setHalfToneHints(List<Integer> halfToneHints) |
void |
setImageDescription(String imageDescription) |
void |
setImageLength(Long imageLength) |
void |
setImageWidth(Long imageWidth) |
void |
setInkNames(String inkNames) |
void |
setIsValid(Boolean isValid) |
void |
setMaxSampleValue(List<Integer> maxSampleValue) |
void |
setMinSampleValue(List<Integer> minSampleValue) |
void |
setOrientation(String orientation) |
void |
setPageName(String pageName) |
void |
setPageNumber(List<Integer> pageNumber) |
void |
setPhotometric(String photometric) |
void |
setPlanarConfiguration(String planarConfiguration) |
void |
setPredictor(String predictor) |
void |
setResolutionUnit(String resolutionUnit) |
void |
setRowsPerStrip(Long rowsPerStrip) |
void |
setSampleFormat(List<String> sampleFormat) |
void |
setSamplesPerPixel(Integer samplesPerPixel) |
void |
setScannerManufacturer(String scannerManufacturer) |
void |
setScannerModel(String scannerModel) |
void |
setSmaxSampleValue(List<Long> smaxSampleValue) |
void |
setSminSampleValue(List<Long> sminSampleValue) |
void |
setSoftwareType(String softwareType) |
void |
setStripByteCounts(List<Long> stripByteCounts) |
void |
setStripOffsets(List<Long> stripOffsets) |
void |
setSubFileType(String subFileType) |
void |
setTargetPrinter(String targetPrinter) |
void |
setThreshholding(String threshholding) |
void |
setTotalPages(Integer totalPages) |
void |
setValidTagCount(Integer validTagCount) |
void |
setXposition(Double xposition) |
void |
setXresolution(Double xresolution) |
void |
setYposition(Double yposition) |
void |
setYresolution(Double yresolution) |
TiffOptions |
smaxSampleValue(List<Long> smaxSampleValue) |
TiffOptions |
sminSampleValue(List<Long> sminSampleValue) |
TiffOptions |
softwareType(String softwareType) |
TiffOptions |
stripByteCounts(List<Long> stripByteCounts) |
TiffOptions |
stripOffsets(List<Long> stripOffsets) |
TiffOptions |
subFileType(String subFileType) |
TiffOptions |
targetPrinter(String targetPrinter) |
TiffOptions |
threshholding(String threshholding) |
String |
toString() |
TiffOptions |
totalPages(Integer totalPages) |
TiffOptions |
validTagCount(Integer validTagCount) |
TiffOptions |
xposition(Double xposition) |
TiffOptions |
xresolution(Double xresolution) |
TiffOptions |
yposition(Double yposition) |
TiffOptions |
yresolution(Double yresolution) |
public TiffOptions isValid(Boolean isValid)
public Boolean isIsValid()
public void setIsValid(Boolean isValid)
public TiffOptions artist(String artist)
public String getArtist()
public void setArtist(String artist)
public TiffOptions byteOrder(String byteOrder)
public String getByteOrder()
public void setByteOrder(String byteOrder)
public TiffOptions bitsPerSample(List<Integer> bitsPerSample)
public TiffOptions addBitsPerSampleItem(Integer bitsPerSampleItem)
public List<Integer> getBitsPerSample()
public TiffOptions compression(String compression)
public String getCompression()
public void setCompression(String compression)
public TiffOptions copyright(String copyright)
public String getCopyright()
public void setCopyright(String copyright)
public TiffOptions colorMap(List<Integer> colorMap)
public TiffOptions addColorMapItem(Integer colorMapItem)
public TiffOptions dateTime(String dateTime)
public String getDateTime()
public void setDateTime(String dateTime)
public TiffOptions documentName(String documentName)
public String getDocumentName()
public void setDocumentName(String documentName)
public TiffOptions alphaStorage(String alphaStorage)
public String getAlphaStorage()
public void setAlphaStorage(String alphaStorage)
public TiffOptions fillOrder(String fillOrder)
public String getFillOrder()
public void setFillOrder(String fillOrder)
public TiffOptions halfToneHints(List<Integer> halfToneHints)
public TiffOptions addHalfToneHintsItem(Integer halfToneHintsItem)
public List<Integer> getHalfToneHints()
public TiffOptions imageDescription(String imageDescription)
public String getImageDescription()
public void setImageDescription(String imageDescription)
public TiffOptions inkNames(String inkNames)
public String getInkNames()
public void setInkNames(String inkNames)
public TiffOptions scannerManufacturer(String scannerManufacturer)
public String getScannerManufacturer()
public void setScannerManufacturer(String scannerManufacturer)
public TiffOptions maxSampleValue(List<Integer> maxSampleValue)
public TiffOptions addMaxSampleValueItem(Integer maxSampleValueItem)
public List<Integer> getMaxSampleValue()
public TiffOptions minSampleValue(List<Integer> minSampleValue)
public TiffOptions addMinSampleValueItem(Integer minSampleValueItem)
public List<Integer> getMinSampleValue()
public TiffOptions scannerModel(String scannerModel)
public String getScannerModel()
public void setScannerModel(String scannerModel)
public TiffOptions pageName(String pageName)
public String getPageName()
public void setPageName(String pageName)
public TiffOptions orientation(String orientation)
public String getOrientation()
public void setOrientation(String orientation)
public TiffOptions pageNumber(List<Integer> pageNumber)
public TiffOptions addPageNumberItem(Integer pageNumberItem)
public List<Integer> getPageNumber()
public TiffOptions photometric(String photometric)
public String getPhotometric()
public void setPhotometric(String photometric)
public TiffOptions planarConfiguration(String planarConfiguration)
public String getPlanarConfiguration()
public void setPlanarConfiguration(String planarConfiguration)
public TiffOptions resolutionUnit(String resolutionUnit)
public String getResolutionUnit()
public void setResolutionUnit(String resolutionUnit)
public TiffOptions rowsPerStrip(Long rowsPerStrip)
public Long getRowsPerStrip()
public void setRowsPerStrip(Long rowsPerStrip)
public TiffOptions sampleFormat(List<String> sampleFormat)
public TiffOptions addSampleFormatItem(String sampleFormatItem)
public List<String> getSampleFormat()
public TiffOptions samplesPerPixel(Integer samplesPerPixel)
public Integer getSamplesPerPixel()
public void setSamplesPerPixel(Integer samplesPerPixel)
public TiffOptions smaxSampleValue(List<Long> smaxSampleValue)
public TiffOptions addSmaxSampleValueItem(Long smaxSampleValueItem)
public List<Long> getSmaxSampleValue()
public TiffOptions sminSampleValue(List<Long> sminSampleValue)
public TiffOptions addSminSampleValueItem(Long sminSampleValueItem)
public List<Long> getSminSampleValue()
public TiffOptions softwareType(String softwareType)
public String getSoftwareType()
public void setSoftwareType(String softwareType)
public TiffOptions stripByteCounts(List<Long> stripByteCounts)
public TiffOptions addStripByteCountsItem(Long stripByteCountsItem)
public List<Long> getStripByteCounts()
public TiffOptions stripOffsets(List<Long> stripOffsets)
public TiffOptions addStripOffsetsItem(Long stripOffsetsItem)
public List<Long> getStripOffsets()
public TiffOptions subFileType(String subFileType)
public String getSubFileType()
public void setSubFileType(String subFileType)
public TiffOptions targetPrinter(String targetPrinter)
public String getTargetPrinter()
public void setTargetPrinter(String targetPrinter)
public TiffOptions threshholding(String threshholding)
public String getThreshholding()
public void setThreshholding(String threshholding)
public TiffOptions totalPages(Integer totalPages)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public TiffOptions xposition(Double xposition)
public Double getXposition()
public void setXposition(Double xposition)
public TiffOptions xresolution(Double xresolution)
public Double getXresolution()
public void setXresolution(Double xresolution)
public TiffOptions yposition(Double yposition)
public Double getYposition()
public void setYposition(Double yposition)
public TiffOptions yresolution(Double yresolution)
public Double getYresolution()
public void setYresolution(Double yresolution)
public TiffOptions faxT4Options(String faxT4Options)
public String getFaxT4Options()
public void setFaxT4Options(String faxT4Options)
public TiffOptions predictor(String predictor)
public String getPredictor()
public void setPredictor(String predictor)
public TiffOptions imageLength(Long imageLength)
public Long getImageLength()
public void setImageLength(Long imageLength)
public TiffOptions imageWidth(Long imageWidth)
public Long getImageWidth()
public void setImageWidth(Long imageWidth)
public TiffOptions validTagCount(Integer validTagCount)
public Integer getValidTagCount()
public void setValidTagCount(Integer validTagCount)
public TiffOptions bitsPerPixel(Integer bitsPerPixel)
public Integer getBitsPerPixel()
public void setBitsPerPixel(Integer bitsPerPixel)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.