Dzwebs.Net

撰写电脑技术杂文十余年

aspose.words设置纸型的代码下篇

Admin | 2015-8-26 10:18:29 | 被阅次数 | 5050

温馨提示!

如果未能解决您的问题,请点击搜索;登陆可复制文章,点击登陆

  接上篇
                case "A3H"://A3横向 
 
                    foreach (Aspose.Words.Section section in oDoc) 
                    { 
                        section.PageSetup.PaperSize = PaperSize.A3; 
                        section.PageSetup.Orientation = Orientation.Landscape; 
                        section.PageSetup.TextColumns.SetCount(2); 
                        section.PageSetup.TextColumns.EvenlySpaced = true; 
                        section.PageSetup.TextColumns.LineBetween = true; 
 
                    } 
 
                    break; 
 
                case "16K": 
 
                    foreach (Aspose.Words.Section section in oDoc) 
                    { 
                        section.PageSetup.PaperSize = PaperSize.B5; 
                        section.PageSetup.Orientation = Orientation.Portrait;  
                    } 
                    
                    break; 
 
                case "8KH": 
 
                    foreach (Aspose.Words.Section section in oDoc) 
                    { 
 
                        section.PageSetup.PageWidth = double.Parse("36.4 ");//纸张宽度 
                        section.PageSetup.PageHeight = double.Parse("25.7");//纸张高度 
                        section.PageSetup.Orientation = Orientation.Landscape; 
                        section.PageSetup.TextColumns.SetCount(2); 
                        section.PageSetup.TextColumns.EvenlySpaced = true; 
                        section.PageSetup.TextColumns.LineBetween = true; 
                        //section.PageSetup.LeftMargin = double.Parse("3.35"); 
                        //section.PageSetup.RightMargin = double.Parse("0.99"); 
                    }  
  
                    break; 
            } 
        }


该杂文来自: 网站开发杂文

上一篇:aspose.words设置纸型的代码上篇

下一篇:aspose.words插入表格的代码

网站备案号:

网站备案号:滇ICP备11001339号-7

版权属性:

Copyright 2007-2021-forever Inc. all Rights Reserved.

联系方式:

Email:dzwebs@126.com QQ:83539231 访问统计