FrameLayoutValues enumeration

Office 2013 and later

Defines the FrameLayoutValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: