public class TableStyle extends Object
| 构造器和说明 |
|---|
TableStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum |
getAlign() |
String |
getBackgroundColor() |
void |
setAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum align) |
void |
setBackgroundColor(String backgroundColor) |
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum getAlign()
public void setAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STJc.Enum align)
Copyright © 2020. All rights reserved.