Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextEffects Class / ApplyBuiltInReflection Method
The BuiltInReflectionId to apply.

In This Topic
    ApplyBuiltInReflection Method
    In This Topic
    Applies a built-in reflection to the object.
    Syntax
    'Declaration
     
    Public Sub ApplyBuiltInReflection( _
       ByVal reflectionId As BuiltInReflectionId _
    ) 
    public void ApplyBuiltInReflection( 
       BuiltInReflectionId reflectionId
    )

    Parameters

    reflectionId
    The BuiltInReflectionId to apply.
    See Also