|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.dom.StyleProperties
org.jopendocument.dom.style.SideStyleProperties
public class SideStyleProperties
| Nested Class Summary | |
|---|---|
static class |
SideStyleProperties.Side
|
| Field Summary |
|---|
| Fields inherited from class org.jopendocument.dom.StyleProperties |
|---|
TRANSPARENT, TRANSPARENT_NAME |
| Constructor Summary | |
|---|---|
SideStyleProperties(Style style,
java.lang.String propPrefix)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBorder(SideStyleProperties.Side s)
|
java.lang.String[] |
getBorderLineWidth(SideStyleProperties.Side s)
If the line style for the border is double, specify the width of the inner and outer lines and the distance between them. |
java.util.Map<SideStyleProperties.Side,java.lang.String> |
getBorders()
Return all defined borders. |
| Methods inherited from class org.jopendocument.dom.StyleProperties |
|---|
getBackgroundColor, getElement, getParentStyle, getRawBackgroundColor, parseBoolean, parseInt, parseInteger, setBackgroundColor, setBackgroundColor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SideStyleProperties(Style style,
java.lang.String propPrefix)
| Method Detail |
|---|
public final java.lang.String getBorder(SideStyleProperties.Side s)
public final java.util.Map<SideStyleProperties.Side,java.lang.String> getBorders()
null value and thus an empty map
when there are no borders.getBorder(Side)public final java.lang.String[] getBorderLineWidth(SideStyleProperties.Side s)
s - which side.
null if the line style of the border is not double.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||