Class JDFAutoConvertingConfig

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoConvertingConfig
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFConvertingConfig

public abstract class JDFAutoConvertingConfig extends JDFElement
class JDFAutoConvertingConfig : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoConvertingConfig

      protected JDFAutoConvertingConfig(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoConvertingConfig
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoConvertingConfig

      protected JDFAutoConvertingConfig(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoConvertingConfig
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoConvertingConfig

      protected JDFAutoConvertingConfig(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoConvertingConfig
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setMarginBottom

      public void setMarginBottom(double value)
      (36) set attribute MarginBottom
      Parameters:
      value - the value to set the attribute to
    • getMarginBottom

      public double getMarginBottom()
      (17) get double attribute MarginBottom
      Returns:
      double the value of the attribute
    • setMarginLeft

      public void setMarginLeft(double value)
      (36) set attribute MarginLeft
      Parameters:
      value - the value to set the attribute to
    • getMarginLeft

      public double getMarginLeft()
      (17) get double attribute MarginLeft
      Returns:
      double the value of the attribute
    • setMarginRight

      public void setMarginRight(double value)
      (36) set attribute MarginRight
      Parameters:
      value - the value to set the attribute to
    • getMarginRight

      public double getMarginRight()
      (17) get double attribute MarginRight
      Returns:
      double the value of the attribute
    • setMarginTop

      public void setMarginTop(double value)
      (36) set attribute MarginTop
      Parameters:
      value - the value to set the attribute to
    • getMarginTop

      public double getMarginTop()
      (17) get double attribute MarginTop
      Returns:
      double the value of the attribute
    • setSheetHeight

      public void setSheetHeight(JDFNumberRange value)
      (36) set attribute SheetHeight
      Parameters:
      value - the value to set the attribute to
    • getSheetHeight

      public JDFNumberRange getSheetHeight()
      (20) get JDFNumberRange attribute SheetHeight
      Returns:
      JDFNumberRange the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRange
    • setSheetWidth

      public void setSheetWidth(JDFNumberRange value)
      (36) set attribute SheetWidth
      Parameters:
      value - the value to set the attribute to
    • getSheetWidth

      public JDFNumberRange getSheetWidth()
      (20) get JDFNumberRange attribute SheetWidth
      Returns:
      JDFNumberRange the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRange
    • getCutBlock

      public JDFCutBlock getCutBlock()
      (24) const get element CutBlock
      Returns:
      JDFCutBlock the element
    • getCreateCutBlock

      public JDFCutBlock getCreateCutBlock()
      (25) getCreateCutBlock
      Returns:
      JDFCutBlock the element
    • getCreateCutBlock

      public JDFCutBlock getCreateCutBlock(int iSkip)
      (26) getCreateCutBlock
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCutBlock the element
    • getCutBlock

      public JDFCutBlock getCutBlock(int iSkip)
      (27) const get element CutBlock
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCutBlock the element default is getCutBlock(0)
    • getAllCutBlock

      public Collection<JDFCutBlock> getAllCutBlock()
      Get all CutBlock from the current element
      Returns:
      Collection, null if none are available
    • appendCutBlock

      public JDFCutBlock appendCutBlock()
      (30) append element CutBlock
      Returns:
      JDFCutBlock the element
    • getDevice

      public JDFDevice getDevice()
      (24) const get element Device
      Returns:
      JDFDevice the element
    • getCreateDevice

      public JDFDevice getCreateDevice()
      (25) getCreateDevice
      Returns:
      JDFDevice the element
    • appendDevice

      public JDFDevice appendDevice()
      (29) append element Device
      Returns:
      JDFDevice the element
    • refDevice

      public void refDevice(JDFDevice refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getMedia

      public JDFMedia getMedia()
      (24) const get element Media
      Returns:
      JDFMedia the element
    • getCreateMedia

      public JDFMedia getCreateMedia()
      (25) getCreateMedia
      Returns:
      JDFMedia the element
    • appendMedia

      public JDFMedia appendMedia()
      (29) append element Media
      Returns:
      JDFMedia the element
    • refMedia

      public void refMedia(JDFMedia refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced