Interface Page
- All Superinterfaces:
BasicPage,Serializable
- All Known Implementing Classes:
PageImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetPagetemplate(int pagetemplate) voidsetPagetemplateName(String pagetemplateName) voidsetSectionIndex(int sectionIndex) Methods inherited from interface com.priint.pubserver.metadata.w2ml.BasicPage
getColumns, getHeight, getMargins, getNum, getUid, getWidth, setColumns, setHeight, setMargins, setNum, setUid, setWidth
-
Method Details
-
getPagetemplate
int getPagetemplate()- Returns:
- the pagetemplate
-
setPagetemplate
void setPagetemplate(int pagetemplate) - Parameters:
pagetemplate- the pagetemplate to set
-
getPagetemplateName
String getPagetemplateName()- Returns:
- the pagetemplateName
-
setPagetemplateName
- Parameters:
pagetemplateName- the pagetemplateName to set
-
getSectionIndex
int getSectionIndex()- Returns:
- the sectionIndex
-
setSectionIndex
void setSectionIndex(int sectionIndex) - Parameters:
sectionIndex- the sectionIndex to set
-