Class JDFAutoFontParams

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
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFFontParams

public abstract class JDFAutoFontParams extends JDFResource
class JDFAutoFontParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoFontParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • 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.ECannotEmbedFontPolicy enumVar)
      (5) set attribute CannotEmbedFontPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getECannotEmbedFontPolicy

      public JDFAutoFontParams.ECannotEmbedFontPolicy getECannotEmbedFontPolicy()
      (9) get attribute CannotEmbedFontPolicy
      Returns:
      the value of the attribute
    • setCannotEmbedFontPolicy

      @Deprecated public void setCannotEmbedFontPolicy(JDFAutoFontParams.EnumCannotEmbedFontPolicy enumVar)
      Deprecated.
      use SetCannotEmbedFontPolicy(ECannotEmbedFontPolicy) based on java.lang.enum instead
      (5) set attribute CannotEmbedFontPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCannotEmbedFontPolicy

      @Deprecated public JDFAutoFontParams.EnumCannotEmbedFontPolicy getCannotEmbedFontPolicy()
      Deprecated.
      use ECannotEmbedFontPolicy GetECannotEmbedFontPolicy() based on java.lang.enum instead
      (9) get attribute CannotEmbedFontPolicy
      Returns:
      the value of the attribute
    • 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