org.apache.poi.xwpf.converter.xhtml.internal
Class XHTMLMasterPage

java.lang.Object
  extended by org.apache.poi.xwpf.converter.xhtml.internal.XHTMLMasterPage
All Implemented Interfaces:
IXWPFMasterPage<String>

public class XHTMLMasterPage
extends Object
implements IXWPFMasterPage<String>


Constructor Summary
XHTMLMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 
Method Summary
 String getFooter()
           
 String getHeader()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr getSectPr()
           
 int getType()
           
 void setFooter(String footer)
           
 void setHeader(String header)
           
 boolean setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLMasterPage

public XHTMLMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
Method Detail

getHeader

public String getHeader()
Specified by:
getHeader in interface IXWPFMasterPage<String>

setHeader

public void setHeader(String header)
Specified by:
setHeader in interface IXWPFMasterPage<String>

getFooter

public String getFooter()
Specified by:
getFooter in interface IXWPFMasterPage<String>

setFooter

public void setFooter(String footer)
Specified by:
setFooter in interface IXWPFMasterPage<String>

getSectPr

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr getSectPr()
Specified by:
getSectPr in interface IXWPFMasterPage<String>

getType

public int getType()
Specified by:
getType in interface IXWPFMasterPage<String>

setType

public boolean setType(int type)
Specified by:
setType in interface IXWPFMasterPage<String>


Copyright © 2013. All rights reserved.