C# 클래스 AODL.Document.Export.Html.HTMLStyleBuilder

HTMLStyleBuilder offer public methods to build HTML style strings from AODL OpenDocument IStyle objects and from global style nodes
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
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.

메소드 상세

GetAGlobalStylAsHtml() 공개 메소드

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

GetCellStyleAsHtml() 공개 메소드

Gets the cell style as HTML.
public GetCellStyleAsHtml ( CellStyle cellStyle ) : string
cellStyle AODL.Document.Styles.CellStyle The cell style.
리턴 string

GetColumnStyleAsHtml() 공개 메소드

Gets the column style as HTML.
public GetColumnStyleAsHtml ( ColumnStyle columnStyle ) : string
columnStyle AODL.Document.Styles.ColumnStyle The column style.
리턴 string

GetFrameStyleAsHtml() 공개 메소드

Gets the frame style as HTML.
public GetFrameStyleAsHtml ( Frame frame ) : string
frame AODL.Document.Content.Draw.Frame The frame.
리턴 string

GetHeadingStyleAsHtml() 공개 메소드

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

GetParagraphStyleAsHtml() 공개 메소드

Gets the paragraph style as HTML.
public GetParagraphStyleAsHtml ( ParagraphStyle paragraphStyle ) : string
paragraphStyle AODL.Document.Styles.ParagraphStyle The paragraph style.
리턴 string

GetTableStyleAsHtml() 공개 메소드

Gets the table style as HTML.
public GetTableStyleAsHtml ( TableStyle tableStyle ) : string
tableStyle AODL.Document.Styles.TableStyle The table style.
리턴 string

GetTextStyleAsHtml() 공개 메소드

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

HTMLStyleBuilder() 공개 메소드

Initializes a new instance of the HTMLStyleBuilder class.
public HTMLStyleBuilder ( ) : System
리턴 System