AODL.Document.Content.Text.ParagraphBuilder.CreateSpreadsheetParagraph C# (CSharp) Method

CreateSpreadsheetParagraph() public static method

Create a spreadsheet paragraph.
public static CreateSpreadsheetParagraph ( IDocument document ) : Paragraph
document IDocument The document.
return Paragraph
		public static Paragraph CreateSpreadsheetParagraph(IDocument document)
		{
			return new Paragraph(document);
		}