OfficeLineStyle

OfficeLineStyle enumeration

Represents the compound line style of a OfficeLineFormat.

public enum OfficeLineStyle

Values

Name Value Description
Single 0 Single line.
Default 0 Default value is Single.
Double 1 Double lines of equal width.
ThickThin 2 Double lines, one thick, one thin.
ThinThick 3 Double lines, one thin, one thick.
Triple 4 Three lines, thin, thick, thin.

See Also