layoutFlow
A segment in a layout which arranges one or more pieces of mixed static and data-driven content
in a continuous flow which wraps
XML
Attributes
name |
type |
description |
id |
string |
The id for the layout flow.
|
Elements
name (type) |
min/max occurs |
description |
parts/part (layoutFlowElement)
|
0/unbounded |
Contains all parts of the layout flow.
|
state (state)
|
0/1 |
The ElementState of this layout flow.
|
JSON
property |
type |
description |
id |
string |
The id for the layout flow.
|
parts |
array of parts/part (layoutFlowElement)
|
Contains all parts of the layout flow.
|
state |
state (state)
|
The ElementState of this layout flow.
|