C# Class AODL.Document.Export.Html.HTMLStyleBuilder

HTMLStyleBuilder offer public methods to build HTML style strings from AODL OpenDocument IStyle objects and from global style nodes
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
GetAGlobalStylAsHtml ( IDocument document, string styleName ) : string

Gets the A global styl as HTML.

GetCellStyleAsHtml ( CellStyle cellStyle ) : string

Gets the cell style as HTML.

GetColumnStyleAsHtml ( ColumnStyle columnStyle ) : string

Gets the column style as HTML.

GetFrameStyleAsHtml ( Frame frame ) : string

Gets the frame style as HTML.

GetHeadingStyleAsHtml ( Header header ) : string

Gets the heading style as HTML.

GetParagraphStyleAsHtml ( ParagraphStyle paragraphStyle ) : string

Gets the paragraph style as HTML.

GetTableStyleAsHtml ( TableStyle tableStyle ) : string

Gets the table style as HTML.

GetTextStyleAsHtml ( TextProperties textStyle ) : string

Gets the text style as HTML.

HTMLStyleBuilder ( ) : System

Initializes a new instance of the HTMLStyleBuilder class.

Method Details

GetAGlobalStylAsHtml() public méthode

Gets the A global styl as HTML.
public GetAGlobalStylAsHtml ( IDocument document, string styleName ) : string
document IDocument The document.
styleName string Name of the style.
Résultat string

GetCellStyleAsHtml() public méthode

Gets the cell style as HTML.
public GetCellStyleAsHtml ( CellStyle cellStyle ) : string
cellStyle AODL.Document.Styles.CellStyle The cell style.
Résultat string

GetColumnStyleAsHtml() public méthode

Gets the column style as HTML.
public GetColumnStyleAsHtml ( ColumnStyle columnStyle ) : string
columnStyle AODL.Document.Styles.ColumnStyle The column style.
Résultat string

GetFrameStyleAsHtml() public méthode

Gets the frame style as HTML.
public GetFrameStyleAsHtml ( Frame frame ) : string
frame AODL.Document.Content.Draw.Frame The frame.
Résultat string

GetHeadingStyleAsHtml() public méthode

Gets the heading style as HTML.
public GetHeadingStyleAsHtml ( Header header ) : string
header AODL.Document.Content.Text.Header The header.
Résultat string

GetParagraphStyleAsHtml() public méthode

Gets the paragraph style as HTML.
public GetParagraphStyleAsHtml ( ParagraphStyle paragraphStyle ) : string
paragraphStyle AODL.Document.Styles.ParagraphStyle The paragraph style.
Résultat string

GetTableStyleAsHtml() public méthode

Gets the table style as HTML.
public GetTableStyleAsHtml ( TableStyle tableStyle ) : string
tableStyle AODL.Document.Styles.TableStyle The table style.
Résultat string

GetTextStyleAsHtml() public méthode

Gets the text style as HTML.
public GetTextStyleAsHtml ( TextProperties textStyle ) : string
textStyle AODL.Document.Styles.Properties.TextProperties The text style.
Résultat string

HTMLStyleBuilder() public méthode

Initializes a new instance of the HTMLStyleBuilder class.
public HTMLStyleBuilder ( ) : System
Résultat System