Class FormatTxtCollection
Contents
[
Hide
]FormatTxtCollection class
FormatTxt collection which contains the text of a shape.
public class FormatTxtCollection : Collection<FormatTxt>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } | |
| Text { get; } | Contains the text of a shape with formating. |
Methods
| Name | Description |
|---|---|
| Add(FormatTxt) | Add the FormatTxt object in the collection. |
| BinarySearch(FormatTxt) | |
| BinarySearch(FormatTxt, IComparer<FormatTxt>) | |
| BinarySearch(int, int, FormatTxt, IComparer<FormatTxt>) | |
| Clear() | |
| Contains(FormatTxt) | |
| CopyTo(FormatTxt[]) | |
| CopyTo(FormatTxt[], int) | |
| CopyTo(int, FormatTxt[], int, int) | |
| Exists(Predicate<FormatTxt>) | |
| Find(Predicate<FormatTxt>) | |
| FindAll(Predicate<FormatTxt>) | |
| FindIndex(Predicate<FormatTxt>) | |
| FindIndex(int, Predicate<FormatTxt>) | |
| FindIndex(int, int, Predicate<FormatTxt>) | |
| FindLast(Predicate<FormatTxt>) | |
| FindLastIndex(Predicate<FormatTxt>) | |
| FindLastIndex(int, Predicate<FormatTxt>) | |
| FindLastIndex(int, int, Predicate<FormatTxt>) | |
| GetEnumerator() | |
| IndexOf(FormatTxt) | |
| IndexOf(FormatTxt, int) | |
| IndexOf(FormatTxt, int, int) | |
| LastIndexOf(FormatTxt) | |
| LastIndexOf(FormatTxt, int) | |
| LastIndexOf(FormatTxt, int, int) | |
| Remove(FormatTxt) | Remove the FormatTxt object from the collection. |
| RemoveAt(int) | |
| SetWholeText(string) | Set the text of a shape without formating. |
See Also
- class Collection<T>
- class FormatTxt
- namespace Aspose.Diagram
- assembly Aspose.Diagram