Package | Description |
---|---|
com.groupdocs.watermark.contents |
The namespace provides classes for working with documents of any supported types.
|
com.groupdocs.watermark.search |
The namespace provides classes for searching, editing and removing watermarks in documents of different types.
|
Modifier and Type | Class and Description |
---|---|
class |
DiagramFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a Visio document.
|
class |
PdfFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a pdf document.
|
class |
PdfShapeFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a pdf document XObject, Artifact or Annotation.
|
class |
PdfTextFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a pdf content main text.
|
class |
PresentationFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a PowerPoint document.
|
class |
SpreadsheetCellFormattedTextFragmentCollection
Represents a collection of formatted text fragments in an Excel document cell.
|
class |
SpreadsheetShapeFormattedTextFragmentCollection
Represents a collection of formatted text fragments in an Excel document text shape.
|
class |
SpreadsheetTextEffectFormattedTextFragmentCollection
Represents a collection of formatted text fragments in an Excel document WordArt shape.
|
class |
WordProcessingFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a Word document.
|
class |
WordProcessingShapeFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a Word document shape.
|
class |
WordProcessingTextFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a Word document main text.
|
class |
WordProcessingWordArtShapeFormattedTextFragmentCollection
Represents a collection of formatted text fragments in a Word document WordArt shape.
|
Modifier and Type | Method and Description |
---|---|
FormattedTextFragmentCollection |
DiagramShape.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
DiagramShape . |
FormattedTextFragmentCollection |
PdfShape.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
PdfShape . |
FormattedTextFragmentCollection |
PresentationShape.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
PresentationShape . |
FormattedTextFragmentCollection |
SpreadsheetShape.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
SpreadsheetShape . |
FormattedTextFragmentCollection |
WordProcessingShape.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
WordProcessingShape . |
Modifier and Type | Method and Description |
---|---|
FormattedTextFragmentCollection |
PdfTextPossibleWatermark.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
PdfTextPossibleWatermark . |
FormattedTextFragmentCollection |
PossibleWatermark.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
PossibleWatermark . |
FormattedTextFragmentCollection |
ShapePossibleWatermark.getFormattedTextFragments()
Gets the collection of formatted text fragments of the shape.
|
FormattedTextFragmentCollection |
SpreadsheetCellPossibleWatermark.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
SpreadsheetCellPossibleWatermark . |
FormattedTextFragmentCollection |
WordProcessingTextPossibleWatermark.getFormattedTextFragments()
Gets the collection of formatted text fragments of this
WordProcessingTextPossibleWatermark . |
Copyright © 2020. All rights reserved.