Метод | Описание | |
---|---|---|
AddDescription ( string text ) : void | ||
AddHeading ( int level, string text ) : void | ||
AddHeading ( string text, object debugInfo ) : void | ||
AddHeading1 ( string text ) : void | ||
AddHeading2 ( string text ) : void | ||
AddHeading3 ( string text ) : void | ||
AddHeadingOther ( string text ) : void | ||
AddTitle ( string text ) : void | ||
DocumentListState ( ) : System | ||
ForceOrientation ( Orientation orientation ) : void |
Метод | Описание | |
---|---|---|
FindStyle ( string styleName ) : MigraDoc.DocumentObjectModel.Style |
public AddDescription ( string text ) : void | ||
text | string | |
Результат | void |
public AddHeading ( int level, string text ) : void | ||
level | int | |
text | string | |
Результат | void |
public AddHeading ( string text, object debugInfo ) : void | ||
text | string | |
debugInfo | object | |
Результат | void |
public AddHeadingOther ( string text ) : void | ||
text | string | |
Результат | void |
public ForceOrientation ( Orientation orientation ) : void | ||
orientation | Orientation | |
Результат | void |