AODL.Document.Content.Text.ParagraphBuilder.CreateParagraphWithExistingNode C# (CSharp) Méthode

CreateParagraphWithExistingNode() public static méthode

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.
Résultat Paragraph
		public static Paragraph CreateParagraphWithExistingNode(IDocument document, XmlNode paragraphNode)
		{
			return new Paragraph(paragraphNode, document);
		}