Aspose.Slides FOSS for C++

Aspose.Slides FOSS for C++ is a free, open-source library for working with PowerPoint .pptx 文件。它提供用于创建、加载、检查和保存演示文稿的类,无需 Microsoft Office。.

Properties: Aspose::Slides::Foss

Properties: MIT

构建系统: CMake

#include <Aspose/Slides/Foss/presentation.h>

核心类

PropertiesPropertiesProperties
Propertiespresentation.h用于加载和保存的根对象 .pptx 文件。.
Propertiesslide.h演示文稿中的单个幻灯片。.
SlideCollectionslide_collection.h有序的幻灯片集合。.
Propertiesshape.h幻灯片上所有形状的基类。.
ShapeCollectionshape_collection.h幻灯片上的形状集合。.
AutoShapeauto_shape.h具有几何形状和可选文本框的形状。.
TextFrametext_frame.h形状内部的文本内容。.
Propertiesparagraph.h文本框内的一段文字。.
Propertiesportion.h一段具有统一格式的文本。.

Properties

PropertiesPropertiesProperties
Propertiestable.h幻灯片上的表格形状。.

Properties

PropertiesPropertiesProperties
ColorFormatcolor_format.h形状和文本元素的颜色规范。.
FillFormatfill_format.h填充属性(实色、渐变、图案、图片)。.
LineFormatline_format.h形状的线/边框属性。.
EffectFormateffect_format.h视觉效果(阴影、发光、反射、模糊)。.
GradientFormatgradient_format.h渐变填充设置。.
PatternFormatpattern_format.h图案填充设置。.
ThreeDFormatthree_d_format.h3-D effect settings (bevel, camera, lighting).

绘图与图像

PropertiesPropertiesProperties
Propertiesconnector.h两个形状之间的连接形状。.
PictureFramepicture_frame.h图片框形状。.
ImageCollectionimage_collection.h嵌入在演示文稿中的图像集合。.
FontDatafont_data.h字体名称和元数据。.

幻灯片结构

PropertiesPropertiesProperties
LayoutSlidelayout_slide.h布局幻灯片模板。.
MasterSlidemaster_slide.h母版幻灯片(主题来源)。.
NotesSlidenotes_slide.h幻灯片的演讲者备注。.

Properties

PropertiesPropertiesProperties
DocumentPropertiesdocument_properties.h内置和自定义文档元数据。.
Propertiescomment.h幻灯片上的审阅评论。.
CommentAuthorcomment_author.h审阅评论的作者。.
 中文