org.silverpeas.viewer.util
Class DocumentInfo

java.lang.Object
  extended by org.silverpeas.viewer.util.DocumentInfo

public class DocumentInfo
extends Object

Information about the pdf to be converted.

Author:
Yohann Chastagnier

Constructor Summary
DocumentInfo()
           
 
Method Summary
protected  DocumentInfo addFromSwfToolsOutput(Collection<String> swfOutput)
          Initializing data from output SwfTools query
 int getMaxHeight()
           
 int getMaxWidh()
           
 int getNbPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInfo

public DocumentInfo()
Method Detail

addFromSwfToolsOutput

protected DocumentInfo addFromSwfToolsOutput(Collection<String> swfOutput)
Initializing data from output SwfTools query

Parameters:
swfOutput -
Returns:

getNbPages

public int getNbPages()
Returns:
the nbPage

getMaxWidh

public int getMaxWidh()
Returns:
the maxWidh

getMaxHeight

public int getMaxHeight()
Returns:
the maxHeight


Copyright © 2016 Silverpeas. All Rights Reserved.