HeadingPair

概述

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

表示文档的"标题对"属性.表示文件部分组名称和组中的部分数量.

本类提供了4种方法,用于在C++程序中使用HeadingPair对象. 有的方法包括: HeadingPair, count, name. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

方法

Signature描述情况
HeadingPair()
HeadingPair(name: std::string, count: int)
name()std::string返回文档部分的组名称.只读取.
count()int返回组中的部分数量.只读取.

查看更多

 中文