Table of Contents

Class ElementStyles

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents Styles associated with different elements.

public class ElementStyles
Inheritance
ElementStyles
Inherited Members

Constructors

ElementStyles()

Initializes all Styles.

public ElementStyles()

Properties

ParagraphStyles

Gets the Paragraph Styles

public List<string> ParagraphStyles { get; }

Property Value

List<string>

TableFonts

Gets the fonts defined in FontTable

public List<string> TableFonts { get; }

Property Value

List<string>

TableStyles

Gets the Table Styles

public List<string> TableStyles { get; }

Property Value

List<string>

ThemeFonts

Gets the fonts defined in theme.

public List<string> ThemeFonts { get; }

Property Value

List<string>