OfficeLineStyle
Leave feedback
On this page
Inheritance: java.lang.Object
public final class OfficeLineStyle
Represents the compound line style of a [OfficeLineFormat](../../com.groupdocs.watermark.contents/officelineformat).
| 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. |
public static final int Single
Single line.
public static final int Default
Default value is #Single.Single.
public static final int Double
Double lines of equal width.
public static final int ThickThin
Double lines, one thick, one thin.
public static final int ThinThick
Double lines, one thin, one thick.
public static final int Triple
Three lines, thin, thick, thin.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.