Method | Description | |
---|---|---|
GetCellAsHtml ( |
Gets the cell as HTML.
|
|
GetDrawAreaAsHtml ( |
Gets the draw rectangle as HTML.
|
|
GetDrawFrameAsHtml ( |
Gets the draw frame as HTML.
|
|
GetDrawTextBoxAsHtml ( |
Gets the draw text box as HTML.
|
|
GetFieldAsHtml ( Field f ) : string |
Gets a Field as HTML.
|
|
GetFormatedTextAsHtml ( |
Gets the formated text as HTML.
|
|
GetGraphicAsHtml ( |
Gets the graphic as HTML.
|
|
GetHeadingAsHtml ( |
Gets the heading as HTML.
|
|
GetIContentCollectionAsHtml ( ContentCollection iContentCollection ) : string |
Gets the I content collection as HTML.
|
|
GetITextCollectionAsHtml ( AODL.Document.Content.Text.ITextCollection iTextCollection, |
Gets the I text collection as HTML.
|
|
GetImageMapAsHtml ( |
Gets the image map as HTML.
|
|
GetLineBreakAsHtml ( ) : string |
Gets the line break as HTML.
|
|
GetListAsHtml ( |
Gets the list as HTML.
|
|
GetListItemAsHtml ( |
Gets the list item as HTML.
|
|
GetMixedContentAsHTML ( |
Gets the mixed content as HTML.
|
|
GetODFControlAsHtml ( ODFControlRef reference ) : string |
Gets a ODFControlRef as HTML.
|
|
GetParagraphAsHtml ( |
Gets the paragraph as HTML.
|
|
GetRowAsHtml ( |
Gets the row as HTML.
|
|
GetTabStopAsHtml ( AODL.Document.Content.Text.TextControl.TabStop tabStop, int tabStopIndex, string htmlStringBefore, |
Gets the tab stop as HTML. Because of the fact that no tabstop html element exist, AODL will try to simulate this with a the non breaking line entity.
|
|
GetTableAsHtml ( |
Gets the table as HTML.
|
|
GetTableOfContentsAsHtml ( |
Gets the table of contents as HTML.
|
|
GetUnknowContentAsHtml ( |
Gets the unknow content as HTML. AODL will try to search inside the node of the UnknownContent object for content this could be displayed.
|
|
GetUnknowTextContentAsHtml ( |
Gets the unknow text content as HTML. Maybe it's a bibliographic index or something else. The method will try to find text that could be displayed.
|
|
GetWhiteSpacesAsHtml ( |
Gets the white spaces as HTML.
|
|
GetXLinkAsHtml ( |
Gets the X link as HTML.
|
|
HTMLContentBuilder ( ) : System |
Initializes a new instance of the HTMLContentBuilder class.
|
|
HTMLContentBuilder ( string graphicTargetFolder ) : System |
Initializes a new instance of the HTMLContentBuilder class.
|
Method | Description | |
---|---|---|
GetAnchorLink ( string outlineLinkTarget, |
Gets the anchor link.
|
|
GetOutlineString ( |
Gets the outline string.
|
|
ReplaceControlNodes ( string text ) : string |
Replaces the control nodes.
|
public GetCellAsHtml ( |
||
cell | The cell. | |
return | string |
public GetDrawAreaAsHtml ( |
||
drawArea | The draw area. | |
return | string |
public GetDrawFrameAsHtml ( |
||
frame | The frame. | |
return | string |
public GetDrawTextBoxAsHtml ( |
||
drawTextBox | The draw text box. | |
return | string |
public GetFormatedTextAsHtml ( |
||
formatedText | The formated text. | |
return | string |
public GetGraphicAsHtml ( |
||
graphic | The graphic. | |
return | string |
public GetHeadingAsHtml ( |
||
heading | The heading. | |
return | string |
public GetIContentCollectionAsHtml ( ContentCollection iContentCollection ) : string | ||
iContentCollection | ContentCollection | The i content collection. |
return | string |
public GetITextCollectionAsHtml ( AODL.Document.Content.Text.ITextCollection iTextCollection, |
||
iTextCollection | AODL.Document.Content.Text.ITextCollection | The i text collection. |
paragraphStyle | The paragraph style. | |
return | string |
public GetImageMapAsHtml ( |
||
imageMap | The image map. | |
return | string |
public GetListAsHtml ( |
||
list | The list. | |
return | string |
public GetListItemAsHtml ( |
||
listItem | The list item. | |
return | string |
public GetMixedContentAsHTML ( |
||
mixedContent | ArrayList of objects. The objects could be /// IContent or IText. | |
paragraphStyle | The paragraph style. | |
return | string |
public GetODFControlAsHtml ( ODFControlRef reference ) : string | ||
reference | ODFControlRef | |
return | string |
public GetParagraphAsHtml ( |
||
paragraph | The paragraph. | |
return | string |
public GetRowAsHtml ( |
||
row | The row. | |
return | string |
public GetTabStopAsHtml ( AODL.Document.Content.Text.TextControl.TabStop tabStop, int tabStopIndex, string htmlStringBefore, |
||
tabStop | AODL.Document.Content.Text.TextControl.TabStop | The tab stop. |
tabStopIndex | int | The tab stop position from all tabstops from the textcollectio, /// where this tabstop belongs to. |
htmlStringBefore | string | The complete html string before this tabstop. |
paragraphStyle | The paragraph style from the enclosing paragraph. | |
return | string |
public GetTableAsHtml ( |
||
table | The table. | |
return | string |
public GetTableOfContentsAsHtml ( |
||
tableOfContents | The table of contents. | |
return | string |
public GetUnknowContentAsHtml ( |
||
unknownContent | Content of the unknown. | |
return | string |
public GetUnknowTextContentAsHtml ( |
||
unknownTextContent | Content of the unknown text. | |
return | string |
public GetWhiteSpacesAsHtml ( |
||
whiteSpace | The white space. | |
return | string |
public GetXLinkAsHtml ( |
||
xLink | The x link. | |
return | string |
public HTMLContentBuilder ( string graphicTargetFolder ) : System | ||
graphicTargetFolder | string | The graphic target folder. |
return | System |