Table of Contents

Class Indentation

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents the indentation settings for a paragraph.

public class Indentation
Inheritance
Indentation
Inherited Members

Constructors

Indentation()

public Indentation()

Properties

FirstLine

Gets or sets the distance of the first line indentation.

public double FirstLine { get; set; }

Property Value

double

Hanging

Gets or sets the distance of the hanging indentation.

public double Hanging { get; set; }

Property Value

double

Left

Gets or sets the distance of the left indentation.

public double Left { get; set; }

Property Value

double

Right

Gets or sets the distance of the right indentation.

public double Right { get; set; }

Property Value

double