메소드 | 설명 | |
---|---|---|
GetHtml ( ) : string |
Return the content as Html string
|
|
List ( IDocument document, |
Create a new List which is used to represent a inner list.
|
|
List ( IDocument document, |
Initializes a new instance of the List class.
|
|
List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System |
Create a new List object
|
메소드 | 설명 | |
---|---|---|
Content_Inserted ( int index, object value ) : void |
Content_s the inserted.
|
|
Content_Removed ( int index, object value ) : void |
Content_s the removed.
|
|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
|
InitStandards ( ) : void |
Inits the standards.
|
|
NewXmlNode ( ) : void |
Create a new XmlNode.
|
public List ( IDocument document, |
||
document | IDocument | The IDocument |
outerlist | The List to which this List belongs. | |
리턴 | System |
public List ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
리턴 | System |
public List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System | ||
document | IDocument | The IDocument |
styleName | string | The style name |
typ | ListStyles | The list typ bullet, .. |
paragraphStyleName | string | The style name for the ParagraphStyle. |
리턴 | System |