Xceed Words for .NET v3.0 Documentation
ParagraphFormattings Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Document Class : ParagraphFormattings Property
Returns a list of all the paragraph formatting styles found inside the document. This list includes all the styled run properties (bold, size, color...) but not the styled paragraph properties (spacing, borders, etc.).
Syntax
'Declaration
 
Public ReadOnly Property ParagraphFormattings As List(Of Formatting)
'Usage
 
Dim instance As Document
Dim value As List(Of Formatting)
 
value = instance.ParagraphFormattings
public List<Formatting> ParagraphFormattings {get;}
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Document Class
Document Members