TextOutlineEffect.Compound Property
cmpd.Represents the attribte in schema: w14:cmpd
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cmpd")> _
Public Property Compound As EnumValue(Of CompoundLineValues)
Get
Set
'Usage
Dim instance As TextOutlineEffect
Dim value As EnumValue(Of CompoundLineValues)
value = instance.Compound
instance.Compound = value
[SchemaAttrAttribute(, "cmpd")]
public EnumValue<CompoundLineValues> Compound { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<CompoundLineValues>