Class JDFAutoFontPolicy

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

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

    • JDFAutoFontPolicy

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

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

      protected JDFAutoFontPolicy(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoFontPolicy
      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
    • setPreferredFont

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

      public 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