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

CreateParagraphWithExistingNode() 공개 정적인 메소드

Create a paragraph with existing node.
public static CreateParagraphWithExistingNode ( IDocument document, XmlNode paragraphNode ) : Paragraph
document IDocument The document.
paragraphNode System.Xml.XmlNode The paragraph node.
리턴 Paragraph
		public static Paragraph CreateParagraphWithExistingNode(IDocument document, XmlNode paragraphNode)
		{
			return new Paragraph(paragraphNode, document);
		}