Method | Description | |
---|---|---|
CreateContent ( |
Gets the content.
|
|
CreateControlRef ( |
Creates the frame.
|
|
CreateEventListener ( |
Creates the event listener.
|
|
CreateEventListeners ( |
Creates the event listeners.
|
|
CreateFrame ( |
Creates the frame.
|
|
CreateHeader ( |
Creates the header.
|
|
CreateMainContent ( |
Creates the content.
|
|
CreateParagraph ( |
Creates the paragraph.
|
|
GetMediaType ( string ObjectFullPath ) : string | ||
MainContentProcessor ( IDocument document ) : System |
Initializes a new instance of the MainContentProcessor class.
|
|
ReadContentNodes ( ) : void |
Reads the content nodes.
|
Method | Description | |
---|---|---|
AddToCollection ( IContent content, ContentCollection coll ) : void | ||
CreateDrawAreaCircle ( |
Creates the draw area circle.
|
|
CreateDrawAreaRectangle ( |
Creates the draw area rectangle.
|
|
CreateDrawTextBox ( |
Creates the draw text box.
|
|
CreateEmbedObject ( |
||
CreateGraphic ( |
Creates the graphic.
|
|
CreateImageMap ( |
Creates the image map.
|
|
CreateList ( |
Creates the list.
|
|
CreateListItem ( |
Creates the list item.
|
|
CreateTable ( |
Creates the table.
|
|
CreateTableCell ( |
Creates the table cell.
|
|
CreateTableCellSpan ( |
Creates the table cell span.
|
|
CreateTableColumn ( |
Creates the table column.
|
|
CreateTableHeaderRow ( |
Creates the table header row.
|
|
CreateTableOfContents ( |
Creates the table of contents.
|
|
CreateTableRow ( |
Creates the table row.
|
|
GetAValueFromAnAttribute ( |
Gets the A value from an attribute.
|
|
GetListStyle ( |
Gets the list style.
|
|
LoadFrameGraphic ( |
||
LogNode ( |
Logs the node.
|
|
OnWarning ( |
||
ReadParagraphTextContent ( |
Reads the content of the paragraph text.
|
public CreateContent ( |
||
node | The node to clone and create content from. | |
return | IContent |
public CreateControlRef ( |
||
refNode | ||
return |
public CreateEventListener ( |
||
eventListenerNode | The event listener node. | |
return |
public CreateEventListeners ( |
||
eventListenersNode | The event listeners node. | |
return |
public CreateFrame ( |
||
frameNode | The framenode. | |
return |
public CreateHeader ( |
||
headernode | The headernode. | |
return |
public CreateMainContent ( |
||
node | The node. | |
return | void |
public CreateParagraph ( |
||
paragraphNode | The paragraph node. | |
return |
public GetMediaType ( string ObjectFullPath ) : string | ||
ObjectFullPath | string | |
return | string |
public MainContentProcessor ( IDocument document ) : System | ||
document | IDocument | The document. |
return | System |