AODL.Document.Content.Draw.Frame.InitStandards C# (CSharp) 메소드

InitStandards() 개인적인 메소드

Inits the standards.
private InitStandards ( ) : void
리턴 void
		private void InitStandards()
		{
			//Todo: FrameBuilder
			this.AnchorType				= "paragraph";

			this.Content				= new ContentCollection();
			this.Content.Inserted		+= Content_Inserted;
			this.Content.Removed		+= Content_Removed;
		}