An instance of the Paragraph
public sealed class ParagraphStyleCollection : FormattingStyleCollection
Public NotInheritable Class ParagraphStyleCollection
Inherits FormattingStyleCollection
Introduced: 10.1.
Method | Description |
---|---|
Add | Adds to new formatting style to the current document. |
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection.
(Inherited from Formatting |
Get |
Gets a particular style from the collection. |
Remove | Removes a formatting style from a Text Control document.
(Inherited from Formatting |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection.
(Inherited from Formatting |
Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false.
(Inherited from Formatting |
Sync |
Gets an object that can be used to synchronize access to the collection.
(Inherited from Formatting |