Property | Type | Description | |
---|---|---|---|
ParagraphSeperator | string | ||
ParagraphSeperator2 | string |
Method | Description | |
---|---|---|
CreateParagraphCollection ( IDocument document, string text, bool useStandardStyle, string paragraphSeperator ) : AODL.Document.Content.Text.ParagraphCollection |
Creates the paragraph collection.
|
|
CreateParagraphWithCustomStyle ( IDocument document, string styleName ) : |
Create a paragraph with custom style.
|
|
CreateParagraphWithExistingNode ( IDocument document, |
Create a paragraph with existing node.
|
|
CreateSpreadsheetParagraph ( IDocument document ) : |
Create a spreadsheet paragraph.
|
|
CreateStandardTextParagraph ( IDocument document ) : |
Create a standard text paragraph.
|
|
CreateStandardTextTableParagraph ( IDocument document ) : |
Create a standard text table paragraph.
|
|
ParagraphBuilder ( ) : System |
Initializes a new instance of the ParagraphBuilder class.
|
public static CreateParagraphCollection ( IDocument document, string text, bool useStandardStyle, string paragraphSeperator ) : AODL.Document.Content.Text.ParagraphCollection | ||
document | IDocument | The document. |
text | string | The text. |
useStandardStyle | bool | if set to |
paragraphSeperator | string | The paragraph seperator. |
return | AODL.Document.Content.Text.ParagraphCollection |
public static CreateParagraphWithCustomStyle ( IDocument document, string styleName ) : |
||
document | IDocument | The document. |
styleName | string | Name of the style. |
return |
public static CreateParagraphWithExistingNode ( IDocument document, |
||
document | IDocument | The document. |
paragraphNode | The paragraph node. | |
return |
public static CreateSpreadsheetParagraph ( IDocument document ) : |
||
document | IDocument | The document. |
return |
public static CreateStandardTextParagraph ( IDocument document ) : |
||
document | IDocument | The document. |
return |
public static CreateStandardTextTableParagraph ( IDocument document ) : |
||
document | IDocument | The document. |
return |
public static string ParagraphSeperator | ||
return | string |