Highlight


class Highlight


Represents an area that should be highlighted with color.

Summary

Public constructors

Highlight(area: PdfRect, color: @ColorInt Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

PdfRect
Int

Public constructors

Highlight

Added in 1.0.0-alpha10
Highlight(area: PdfRect, color: @ColorInt Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

area

Added in 1.0.0-alpha10
val areaPdfRect

color

Added in 1.0.0-alpha10
val colorInt