API Reference

Class

WordLine

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a simple line shape inside a paragraph.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.