| Package | Description |
|---|---|
| com.groupdocs.watermark.contents | |
| com.groupdocs.watermark.internal | |
| com.groupdocs.watermark.search | |
| com.groupdocs.watermark.watermarks |
| Modifier and Type | Method and Description |
|---|---|
Font |
DiagramFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
PdfFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
PresentationFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
SpreadsheetCellFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
SpreadsheetShapeFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
SpreadsheetTextEffectFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
WordProcessingTextFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
WordProcessingWordArtShapeFormattedTextFragment.getFont()
Gets the font of the text.
|
| Modifier and Type | Method and Description |
|---|---|
FormattedTextFragment |
DiagramFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
PdfShapeFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
PdfTextFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
PresentationFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
SpreadsheetCellFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
SpreadsheetShapeFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
SpreadsheetTextEffectFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
WordProcessingShapeFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
WordProcessingTextFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
FormattedTextFragment |
WordProcessingWordArtShapeFormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
| Modifier and Type | Method and Description |
|---|---|
static Font |
FontHelper.create(String familyName,
float size,
boolean bold,
boolean italic,
boolean underline,
boolean strikeout) |
| Modifier and Type | Method and Description |
|---|---|
static com.aspose.diagram.Char |
DiagramFontUtils.createCharObject(int ix,
Font font,
Color foregroundColor,
DiagramContent content) |
static boolean |
FontHelper.hasSameValues(Font font1,
Font font2) |
static SizeD |
TextWatermarkGeometry.measureString(String text,
Font font,
Thickness padding) |
| Constructor and Description |
|---|
EvaluationWarningWatermark(String text,
Font font) |
| Modifier and Type | Method and Description |
|---|---|
Font |
FormattedTextFragmentCollection.getDefaultFont() |
abstract Font |
FormattedTextFragment.getFont()
Gets the font of the text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormattedTextFragmentCollection.add(String text,
Font font)
Adds a formatted text fragment to the collection.
|
void |
FormattedTextFragmentCollection.add(String text,
Font font,
Color foregroundColor)
Adds a formatted text fragment to the collection.
|
void |
FormattedTextFragmentCollection.add(String text,
Font font,
Color foregroundColor,
Color backgroundColor)
Adds a formatted text fragment to the collection.
|
FormattedTextFragment |
FormattedTextFragmentCollection.createInDocument(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor) |
void |
FormattedTextFragmentCollection.insert(int index,
String text,
Font font)
Inserts a formatted text fragment into the collection at a given index.
|
void |
FormattedTextFragmentCollection.insert(int index,
String text,
Font font,
Color foregroundColor)
Inserts a formatted text fragment into the collection at a given index.
|
void |
FormattedTextFragmentCollection.insert(int index,
String text,
Font font,
Color foregroundColor,
Color backgroundColor)
Inserts a formatted text fragment into the collection at a given index.
|
| Modifier and Type | Method and Description |
|---|---|
Font |
TextWatermark.getFont()
Gets the font of the text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextWatermark.setFont(Font value)
Sets the font of the text.
|
| Constructor and Description |
|---|
TextWatermark(String text,
Font font)
Initializes a new instance of the
class with a specified text and a font. |
Copyright © 2026. All rights reserved.