de.oio.jpdfunit
Interface FontAssertion
- All Known Subinterfaces:
- DocumentAssertion
- All Known Implementing Classes:
- DocumentTester
public interface FontAssertion
- Author:
- bbratkus
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
assertFontNameInDocumentEquals
void assertFontNameInDocumentEquals(java.lang.String expected)
- Parameters:
expected - A expected font name like "Verdana-BoldItalic".
assertAllFontNamesInDocument
void assertAllFontNamesInDocument(java.lang.String[] expected)
- Parameters:
expected - Expected font names like "Verdana-BoldItalic".
assertFontNameOnPage
void assertFontNameOnPage(java.lang.String expected,
int page)
- Parameters:
expected - A expected font name like "Verdana-BoldItalic".page - The supposed page number, notice it is 1-based.
assertAllFontNamesOnPage
void assertAllFontNamesOnPage(java.lang.String[] expected,
int page)
- Parameters:
expected - Expected font names like "Verdana-BoldItalic".page - The supposed page number, notice it is 1-based.
assertFontTypeInDocument
void assertFontTypeInDocument(java.lang.String expected)
- Parameters:
expected - A supposed font type, i.e. "TrueType" or "Type1".
assertAllFontTypesInDocument
void assertAllFontTypesInDocument(java.lang.String[] expected)
- Parameters:
expected - All supposed font types in the document. Be carefull
and list all of them. A supposed font type is
i.e. "TrueType" or "Type1".
assertFontTypeOnPage
void assertFontTypeOnPage(java.lang.String expected,
int page)
- Parameters:
expected - A supposed font type, i.e "TrueType" or "Type1".page - The supposed page to search for the font type.
assertAllFontTypesOnPage
void assertAllFontTypesOnPage(java.lang.String[] expected,
int page)
- Parameters:
expected - All supposed font types in the document. Be carefull
and list all of them. A supposed font type is
i.e. "TrueType" or "Type1".page - The supposed page to search for the font types.
Copyright (C) Orientation in Objects GmbH. All Rights Reserved.