|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.outsidein.options.FontList
public class FontList
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.
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 |
|---|
public FontList(boolean isExclusion,
java.lang.String[] fonts)
FontList object describing the names of the fonts to either include or exclude from the export process.
isExclusion - whether the provided fonts are to be excludedfonts - array of fonts to include or exclude| Method Detail |
|---|
public boolean isExcludeList()
public java.lang.String[] getFontsList()
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||