Layer 227
PageBlockCollage
Collage of media
constructor
pageBlockCollage#65a0fa4d items:Vector<PageBlock> caption:PageCaption = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Items | Vector < PageBlock > | Media elements |
| Caption | PageCaption | Caption |
Returns
PageBlockGogram Example
// Creating PageBlockCollage constructor obj := &tg.PageBlockCollage{ Items: &tg.VectorPageBlock{}, Caption: &tg.PageCaption{}, }