AODL.Document.Content.Text.Indexes.TextSequence.TextContent_Inserted C# (CSharp) 메소드

TextContent_Inserted() 개인적인 메소드

Texts the content_ inserted.
private TextContent_Inserted ( int index, object value ) : void
index int The index.
value object The value.
리턴 void
		private void TextContent_Inserted(int index, object value)
		{
			this.Node.AppendChild(((IText)value).Node);
		}