public class FontValidationContext extends Object implements IValidationContext
| Constructor and Description |
|---|
FontValidationContext(String text,
PdfFont font)
Instantiates a new
FontValidationContext based on text and font. |
| Modifier and Type | Method and Description |
|---|---|
PdfFont |
getFont()
Gets the font.
|
String |
getText()
Gets the text.
|
ValidationType |
getType()
Gets type of the context.
|
public FontValidationContext(String text, PdfFont font)
FontValidationContext based on text and font.text - the textfont - the fontpublic String getText()
public PdfFont getFont()
public ValidationType getType()
IValidationContextgetType in interface IValidationContextCopyright © 1998–2025 Apryse Group NV. All rights reserved.