FontSettingCollection class

FontSettingCollection class

Represents the list of FontSetting.

The FontSettingCollection type exposes the following members:

Properties

PropertyDescription
text_alignmentRepresents the alignment setting of the text body.
text_paragraphsGets all paragraphs.
textGets and sets the text of the shape.
html_stringGets and sets the html string which contains data and some formats in this shape.
capacityGets or sets the number of elements that the array list can contain.

Methods

MethodDescription
replaceReplace the text.
replaceReplace the text.
copy_toCopies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list.
copy_toCopies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list.
index_ofSearches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element.
index_ofSearches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that starts at the specified index and contains the specified number of elements.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the entire array list.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index.
last_index_ofSearches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index.
set_word_art_styleSets the preset WordArt style.
get_paragraph_enumeratorGets the enumerator of the paragraphs.
append_textAppends the text.
insert_textInsert index at the position.
delete_textDelete some characters.
formatFormat the text with font setting.
binary_searchSearches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element.

See Also