Interface Page
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPagetemplate()java.lang.StringgetPagetemplateName()intgetSectionIndex()voidsetPagetemplate(int pagetemplate)voidsetPagetemplateName(java.lang.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 Detail
-
getPagetemplate
int getPagetemplate()
- Returns:
- the pagetemplate
-
setPagetemplate
void setPagetemplate(int pagetemplate)
- Parameters:
pagetemplate- the pagetemplate to set
-
getPagetemplateName
java.lang.String getPagetemplateName()
- Returns:
- the pagetemplateName
-
setPagetemplateName
void setPagetemplateName(java.lang.String pagetemplateName)
- Parameters:
pagetemplateName- the pagetemplateName to set
-
getSectionIndex
int getSectionIndex()
- Returns:
- the sectionIndex
-
setSectionIndex
void setSectionIndex(int sectionIndex)
- Parameters:
sectionIndex- the sectionIndex to set
-
-