Class JDFAutoFontParams

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

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

      • JDFAutoFontParams

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

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

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

      • setEmbedAllFonts

        public void setEmbedAllFonts​(boolean value)
        (36) set attribute EmbedAllFonts
        Parameters:
        value - the value to set the attribute to
      • getEmbedAllFonts

        public boolean getEmbedAllFonts()
        (18) get boolean attribute EmbedAllFonts
        Returns:
        boolean the value of the attribute
      • setCannotEmbedFontPolicy

        public void setCannotEmbedFontPolicy​(JDFAutoFontParams.EnumCannotEmbedFontPolicy enumVar)
        (5) set attribute CannotEmbedFontPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setAlwaysEmbed

        public void setAlwaysEmbed​(VString value)
        (36) set attribute AlwaysEmbed
        Parameters:
        value - the value to set the attribute to
      • getAlwaysEmbed

        public VString getAlwaysEmbed()
        (21) get VString attribute AlwaysEmbed
        Returns:
        VString the value of the attribute
      • setMaxSubsetPct

        public void setMaxSubsetPct​(int value)
        (36) set attribute MaxSubsetPct
        Parameters:
        value - the value to set the attribute to
      • getMaxSubsetPct

        public int getMaxSubsetPct()
        (15) get int attribute MaxSubsetPct
        Returns:
        int the value of the attribute
      • setNeverEmbed

        public void setNeverEmbed​(VString value)
        (36) set attribute NeverEmbed
        Parameters:
        value - the value to set the attribute to
      • getNeverEmbed

        public VString getNeverEmbed()
        (21) get VString attribute NeverEmbed
        Returns:
        VString the value of the attribute
      • setSubsetFonts

        public void setSubsetFonts​(boolean value)
        (36) set attribute SubsetFonts
        Parameters:
        value - the value to set the attribute to
      • getSubsetFonts

        public boolean getSubsetFonts()
        (18) get boolean attribute SubsetFonts
        Returns:
        boolean the value of the attribute