ShapeOutsideInfo

@Serializable
data class ShapeOutsideInfo(val bounds: List<Double>, val shape: List<JsonElement>, val marginShape: List<JsonElement>)

CSS Shape Outside details.

Constructors

Link copied to clipboard
constructor(bounds: List<Double>, shape: List<JsonElement>, marginShape: List<JsonElement>)

Properties

Link copied to clipboard

Shape bounds

Link copied to clipboard
val marginShape: List<JsonElement>

Margin shape bounds

Link copied to clipboard
val shape: List<JsonElement>

Shape coordinate details