Gets the text style for this structure element.

 

   

Syntax
 

[C#]
GetStyle(this StructureElementElement element)

[Visual Basic]
GetStyle(this StructureElementElement element)

 

   

Params
 
Name Description
return A dictionary mapping styles to values.

 

   

Notes
 

Gets the text style for this structure element.

The returned dictionary maps CSS style names to values.

Typical styles names include "font-size", "font-family", "line-height" and "color".

 

   

Example
 
None.