AODL.Document.Content.Text.ParagraphBuilder.CreateSpreadsheetParagraph C# (CSharp) 메소드

CreateSpreadsheetParagraph() 공개 정적인 메소드

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