Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The namespace provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Method and Description |
---|---|
Font |
CellsCellFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
CellsShapeFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
CellsTextEffectFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
DiagramFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
abstract Font |
FormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
PdfFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
SlidesFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
TextWatermark.getFont()
Deprecated.
Gets the font of the text.
|
Font |
WordsTextFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Font |
WordsWordArtShapeFormattedTextFragment.getFont()
Deprecated.
Gets the font of the text.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattedTextFragmentCollection.add(String text,
Font font)
Deprecated.
Adds a formatted text fragment to the collection.
|
void |
FormattedTextFragmentCollection.add(String text,
Font font,
Color foregroundColor)
Deprecated.
Adds a formatted text fragment to the collection.
|
void |
FormattedTextFragmentCollection.add(String text,
Font font,
Color foregroundColor,
Color backgroundColor)
Deprecated.
Adds a formatted text fragment to the collection.
|
void |
FormattedTextFragmentCollection.insert(int index,
String text,
Font font)
Deprecated.
Inserts a formatted text fragment into the collection at a given index.
|
void |
FormattedTextFragmentCollection.insert(int index,
String text,
Font font,
Color foregroundColor)
Deprecated.
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)
Deprecated.
Inserts a formatted text fragment into the collection at a given index.
|
void |
TextWatermark.setFont(Font value)
Deprecated.
Sets the font of the text.
|
Constructor and Description |
---|
TextWatermark(String text,
Font font)
Deprecated.
Initializes a new instance of the
TextWatermark class. |
Copyright © 2020. All rights reserved.