Class JDFAutoFontPolicy

  • 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:
    JDFFontPolicy

    public abstract class JDFAutoFontPolicy
    extends JDFResource
    class JDFAutoFontPolicy : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFontPolicy

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

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

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

      • setPreferredFont

        public void setPreferredFont​(java.lang.String value)
        (36) set attribute PreferredFont
        Parameters:
        value - the value to set the attribute to
      • getPreferredFont

        public java.lang.String getPreferredFont()
        (23) get String attribute PreferredFont
        Returns:
        the value of the attribute
      • setUseDefaultFont

        public void setUseDefaultFont​(boolean value)
        (36) set attribute UseDefaultFont
        Parameters:
        value - the value to set the attribute to
      • getUseDefaultFont

        public boolean getUseDefaultFont()
        (18) get boolean attribute UseDefaultFont
        Returns:
        boolean the value of the attribute
      • setUseFontEmulation

        public void setUseFontEmulation​(boolean value)
        (36) set attribute UseFontEmulation
        Parameters:
        value - the value to set the attribute to
      • getUseFontEmulation

        public boolean getUseFontEmulation()
        (18) get boolean attribute UseFontEmulation
        Returns:
        boolean the value of the attribute