This documentation is archived and is not being maintained.
FrameLayoutValues enumeration
Defines the FrameLayoutValues enumeration.
Namespace:
DocumentFormat.OpenXml.WordprocessingAssembly:
DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Rows |
Stack Frames Vertically.
When the item is serialized out as xml, its value is "rows". |
| Columns |
Stack Frames Horizontally.
When the item is serialized out as xml, its value is "cols". |
| None |
Do Not Stack Frames.
When the item is serialized out as xml, its value is "none". |