Class JDFAutoFitPolicy

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFFitPolicy

    public abstract class JDFAutoFitPolicy
    extends JDFElement
    class JDFAutoFitPolicy : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFitPolicy

        protected JDFAutoFitPolicy​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String qualifiedName)
        Constructor for JDFAutoFitPolicy
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoFitPolicy

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

        protected JDFAutoFitPolicy​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        Constructor for JDFAutoFitPolicy
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setClipOffset

        public void setClipOffset​(JDFXYPair value)
        (36) set attribute ClipOffset
        Parameters:
        value - the value to set the attribute to
      • getClipOffset

        public JDFXYPair getClipOffset()
        (20) get JDFXYPair attribute ClipOffset
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setGutterPolicy

        public void setGutterPolicy​(JDFAutoFitPolicy.EnumGutterPolicy enumVar)
        (5) set attribute GutterPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setMinGutter

        public void setMinGutter​(JDFXYPair value)
        (36) set attribute MinGutter
        Parameters:
        value - the value to set the attribute to
      • getMinGutter

        public JDFXYPair getMinGutter()
        (20) get JDFXYPair attribute MinGutter
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setRotatePolicy

        public void setRotatePolicy​(JDFAutoFitPolicy.EnumRotatePolicy enumVar)
        (5) set attribute RotatePolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setSizePolicy

        public void setSizePolicy​(JDFAutoFitPolicy.EnumSizePolicy enumVar)
        (5) set attribute SizePolicy
        Parameters:
        enumVar - the enumVar to set the attribute to