public class DjvuProperties extends Object
Constructor and Description |
---|
DjvuProperties() |
Modifier and Type | Method and Description |
---|---|
DjvuProperties |
backgroundColor(String backgroundColor) |
boolean |
equals(Object o) |
String |
getBackgroundColor()
Gets or sets background color.
|
Integer |
getPagesCount()
Gets or sets pages count.
|
DjvuProperties |
hasBackgroundColor(Boolean hasBackgroundColor) |
int |
hashCode() |
Boolean |
isHasBackgroundColor()
Gets or sets a value indicating whether background color is used.
|
DjvuProperties |
pagesCount(Integer pagesCount) |
void |
setBackgroundColor(String backgroundColor) |
void |
setHasBackgroundColor(Boolean hasBackgroundColor) |
void |
setPagesCount(Integer pagesCount) |
String |
toString() |
public DjvuProperties backgroundColor(String backgroundColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public DjvuProperties hasBackgroundColor(Boolean hasBackgroundColor)
public Boolean isHasBackgroundColor()
public void setHasBackgroundColor(Boolean hasBackgroundColor)
public DjvuProperties pagesCount(Integer pagesCount)
public Integer getPagesCount()
public void setPagesCount(Integer pagesCount)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.