public class Style extends Object
| Constructor and Description |
|---|
Style() |
Style(ParagraphProperties paragraphProperties) |
Style(RunProperties runProperties) |
Style(String styleID) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackGroundColor() |
String |
getBasedOn() |
Color |
getColor() |
Style |
getConstructedStyle() |
String |
getLink() |
String |
getNext() |
ParagraphProperties |
getParagraphProperties() |
RunProperties |
getRunProperties() |
String |
getStyleID() |
String |
getStyleName() |
StyleType |
getStyleType() |
boolean |
isDefaultStyle() |
void |
setBackGroundColor(Color backGroundColor) |
void |
setBasedOn(String basedOn) |
void |
setColor(Color color) |
void |
setConstructedStyle(Style constructedStyle) |
void |
setDefaultStyle(boolean defaultStyle) |
void |
setLink(String link) |
void |
setNext(String next) |
void |
setParagraphProperties(ParagraphProperties paragraphProperties) |
void |
setRunProperties(RunProperties runProperties) |
void |
setStyleID(String styleID) |
void |
setStyleName(String styleName) |
void |
setStyleType(StyleType styleType) |
public Style()
public Style(String styleID)
public Style(ParagraphProperties paragraphProperties)
public Style(RunProperties runProperties)
public StyleType getStyleType()
public void setStyleType(StyleType styleType)
public String getStyleID()
public void setStyleID(String styleID)
public Color getColor()
public void setColor(Color color)
public Color getBackGroundColor()
public void setBackGroundColor(Color backGroundColor)
public ParagraphProperties getParagraphProperties()
public void setParagraphProperties(ParagraphProperties paragraphProperties)
public RunProperties getRunProperties()
public void setRunProperties(RunProperties runProperties)
public String getStyleName()
public void setStyleName(String styleName)
public String getBasedOn()
public void setBasedOn(String basedOn)
public String getNext()
public void setNext(String next)
public boolean isDefaultStyle()
public void setDefaultStyle(boolean defaultStyle)
public String getLink()
public void setLink(String link)
public Style getConstructedStyle()
public void setConstructedStyle(Style constructedStyle)