메소드 | 설명 | |
---|---|---|
GetHtml ( ) : string |
Return the content as Html string
|
|
GetTabStopStyle ( string leaderStyle, string leadingChar, double position ) : AODL.Document.Styles.TabStopStyleCollection |
Gets the tab stop style.
|
|
InsertEntry ( string textEntry, int outLineLevel ) : void |
Insert the given text as an Table of contents entry. e.g. You just insert a Headline 1. My headline to the document and want this text also as an Table of contents entry, so you can simply add the text using this method.
|
|
TableOfContents ( |
Initializes a new instance of the TableOfContents class.
|
|
TableOfContents ( |
Initializes a new instance of the TableOfContents class.
|
메소드 | 설명 | |
---|---|---|
Content_Inserted ( int index, object value ) : void |
Content was inserted.
|
|
Content_Removed ( int index, object value ) : void |
Content was removed.
|
|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
|
CreateIndexBody ( ) : void |
Creates the index body node.
|
|
CreateTitlePargraph ( ) : void |
Creates the title pargraph.
|
|
InsertContentStyle ( ) : void |
Insert the content style nodes. These are 10 styles for each outline number one style. TODO: Section Style move to document common styles
|
|
NewXmlNode ( string stylename, bool protectChanges, string textName ) : void |
News the XML node.
|
|
RegisterEvents ( ) : void |
Registers the events.
|
|
SetOutlineStyle ( ) : void |
Set the outline style.
|
public GetTabStopStyle ( string leaderStyle, string leadingChar, double position ) : AODL.Document.Styles.TabStopStyleCollection | ||
leaderStyle | string | The leader style. |
leadingChar | string | The leading char. |
position | double | The position. |
리턴 | AODL.Document.Styles.TabStopStyleCollection |
public InsertEntry ( string textEntry, int outLineLevel ) : void | ||
textEntry | string | The text entry. |
outLineLevel | int | The outline level possible 1-10. |
리턴 | void |
public TableOfContents ( |
||
textDocument | The text document. | |
tocNode | The toc node. | |
리턴 | System |
public TableOfContents ( |
||
textDocument | The text document. | |
styleName | string | Name of the style. |
useHyperlinks | bool | if set to |
protectChanges | bool | if set to |
textName | string | Title for the Table of content e.g. Table of Content |
리턴 | System |