[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextEffects

TextEffects Class

Represents a text effects formatting that can be applied to an object.

Inheritance
TextEffects
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class TextEffects : FormattingBag
Public Class TextEffects
    Inherits FormattingBag

Properties

Name Description
Glow

Gets the glow effect formatting.

Reflection

Gets the reflection effect formatting.

Shadow

Gets the shadow effect formatting.

ThreeDFormat

Gets the 3D format effect.

Note: returns null for CanvasShape and GroupShape.

ThreeDScene

Gets the 3D scene effect.

Note: returns null for CanvasShape.

Methods

Name Description
ApplyBuiltInGlow(BuiltInGlowId)

Applies a built-in glow to the object.

ApplyBuiltInGlowInt(BuiltInGlowId)

Applies built-in glow to the object.

ApplyBuiltInReflection(BuiltInReflectionId)

Applies a built-in reflection to the object.

ApplyBuiltInReflectionInt(BuiltInReflectionId)

Applies built-in reflection to the object.

ApplyBuiltInShadow(BuiltInShadowId)

Applies a built-in shadow to the object.

ApplyBuiltInShadowInt(BuiltInShadowId)

Applies built-in shadow to the object.

Clean()

Sets all effects to default values.

Equals(object)
GetHashCode()
HasDirectFormatting(string, string)

Gets whether the direct formatting contains any data for an object with specified keys.

Reset()

Resets all effects to inherited defaults.