Esempio n. 1
0
 public QTextList InsertList(QTextListFormat.Style style)
 {
     return((QTextList)interceptor.Invoke("insertList$", "insertList(QTextListFormat::Style)", typeof(QTextList), typeof(QTextListFormat.Style), style));
 }
Esempio n. 2
0
 public QTextList CreateList(QTextListFormat.Style style)
 {
     return((QTextList)interceptor.Invoke("createList$", "createList(QTextListFormat::Style)", typeof(QTextList), typeof(QTextListFormat.Style), style));
 }
Esempio n. 3
0
 public void SetStyle(QTextListFormat.Style style)
 {
     interceptor.Invoke("setStyle$", "setStyle(QTextListFormat::Style)", typeof(void), typeof(QTextListFormat.Style), style);
 }