LineCapValues Enumeration

Defines the LineCapValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration LineCapValues
'Usage
Dim instance As LineCapValues
public enum LineCapValues

Members

Member name Description
Round rnd. When the item is serialized out as xml, its value is "rnd".
Square sq. When the item is serialized out as xml, its value is "sq".
Flat flat. When the item is serialized out as xml, its value is "flat".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace