FormattedTextFragmentCollection class

FormattedTextFragmentCollection class

Represents a mutable collection of formatted text fragments.

This collection contains the items of FormattedTextFragment base type.

The FormattedTextFragmentCollection type exposes the following members:

Methods

Method Description
add Adds a formatted text fragment to the collection.
add Adds a formatted text fragment to the collection.
add Adds a formatted text fragment to the collection.
add Adds a formatted text fragment to the collection.
add_file
add_string
insert Inserts a formatted text fragment into the collection at a given index.
insert Inserts a formatted text fragment into the collection at a given index.
insert Inserts a formatted text fragment into the collection at a given index.
insert Inserts a formatted text fragment into the collection at a given index.
insert_file
insert_int32
insert_string
clear (inherited from RemoveOnlyListBase)
remove (inherited from RemoveOnlyListBase)
remove_at (inherited from RemoveOnlyListBase)
remove_at_int32 (inherited from RemoveOnlyListBase)

Properties

Property Description
collection_type The formatted fragment collection type.
is_read_only (inherited from RemoveOnlyListBase)

See Also