org.allcolor.yahp.cl.converter
Class CDocumentCut.DocumentAndSize

java.lang.Object
  extended by org.allcolor.yahp.cl.converter.CDocumentCut.DocumentAndSize
Enclosing class:
CDocumentCut

public static class CDocumentCut.DocumentAndSize
extends java.lang.Object


Field Summary
(package private)  org.w3c.dom.Document doc
           
(package private)  IHtmlToPdfTransformer.PageSize size
           
 
Constructor Summary
CDocumentCut.DocumentAndSize(org.w3c.dom.Document doc, IHtmlToPdfTransformer.PageSize size)
           
 
Method Summary
 org.w3c.dom.Document getDoc()
           
 IHtmlToPdfTransformer.PageSize getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

final org.w3c.dom.Document doc

size

final IHtmlToPdfTransformer.PageSize size
Constructor Detail

CDocumentCut.DocumentAndSize

public CDocumentCut.DocumentAndSize(org.w3c.dom.Document doc,
                                    IHtmlToPdfTransformer.PageSize size)
Method Detail

getDoc

public org.w3c.dom.Document getDoc()

getSize

public IHtmlToPdfTransformer.PageSize getSize()