A for .NET是一个独特的演示文稿处理API,使应用程序能够读取、创建、修改和转换PowerPoint演示文稿。独立API提供了管理PowerPoint主要功能的功能,包括管理文本、形状、表格和动画、向幻灯片添加音频和视频以及预览幻灯片。
A for .NET已更新到最新版本v19.9。现在有一些有趣和实用的功能。我将通过一些简单的例子来说明,例如通过“替代文本”隐藏形状!
隐藏外观
首先,必须使用替代文本属性来标识所需的外观。然后,使用以下示例在API中隐藏形状的代码:
//文档目录的路径。
string dataDir=run exam();
实例化表示//pptx的Presentation类
presentation pres=new presentation();
//获取第一张幻灯片
is lide SLD=[0];
//添加矩形的自动图形
IShape shp1=、50、40、150、50);
IShape shp2=、160、40、150、50);
Stringalttext='自定义';
int iCount=;
for(int I=0;I iCountI)
{
auto shape ashp=(auto shape[I]);
If、alttext、S)==0)
{
A=真;
}
}
//将演示保存到磁盘
(dataDir ' Hiding _ S;SaveFormat。pptx);
类似的基于Java的示例:
//文档目录的路径。
string dataDir=U);
presentation presentation 1=new presentation();
ISlide slide=()。get _ Item(0);
for(int I=0;I()。size();I) {
Iautoshape ashp=(iautoshape)()。get _ item(I);
a(真);
}
(dataDir ';SaveFormat。pptx);
类似的基于c的示例:
//文档目录的路径。
Const string out path=u './out/hidings;中选择另一种天花板类型。
Const string template path=u './template;中选择另一种天花板类型。
//加载所需的演示文稿
sharedptrpresentation pres=makeobjectpresentation();
//访问第一张幻灯片
sharedptrislideslide=pres-get _ slides()-idx _ get(0);
//访问选定幻灯片的外观集
sharedptrishapecollection shapes=slide-get _ shapes();
//现在,从头开始为现有图形创建“PathFootball”效果。
sharedptriautoshape auto shape 1=slide-get _ shapes()-addauto shape(shapetype 33603360 rectangle,50,
sharedptriautoshape auto shape 2=slide-get _ shapes()-addauto shape(shapetype 33603360 moon,160,40
Stringalttext=u '自定义';
inticount=slide-get _ shapes()-get _ count();
for(int I=0;I iCountI)
{
//访问添加的图形
sharedptrautoshape a shape=dynamiccastaspose 3360: slides : auto shape(幻灯片-get _ shapes ()-idx-
if(string :3360 compare(a shape-get _ alternative text(),alttext,string comparison :3360 ordinal)
{
ashape-set _ Hidden(true);
}
}
//将PPTX写入磁盘
Pres-save (outpath,aspose :3360 slides :3360 export : save format :3360 pptx);
单击下面的“了解更多”以查看最新版本的A for .免费下载NET
不做
1.《【ppt无法删除的图标怎么隐藏】如何在PPT中隐藏徽标外观?Aspose。最新版本的Slides很容易解决》援引自互联网,旨在传递更多网络信息知识,仅代表作者本人观点,与本网站无关,侵删请联系页脚下方联系方式。
2.《【ppt无法删除的图标怎么隐藏】如何在PPT中隐藏徽标外观?Aspose。最新版本的Slides很容易解决》仅供读者参考,本网站未对该内容进行证实,对其原创性、真实性、完整性、及时性不作任何保证。
3.文章转载时请保留本站内容来源地址,https://www.lu-xu.com/keji/2547090.html