public class LinkStyle extends Object implements Serializable
| 构造器和说明 |
|---|
LinkStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
borderColor()
获取borderColor值
|
LinkStyle |
borderColor(String borderColor)
设置borderColor值
|
Integer |
borderWidth()
获取borderWidth值
|
LinkStyle |
borderWidth(Integer borderWidth)
设置borderWidth值
|
String |
getBorderColor()
获取borderColor值
|
Integer |
getBorderWidth()
获取borderWidth值
|
LinkType |
getType()
获取type值
|
void |
setBorderColor(String borderColor)
设置borderColor值
|
void |
setBorderWidth(Integer borderWidth)
设置borderWidth值
|
void |
setType(LinkType type)
设置type值
|
LinkType |
type()
获取type值
|
LinkStyle |
type(LinkType type)
设置type值
|
public LinkType type()
public String borderColor()
public Integer borderWidth()
public LinkType getType()
public void setType(LinkType type)
type - public String getBorderColor()
public void setBorderColor(String borderColor)
borderColor - public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
borderWidth - Copyright © 2018. All rights reserved.