Modifier and Type | Method and Description |
---|---|
Font |
CellsCellFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
CellsShapeFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
CellsTextEffectFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
DiagramFormattedTextFragment.getFont()
Gets the font of the text.
|
abstract Font |
FormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
PdfFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
SlidesFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
TextWatermark.getFont()
Gets the font of the text.
|
Font |
WordsTextFormattedTextFragment.getFont()
Gets the font of the text.
|
Font |
WordsWordArtShapeFormattedTextFragment.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.
|
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
TextWatermark class. |
Copyright © 2018. All rights reserved.