Span

class Span

Contains information about where the text with a citation begins and ends in the generated output.

This data type is used in the following API operations:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int?

Where the text with a citation ends in the generated output.

Link copied to clipboard
val start: Int?

Where the text with a citation starts in the generated output.

Functions

Link copied to clipboard
inline fun copy(block: Span.Builder.() -> Unit = {}): Span
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String