Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein.options
Class FontList

java.lang.Object
  extended by com.oracle.outsidein.options.FontList


public class FontList
extends java.lang.Object

Describes a list of fonts to be included or excluded during the export process. This is currently limited to PDF Export and Web View Export technologies.

See Also:
OptionsCache.setFontFilter(FontList)

Constructor Summary
FontList(boolean isExclusion, java.lang.String[] fonts)
          Creates a FontList object describing the names of the fonts to either include or exclude from the export process.

 

Method Summary
 java.lang.String[] getFontsList()
          Obtains the list of fonts to be included or excluded.
 boolean isExcludeList()
          Whether this font list object describes a list of fonts to exclude from the transformation.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FontList

public FontList(boolean isExclusion,
                java.lang.String[] fonts)
Creates a FontList object describing the names of the fonts to either include or exclude from the export process.
Parameters:
isExclusion - whether the provided fonts are to be excluded
fonts - array of fonts to include or exclude

Method Detail

isExcludeList

public boolean isExcludeList()
Whether this font list object describes a list of fonts to exclude from the transformation. When set to true, the list of fonts is to be excluded from the transformed destination file.
Returns:
whether the provided list describes fonts to be excluded.

getFontsList

public java.lang.String[] getFontsList()
Obtains the list of fonts to be included or excluded.
Returns:
an array of font names.

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.