VDocs.NET
Back to DOM

DOM.Elements.Graphics.Effects.TextOutlineEffect

Namespace: DOM.Elements.Graphics.Effects

Represents the outline effect applied to text in a Word document.

9 members

Constructors

TextOutlineEffect

TextOutlineEffect()

Create a TextOutlineEffect instance.

Properties

Color

Gets or sets the solid fill color for the outline effect.

CompoundLineType

Gets or sets the type of compound line used for the outline effect.

LineCapType

Gets or sets the type of line cap used for the outline effect.

LineJoin

Gets or sets the stroke join style used for the outline effect.

LineWidth

Gets or sets the width of the outline effect line.

The width is specified in points (1/72 inch).

PenAlignment

Gets or sets the alignment of the pen used for the outline effect.

presetLineDash

Gets or sets the preset line dash style for the outline effect.

Fields

DefaultEffect

Create a predefined outline effect instance.

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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.