|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.office.OfficeStyle
writer2latex.office.StyleWithProperties
writer2latex.office.PageLayout
public class PageLayout
Class representing a page master in OOo Writer. This is represented like other styles + a separate style for header and footer
Field Summary |
---|
Fields inherited from class writer2latex.office.OfficeStyle |
---|
bAutomatic, family, sName |
Constructor Summary | |
---|---|
PageLayout()
|
Method Summary | |
---|---|
java.lang.String |
getFooterProperty(java.lang.String sPropName)
|
java.lang.String |
getHeaderProperty(java.lang.String sPropName)
|
java.lang.String |
getPageUsage()
|
boolean |
hasFooterStyle()
|
boolean |
hasHeaderStyle()
|
void |
loadStyleFromDOM(org.w3c.dom.Node node)
|
Methods inherited from class writer2latex.office.OfficeStyle |
---|
getDisplayName, getFamily, getListStyleName, getMasterPageName, getName, getParentName, isAutomatic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageLayout()
Method Detail |
---|
public java.lang.String getPageUsage()
public boolean hasHeaderStyle()
public java.lang.String getHeaderProperty(java.lang.String sPropName)
public boolean hasFooterStyle()
public java.lang.String getFooterProperty(java.lang.String sPropName)
public void loadStyleFromDOM(org.w3c.dom.Node node)
loadStyleFromDOM
in class StyleWithProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |