|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StylePageMaster
public class StylePageMaster
Field Summary | |
---|---|
protected StyleFooterStyle |
styleFooterStyle
|
protected StyleHeaderStyle |
styleHeaderStyle
|
protected String |
styleName
|
protected String |
stylePageUsage
|
protected StyleProperties |
styleProperties
|
Constructor Summary | |
---|---|
StylePageMaster()
|
Method Summary | |
---|---|
StyleFooterStyle |
getStyleFooterStyle()
Gets the value of the styleFooterStyle property. |
StyleHeaderStyle |
getStyleHeaderStyle()
Gets the value of the styleHeaderStyle property. |
String |
getStyleName()
Gets the value of the styleName property. |
String |
getStylePageUsage()
Gets the value of the stylePageUsage property. |
StyleProperties |
getStyleProperties()
Gets the value of the styleProperties property. |
void |
setStyleFooterStyle(StyleFooterStyle value)
Sets the value of the styleFooterStyle property. |
void |
setStyleHeaderStyle(StyleHeaderStyle value)
Sets the value of the styleHeaderStyle property. |
void |
setStyleName(String value)
Sets the value of the styleName property. |
void |
setStylePageUsage(String value)
Sets the value of the stylePageUsage property. |
void |
setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StyleFooterStyle styleFooterStyle
protected StyleHeaderStyle styleHeaderStyle
protected String styleName
protected String stylePageUsage
protected StyleProperties styleProperties
Constructor Detail |
---|
public StylePageMaster()
Method Detail |
---|
public StyleFooterStyle getStyleFooterStyle()
StyleFooterStyle
public StyleHeaderStyle getStyleHeaderStyle()
StyleHeaderStyle
public String getStyleName()
String
public String getStylePageUsage()
String
public StyleProperties getStyleProperties()
StyleProperties
public void setStyleFooterStyle(StyleFooterStyle value)
value
- allowed object is StyleFooterStyle
public void setStyleHeaderStyle(StyleHeaderStyle value)
value
- allowed object is StyleHeaderStyle
public void setStyleName(String value)
value
- allowed object is String
public void setStylePageUsage(String value)
value
- allowed object is String
public void setStyleProperties(StyleProperties value)
value
- allowed object is StyleProperties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |