RunPropertiesBaseStyle.TextEffect Property
TextEffect.Represents the element tag in schema: w:effect
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TextEffect As TextEffect
Get
Set
'Usage
Dim instance As RunPropertiesBaseStyle
Dim value As TextEffect
value = instance.TextEffect
instance.TextEffect = value
public TextEffect TextEffect { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TextEffect