Package | Description |
---|---|
com.aventstack.extentreports.markuputils |
Modifier and Type | Method and Description |
---|---|
ExtentColor |
Card.getColor() |
static ExtentColor |
ExtentColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtentColor[] |
ExtentColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Markup |
MarkupHelper.createCard(java.lang.String text,
ExtentColor color) |
static Markup |
MarkupHelper.createLabel(java.lang.String text,
ExtentColor color) |
void |
Card.setColor(ExtentColor color) |