Package org.silverpeas.core.util
Class DocumentInfo
- java.lang.Object
-
- org.silverpeas.core.util.DocumentInfo
-
public class DocumentInfo extends Object
Information about the pdf to be converted.- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description DocumentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxHeight()
int
getMaxWidth()
int
getNbPages()
void
setMaxHeight(int maxHeight)
void
setMaxWidth(int maxWidth)
void
setNbPages(int nbPages)
-
-
-
Method Detail
-
getNbPages
public int getNbPages()
- Returns:
- the nbPage
-
setNbPages
public void setNbPages(int nbPages)
-
getMaxWidth
public int getMaxWidth()
- Returns:
- the maxWidth
-
setMaxWidth
public void setMaxWidth(int maxWidth)
-
getMaxHeight
public int getMaxHeight()
- Returns:
- the maxHeight
-
setMaxHeight
public void setMaxHeight(int maxHeight)
-
-