DiagramFormattedTextFragmentCollection class

DiagramFormattedTextFragmentCollection class

Represents a collection of formatted text fragments in a Visio document.

This collection contains items of DiagramFormattedTextFragment type.

The DiagramFormattedTextFragmentCollection type exposes the following members:

Methods

Method Description
add Adds a formatted text fragment to the collection. (inherited from FormattedTextFragmentCollection)
add_file (inherited from FormattedTextFragmentCollection)
add_string (inherited from FormattedTextFragmentCollection)
clear (inherited from RemoveOnlyListBase)
insert Inserts a formatted text fragment into the collection at a given index. (inherited from FormattedTextFragmentCollection)
insert_file (inherited from FormattedTextFragmentCollection)
insert_int32 (inherited from FormattedTextFragmentCollection)
insert_string (inherited from FormattedTextFragmentCollection)
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. (inherited from FormattedTextFragmentCollection)
is_read_only (inherited from RemoveOnlyListBase)

See Also