Class JDFLayoutPreparationParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFLayoutPreparationParams extends JDFAutoLayoutPreparationParams
See Also:
  • Constructor Details

    • JDFLayoutPreparationParams

      public JDFLayoutPreparationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFLayoutPreparationParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFLayoutPreparationParams

      public JDFLayoutPreparationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFLayoutPreparationParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFLayoutPreparationParams

      public JDFLayoutPreparationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFLayoutPreparationParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • convertToStripping

      public StrippingConverter convertToStripping(JDFNode n)
      convert this to stripping - also remove this and replace LayoutPrep in the node type list
      Parameters:
      n - the node to convert
      Returns:
      the converter which can be queried for the modified resources
    • getClipBox

      public JDFRectangle getClipBox()
      Returns:
      the clipbox from the pagecells - if all are equal or null - else null
    • getTrimSize

      public JDFXYPair getTrimSize()
      Returns:
      the trimsize from the pagecells - if all are equal or null - else null