FillOverlay

概述

FillOverlay 是 C++ 的 FOSS 中的 Aspose.Slides 类.

代表填充叠加效果.一个填补叠指定了一个对象的额外填写,并使用选定的混合模式将两个填料组合在一起.

这个类提供了19种方法,用于在C++程序中与FillOverlay对象工作. 有的方法包括: FillBlendMode, FillOverlay, IBaseSlide, IFillFormat, IImageTransformOperation, IPresentationComponent, as_i_image_transform_operation, as_i_presentation_component, blend, fill_format, init_internal, save,另外还有3种方法. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: FillBlendMode, IBaseSlide, IFillFormat, IImageTransformOperation, IPresentationComponent.

属性

名称:类型Access描述情况
FillBlendModeFillBlendMode阅读获取填充混合模式。.
IFillFormatIFillFormat阅读获取 i 填充格式。.
IBaseSlideIBaseSlide阅读获取 i 基础幻灯片。.
IPresentationComponentIPresentationComponent阅读获取 i 呈现组件。.
IImageTransformOperationIImageTransformOperation阅读获取第 i 个图像变换操作。.

方法

Signature描述情况
FillBlendMode()FillBlendMode属性获得或设置覆盖的填补混合模式.
IFillFormat()IFillFormat方法返回覆盖的填写格式接口
IFillFormat()IFillFormat
IBaseSlide()IBaseSlide属性引用包含覆盖的基板图片.
IBaseSlide()IBaseSlide
IPresentationComponent()IPresentationComponent方法返回与覆盖相关的表现组件.
IImageTransformOperation()IImageTransformOperation属性给出对叠层应用的图像转换操作.
FillOverlay()
~FillOverlay()
init_internal(element: pugi::xml_node, save_callback: std::function<void()>)从XML元素 (例如) 进行初始化,并使用持久性回调.
save()通过在初始时提供的保存回调进行持续更改.
blend()FillBlendMode返回填充混合模式.默认为OVERLAY.
set_blend(value: FillBlendMode)设置填充混合模式。.
fill_format()IFillFormat返回与此重叠相关的填写格式. 只读取.
fill_format()IFillFormat返回与此重叠相关的填写格式. 只读取.
slide()IBaseSlide从XML元素 (例如) 进行初始化,并使用持久性回调.
slide()IBaseSlide从XML元素 (例如) 进行初始化,并使用持久性回调.
as_i_presentation_component()IPresentationComponent返回这个对象为 IPresentationComponent,或 nullptr. 注: PVIObject 基础返点 this,但独立的FillOverlay对象没有形状等级.返回nullptr与现有调用站点期望兼容性.
as_i_image_transform_operation()IImageTransformOperation返回这个对象为 IImageTransformOperation.

查看更多

 中文