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ě.

SignatureDescription
HeadingPair()
HeadingPair(name: std::string, count: int)
name()std::stringReturns the group name of document parts. Read-only.
count()intReturns the number of parts in group. Read-only.
 Čeština