29 lines
		
	
	
		
			462 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			462 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Text;
 | |
| using System.Xml;
 | |
| 
 | |
| namespace fmtxml
 | |
| {
 | |
| 	public partial class FmtFileToXml
 | |
| 	{
 | |
| 		private void AddGENfmt(ref FormatData fmtdata) // Catawba
 | |
| 		{
 | |
| 			fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
 | |
| 		}
 | |
| 	}
 | |
| 	public partial class FmtToXml
 | |
| 	{
 | |
| 		private void AddGENPage(ref PageStyles pgstyles)
 | |
| 		{
 | |
| 		}
 | |
| 	
 | |
| 	}
 | |
| 	public partial class RtfToSvg
 | |
| 	{
 | |
| 		private void AddGEN(XmlDocument myDoc)
 | |
| 		{
 | |
| 		}
 | |
| 	}
 | |
| }
 |