| Modifier and Type | Method and Description |
|---|---|
static RtfTextPara.BorderStyle |
RtfTextPara.BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfTextPara.BorderStyle[] |
RtfTextPara.BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RtfTextPara |
RtfTextPara.bottomBorder(RtfTextPara.BorderStyle borderStyle)
Border bottom.
|
RtfTextPara |
RtfTextPara.leftBorder(RtfTextPara.BorderStyle borderStyle)
Border left.
|
RtfTextPara |
RtfTextPara.rightBorder(RtfTextPara.BorderStyle borderStyle)
Border right.
|
RtfTextPara |
RtfTextPara.topBorder(RtfTextPara.BorderStyle borderStyle)
Border top.
|
Copyright © 2010–2015 Tutego. All rights reserved.