Click or drag to resize
TextStrings Methods

The TextStrings type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a string to the end of the collection.
Public methodAppend
Appends a string to the string at the specified index in the collection.
Public methodCat2
Concatenates two strings.
Public methodCatTop2
Inserts text between the top two strings in a collection.
Public methodDeleteRange
Deletes the contents of a given range.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEncodeFunction
Encodes an object, given a set of properties.
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetCharacterCount
Gets the count of characters for a selected string index.
Public methodInsertNullStr
Inserts a null string in the collection at the specified string index.
Public methodMoveBoundary
Moves the start boundary of a string, by index, by the specified number of characters.
Public methodPrefixTop
Prefixes a string to the top string in the collection.
Public methodRemove(Int32)
Removes a string from the string collection at the specified index.
Public methodRemove(Int32, Int32)
Removes one or more strings from the string collection, starting at the specified index.
Public methodSetFormattedText
Replaces text with formatted text.
Public methodSetOpCp
Sets the character position in the source range's story that has the desired character formatting attributes.
Public methodSuffixTop
Suffixes a string to the top string in the collection.
Public methodSwap
Swaps the top two strings in the collection.
Top
See Also