AnalysisTableFieldCustomTextContent

data class AnalysisTableFieldCustomTextContent(val fontConfiguration: AnalysisFontConfiguration, val value: String? = null)

Constructors

Link copied to clipboard
constructor(fontConfiguration: AnalysisFontConfiguration, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The font configuration of the custom text content for the table URL link content.

Link copied to clipboard
val value: String? = null

The string value of the custom text content for the table URL link content.