次の方法で共有


HiddenLineProperties.CompoundLineType Property

Compound Line Type.Represents the attribte in schema: cmpd

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

Syntax

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

value = instance.CompoundLineType

instance.CompoundLineType = value
[SchemaAttrAttribute(, "cmpd")]
public EnumValue<CompoundLineValues> CompoundLineType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CompoundLineValues>

See Also

Reference

HiddenLineProperties Class

HiddenLineProperties Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace