addAll

@JvmName(name = "addAllFormat")
fun DslList<Format, SemanticMetadataKt.Dsl.FormatProxy>.addAll(values: Iterable<Format>)
Formats to render semantic metadata in.

repeated .elide.page.Format format = 2;

Parameters

values

The format to add.


@JvmName(name = "addAllMedia")
fun DslList<MediaAsset, SemanticMetadataKt.Dsl.MediaProxy>.addAll(values: Iterable<MediaAsset>)
Describes page-level semantic media.

repeated .elide.page.MediaAsset media = 3;

Parameters

values

The media to add.