|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIXMLDocumentPart
org.apache.poi.xwpf.usermodel.XWPFHeaderFooter
org.apache.poi.xwpf.usermodel.XWPFHeader
public class XWPFHeader
Sketch of XWPF header class
Field Summary |
---|
Fields inherited from class org.apache.poi.POIXMLDocumentPart |
---|
DEFAULT_XML_OPTIONS |
Constructor Summary | |
---|---|
XWPFHeader()
|
|
XWPFHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr)
|
|
XWPFHeader(PackagePart part,
PackageRelationship rel)
|
Method Summary | |
---|---|
IBody |
getPart()
returns the Part, to which the body belongs, which you need for adding relationship to other parts |
BodyType |
getPartType()
get the PartType of the body |
Methods inherited from class org.apache.poi.xwpf.usermodel.XWPFHeaderFooter |
---|
_getHdrFtr, addPicture, addPicture, addPictureReference, addPictureReference, getAllPackagePictures, getAllPictures, getBodyElements, getListParagraph, getNextPicNameNumber, getOwner, getParagraph, getParagraphArray, getParagraphs, getPictureDataByID, getTable, getTableArray, getTableCell, getTables, getText, insertNewParagraph, insertNewTbl, insertTable, readHdrFtr, setHeaderFooter |
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
---|
createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelations, removeRelation, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XWPFHeader()
public XWPFHeader(PackagePart part, PackageRelationship rel) throws java.io.IOException
java.io.IOException
public XWPFHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public IBody getPart()
IBody.getPart()
public BodyType getPartType()
IBody.getPartType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |