Uses of Class
org.apache.poi.xwpf.converter.pdf.internal.elements.StylableMasterPage

Packages that use StylableMasterPage
org.apache.poi.xwpf.converter.pdf.internal   
 

Uses of StylableMasterPage in org.apache.poi.xwpf.converter.pdf.internal
 

Methods in org.apache.poi.xwpf.converter.pdf.internal that return StylableMasterPage
 StylableMasterPage PdfMapper.createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 StylableMasterPage FastPdfMapper.createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 

Methods in org.apache.poi.xwpf.converter.pdf.internal with parameters of type StylableMasterPage
 void PdfMapper.setActiveMasterPage(StylableMasterPage masterPage)
           
 void FastPdfMapper.setActiveMasterPage(StylableMasterPage masterPage)
           
protected  void FastPdfMapper.visitFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr currentFooter, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef footerRef, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr, StylableMasterPage masterPage)
           
protected  void PdfMapper.visitFooter(org.apache.poi.xwpf.usermodel.XWPFFooter footer, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef footerRef, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr, StylableMasterPage masterPage)
           
protected  void FastPdfMapper.visitHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr currentHeader, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef headerRef, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr, StylableMasterPage masterPage)
           
protected  void PdfMapper.visitHeader(org.apache.poi.xwpf.usermodel.XWPFHeader header, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef headerRef, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr, StylableMasterPage masterPage)
           
 



Copyright © 2014. All Rights Reserved.