AODL.Document.Styles.Properties.ParagraphProperties.ParagraphProperties C# (CSharp) Метод

ParagraphProperties() публичный Метод

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style ) : System
style IStyle The style.
Результат System
		public ParagraphProperties(IStyle style)
		{
			this.Style			= style;
			this.NewXmlNode();
		}
		

Same methods

ParagraphProperties::ParagraphProperties ( IStyle style, XmlNode node ) : System