WordProcessingTextFormattedTextFragmentCollection

Inheritance: java.lang.Object, com.groupdocs.watermark.common.ReadOnlyListBase, com.groupdocs.watermark.common.RemoveOnlyListBase, com.groupdocs.watermark.search.FormattedTextFragmentCollection, com.groupdocs.watermark.contents.WordProcessingFormattedTextFragmentCollection

public class WordProcessingTextFormattedTextFragmentCollection extends WordProcessingFormattedTextFragmentCollection

Represents a collection of formatted text fragments in a Word document main text.

This collection contains the items of [WordProcessingTextFormattedTextFragment](../../com.groupdocs.watermark.contents/wordprocessingtextformattedtextfragment) type.

Constructors

Constructor Description
WordProcessingTextFormattedTextFragmentCollection(ReplacingArgs replacingArgs, WordProcessingTextPossibleWatermark parentWatermark)

Methods

Method Description
setText(String text)
removeFromDocument(FormattedTextFragment item)
createInDocument(int index, String text, Font font, Color foregroundColor, Color backgroundColor)

WordProcessingTextFormattedTextFragmentCollection(ReplacingArgs replacingArgs, WordProcessingTextPossibleWatermark parentWatermark)

public WordProcessingTextFormattedTextFragmentCollection(ReplacingArgs replacingArgs, WordProcessingTextPossibleWatermark parentWatermark)

Parameters:

Parameter Type Description
replacingArgs com.aspose.words.ReplacingArgs
parentWatermark WordProcessingTextPossibleWatermark

setText(String text)

public void setText(String text)

Parameters:

Parameter Type Description
text java.lang.String

removeFromDocument(FormattedTextFragment item)

public void removeFromDocument(FormattedTextFragment item)

Parameters:

Parameter Type Description
item FormattedTextFragment

createInDocument(int index, String text, Font font, Color foregroundColor, Color backgroundColor)

public FormattedTextFragment createInDocument(int index, String text, Font font, Color foregroundColor, Color backgroundColor)

Parameters:

Parameter Type Description
index int
text java.lang.String
font Font
foregroundColor Color
backgroundColor Color

Returns: FormattedTextFragment