ParagraphBuildValues 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.
Paragraph Build Type
public enum ParagraphBuildValuespublic readonly struct ParagraphBuildValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>, IEquatable<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>type ParagraphBuildValues = type ParagraphBuildValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ParagraphBuildValues>Public Enum ParagraphBuildValuesPublic Structure ParagraphBuildValues
Implements IEnumValue, IEnumValueFactory(Of ParagraphBuildValues), IEquatable(Of ParagraphBuildValues)- Inheritance
- 
				ParagraphBuildValues
- Inheritance
- 
				ParagraphBuildValues
Fields
| Name | Value | Description | 
|---|---|---|
| AllAtOnce | 0 | All At Once. When the item is serialized out as xml, its value is "allAtOnce". | 
| Paragraph | 1 | Paragraph. When the item is serialized out as xml, its value is "p". | 
| Custom | 2 | Custom. When the item is serialized out as xml, its value is "cust". | 
| Whole | 3 | Whole. When the item is serialized out as xml, its value is "whole". | 
| AllAtOnce | All At Once. When the item is serialized out as xml, its value is "allAtOnce". | |
| Custom | Custom. When the item is serialized out as xml, its value is "cust". | |
| Equality(ParagraphBuildValues, ParagraphBuildValues) | ||
| Equals(Object) | ||
| Equals(ParagraphBuildValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ParagraphBuildValues>.Create(String) | ||
| Inequality(ParagraphBuildValues, ParagraphBuildValues) | ||
| Paragraph | Paragraph. When the item is serialized out as xml, its value is "p". | |
| ParagraphBuildValues(String) | Creates a new ParagraphBuildValues enum instance | |
| ToString() | ||
| Whole | Whole. When the item is serialized out as xml, its value is "whole". |