AODL.Document.Import.OpenDocument.NodeProcessors.LocalStyleProcessor.CreateSectionProperties C# (CSharp) Метод

CreateSectionProperties() приватный Метод

Creates the section properties.
private CreateSectionProperties ( IStyle style, XmlNode propertyNode ) : SectionProperties
style IStyle The style.
propertyNode System.Xml.XmlNode The property node.
Результат AODL.Document.Styles.Properties.SectionProperties
		private SectionProperties CreateSectionProperties(IStyle style, XmlNode propertyNode)
		{
			SectionProperties sectionProperties	= new SectionProperties(style);
			sectionProperties.Node				= propertyNode;

			return sectionProperties;
		}