Class DefaultFontConfig.Directory

java.lang.Object
org.docx4j.fonts.fop.fonts.DefaultFontConfig.Directory
Enclosing class:
DefaultFontConfig

public static final class DefaultFontConfig.Directory
extends java.lang.Object
The directory to find fonts within.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDirectory()
    Returns a String representing the directory to find fonts within.
    boolean isRecursive()
    Returns whether or not to recurse through the directory when finding fonts.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getDirectory

      public java.lang.String getDirectory()
      Returns a String representing the directory to find fonts within.
      Returns:
      the directory
    • isRecursive

      public boolean isRecursive()
      Returns whether or not to recurse through the directory when finding fonts.
      Returns:
      true to recurse through the directory and sub-directories