Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++....:: PageSet > ( System :: MakeArray < int32_t > ({ 0 , 1 , 3 })));...
Aspose::Words::Bibliography::PersonCollection::RemoveAt method. Removes the person at the specified index in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::AI::AiModel::WithApiKey method. Sets a specified API key to the model in C++....-> Summarize ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::AI::SummaryLength enum. Enumerates possible lengths of summary in C++....-> Summarize ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::Saving::PageSet::PageSet constructor. Creates a page set based on exact page indices in C++....:: PageSet > ( System :: MakeArray < int32_t > ({ 0 , 1 , 3 })));...:: PageSet > ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::Bibliography::PersonCollection::Add method. Adds a Person to the collection in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::Bibliography::PersonCollection::Contains method. Determines whether the collection contains a specific person in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::Bibliography::PersonCollection::Remove method. Removes the person from the collection in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...
Aspose::Words::Drawing::Charts::ChartDataLabel::get_TopMode method. Gets or sets the interpretation mode of the Top property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its Position property in C++....auto categories = System :: MakeArray < System :: String > ( dataLength...); auto values = System :: MakeArray < double > ( dataLength ,...