FrameLayoutValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the FrameLayoutValues enumeration.
public enum FrameLayoutValuespublic readonly struct FrameLayoutValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues>type FrameLayoutValues = type FrameLayoutValues = struct
    interface IEnumValue
    interface IEnumValueFactory<FrameLayoutValues>Public Enum FrameLayoutValuesPublic Structure FrameLayoutValues
Implements IEnumValue, IEnumValueFactory(Of FrameLayoutValues), IEquatable(Of FrameLayoutValues)- Inheritance
- 
				FrameLayoutValues
- Inheritance
- 
				FrameLayoutValues
Fields
| Name | Value | Description | 
|---|---|---|
| Rows | 0 | Stack Frames Vertically. When the item is serialized out as xml, its value is "rows". | 
| Columns | 1 | Stack Frames Horizontally. When the item is serialized out as xml, its value is "cols". | 
| None | 2 | Do Not Stack Frames. When the item is serialized out as xml, its value is "none". | 
| Columns | Stack Frames Horizontally. When the item is serialized out as xml, its value is "cols". | |
| Equality(FrameLayoutValues, FrameLayoutValues) | ||
| Equals(FrameLayoutValues) | ||
| Equals(Object) | ||
| FrameLayoutValues(String) | Creates a new FrameLayoutValues enum instance | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<FrameLayoutValues>.Create(String) | ||
| Inequality(FrameLayoutValues, FrameLayoutValues) | ||
| None | Do Not Stack Frames. When the item is serialized out as xml, its value is "none". | |
| Rows | Stack Frames Vertically. When the item is serialized out as xml, its value is "rows". | |
| ToString() |