AODL.Document.Styles.FrameStyle.FrameStyle C# (CSharp) Method

FrameStyle() public method

Initializes a new instance of the FrameStyle class.
public FrameStyle ( IDocument document, string styleName ) : System
document IDocument The document.
styleName string Name of the style.
return System
		public FrameStyle(IDocument document, string styleName)
		{
			this.Document				= document;
			this.InitStandards();
			this.NewXmlNode();
			this.StyleName				= styleName;
			this.GraphicProperties		= new GraphicProperties((IStyle)this);
		}

Same methods

FrameStyle::FrameStyle ( IDocument document, XmlNode node ) : System