TableProperties represent the table properties.
Наследование: IProperty, IHtmlStyle
Пример #1
0
		/// <summary>
		/// Creates the table properties.
		/// </summary>
		/// <param name="style">The style.</param>
		/// <param name="propertyNode">The property node.</param>
		/// <returns></returns>
		private TableProperties CreateTableProperties(IStyle style, XmlNode propertyNode)
		{
			TableProperties tableProperties		= new TableProperties(style);
			tableProperties.Node				= propertyNode;

			return tableProperties;
		}