OfficeIMO

API Reference

Class

WordLine

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a simple line shape inside a paragraph.

Inheritance

Methods

public Void Remove() #
Returns: Void

Removes the line from the paragraph.

Properties

public String ColorHex { get; set; } #

Gets or sets the stroke color as hexadecimal string.

public Color Color { get; set; } #

Gets or sets the stroke color using Color.

public Double StrokeWeightPt { get; set; } #

Gets or sets the stroke weight in points.