LineCapValues Enumeration
Defines the LineCapValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration LineCapValues
'使用
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". |