Package | Description |
---|---|
com.groupdocs.watermark.contents |
The package provides classes for working with documents of any supported types.
|
com.groupdocs.watermark.search |
The package provides classes for searching, editing and removing watermarks in documents of different types.
|
com.groupdocs.watermark.watermarks |
The package provides classes to specify properties of 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 |
---|---|
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.
|
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. |