HeadingPair
Přehled
HeadingPair je třída v Aspose.Slides FOSS pro C++.
Zobrazuje vlastnost dokumentu “Heading pair”. Uveřejní název skupiny částí dokumentu a počet částů v skupině.
| Signature | Description |
|---|---|
HeadingPair() | |
HeadingPair(name: std::string, count: int) | |
name() → std::string | Returns the group name of document parts. Read-only. |
count() → int | Returns the number of parts in group. Read-only. |