OfficeLineStyle

Inheritance: java.lang.Object

public final class OfficeLineStyle

Represents the compound line style of a [OfficeLineFormat](../../com.groupdocs.watermark.contents/officelineformat).

Fields

Field Description
Single Single line.
Default Default value is #Single.Single.
Double Double lines of equal width.
ThickThin Double lines, one thick, one thin.
ThinThick Double lines, one thin, one thick.
Triple Three lines, thin, thick, thin.

Single

public static final int Single

Single line.

Default

public static final int Default

Default value is #Single.Single.

Double

public static final int Double

Double lines of equal width.

ThickThin

public static final int ThickThin

Double lines, one thick, one thin.

ThinThick

public static final int ThinThick

Double lines, one thin, one thick.

Triple

public static final int Triple

Three lines, thin, thick, thin.