|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleStyle
public class StyleStyle
Field Summary | |
---|---|
protected OfficeEvents |
officeEvents
|
protected String |
styleAutoUpdate
|
protected String |
styleClass
|
protected String |
styleDataStyleName
|
protected String |
styleFamily
|
protected String |
styleListStyleName
|
protected List<StyleMap> |
styleMap
|
protected String |
styleName
|
protected String |
styleNextStyleName
|
protected String |
styleParentStyleName
|
protected StyleProperties |
styleProperties
|
Constructor Summary | |
---|---|
StyleStyle()
|
Method Summary | |
---|---|
String |
getMasterPageName()
Gets the value of the styleMasterPageName property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
StyleParagraphProperties |
getParagraphProperties()
|
String |
getStyleAutoUpdate()
Gets the value of the styleAutoUpdate property. |
String |
getStyleClass()
Gets the value of the styleClass property. |
String |
getStyleDataStyleName()
Gets the value of the styleDataStyleName property. |
String |
getStyleFamily()
Gets the value of the styleFamily property. |
StyleGraphicProperties |
getStyleGraphicProperties()
|
String |
getStyleListStyleName()
Gets the value of the styleListStyleName property. |
List<StyleMap> |
getStyleMap()
Gets the value of the styleMap property. |
String |
getStyleName()
Gets the value of the styleName property. |
String |
getStyleNextStyleName()
Gets the value of the styleNextStyleName property. |
String |
getStyleParentStyleName()
Gets the value of the styleParentStyleName property. |
StyleProperties |
getStyleProperties()
Gets the value of the styleProperties property. |
StyleSectionProperties |
getStyleSectionProperties()
|
StyleTableCellProperties |
getStyleTableCellProperties()
|
StyleTableColumnProperties |
getStyleTableColumnProperties()
|
StyleTableRowProperties |
getStyleTableRowProperties()
|
StyleTextProperties |
getStyleTextProperties()
|
StyleTableProperties |
getTableProperties()
|
int |
getWidth()
|
void |
setGraphicProperties(StyleGraphicProperties props)
|
void |
setMasterPageName(String value)
Sets the value of the styleMasterPageName property. |
void |
setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property. |
void |
setParagraphProperties(StyleParagraphProperties props)
|
void |
setSectionProperties(StyleSectionProperties props)
|
void |
setStyleAutoUpdate(String value)
Sets the value of the styleAutoUpdate property. |
void |
setStyleClass(String value)
Sets the value of the styleClass property. |
void |
setStyleDataStyleName(String value)
Sets the value of the styleDataStyleName property. |
void |
setStyleFamily(String value)
Sets the value of the styleFamily property. |
void |
setStyleListStyleName(String value)
Sets the value of the styleListStyleName property. |
void |
setStyleName(String value)
Sets the value of the styleName property. |
void |
setStyleNextStyleName(String value)
Sets the value of the styleNextStyleName property. |
void |
setStyleParentStyleName(String value)
Sets the value of the styleParentStyleName property. |
void |
setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property. |
void |
setTableCellProperties(StyleTableCellProperties props)
|
void |
setTableColumnProperties(StyleTableColumnProperties props)
|
void |
setTableProperties(StyleTableProperties props)
|
void |
setTableRowProperties(StyleTableRowProperties props)
|
void |
setTextProperties(StyleTextProperties props)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected OfficeEvents officeEvents
protected String styleAutoUpdate
protected String styleClass
protected String styleDataStyleName
protected String styleFamily
protected String styleListStyleName
protected List<StyleMap> styleMap
protected String styleName
protected String styleNextStyleName
protected String styleParentStyleName
protected StyleProperties styleProperties
Constructor Detail |
---|
public StyleStyle()
Method Detail |
---|
public String getMasterPageName()
String
public OfficeEvents getOfficeEvents()
OfficeEvents
public StyleParagraphProperties getParagraphProperties()
public String getStyleAutoUpdate()
String
public String getStyleClass()
String
public String getStyleDataStyleName()
String
public String getStyleFamily()
String
public String getStyleListStyleName()
String
public List<StyleMap> getStyleMap()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the styleMap property.
For example, to add a new item, do as follows:
getStyleMap().add(newItem);
Objects of the following type(s) are allowed in the list StyleMap
public String getStyleName()
String
public String getStyleNextStyleName()
String
public String getStyleParentStyleName()
String
public StyleProperties getStyleProperties()
StyleProperties
public StyleTableCellProperties getStyleTableCellProperties()
public StyleTableColumnProperties getStyleTableColumnProperties()
public StyleTableRowProperties getStyleTableRowProperties()
public StyleTextProperties getStyleTextProperties()
public StyleTableProperties getTableProperties()
public StyleGraphicProperties getStyleGraphicProperties()
public StyleSectionProperties getStyleSectionProperties()
public final int getWidth()
public void setMasterPageName(String value)
value
- allowed object is String
public void setOfficeEvents(OfficeEvents value)
value
- allowed object is OfficeEvents
public void setParagraphProperties(StyleParagraphProperties props)
public void setStyleAutoUpdate(String value)
value
- allowed object is String
public void setStyleClass(String value)
value
- allowed object is String
public void setStyleDataStyleName(String value)
value
- allowed object is String
public void setStyleFamily(String value)
value
- allowed object is String
public void setStyleListStyleName(String value)
value
- allowed object is String
public void setStyleName(String value)
value
- allowed object is String
public void setStyleNextStyleName(String value)
value
- allowed object is String
public void setStyleParentStyleName(String value)
value
- allowed object is String
public void setStyleProperties(StyleProperties value)
value
- allowed object is StyleProperties
public void setTableCellProperties(StyleTableCellProperties props)
public void setTableColumnProperties(StyleTableColumnProperties props)
public void setTableProperties(StyleTableProperties props)
public void setTableRowProperties(StyleTableRowProperties props)
public void setTextProperties(StyleTextProperties props)
public void setGraphicProperties(StyleGraphicProperties props)
public void setSectionProperties(StyleSectionProperties props)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |