VDocs.NET
Back to DOM

DOM.Elements.Graphics.Effects.TextEffect

Namespace: DOM.Elements.Graphics.Effects

Represents the text effects applied to an object or text, such as shadow, outline, glow, reflection, 3D effect, or gradient.

5 members

Properties

Effect3D

Gets or sets the 3D effect applied to the text.

GlowEffect

Gets or sets the glow effect applied to the text.

GradientFill

Gets or sets the gradient effect applied to the text.

ReflectionEffect

Gets or sets the reflection effect applied to the text.

TextOutlineEffect

Gets or sets the text outline effect applied to the text.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in