次の方法で共有


HiddenLineProperties.CapType Property

Line Ending Cap Type.Represents the attribte in schema: cap

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

Syntax

'宣言
<SchemaAttrAttribute(, "cap")> _
Public Property CapType As EnumValue(Of LineCapValues)
    Get
    Set
'使用
Dim instance As HiddenLineProperties
Dim value As EnumValue(Of LineCapValues)

value = instance.CapType

instance.CapType = value
[SchemaAttrAttribute(, "cap")]
public EnumValue<LineCapValues> CapType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<LineCapValues>

See Also

Reference

HiddenLineProperties Class

HiddenLineProperties Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace