Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,482 for

makearray

(0.13 sec)
  1. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....auto categories = System :: MakeArray < System :: String > ( dataLength...); auto values = System :: MakeArray < double > ( dataLength ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::ChartMultilevel...

    Aspose::Words::Drawing::Charts::ChartMultilevelValue class. Represents a value for charts that display multilevel data in C++...."Population by Region" , System :: MakeArray < System :: SharedPtr < Aspose..."Oceania" )}), System :: MakeArray < double > ({ 1409670000 ...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Bibliography::PersonCollection::...

    Aspose::Words::Bibliography::PersonCollection::Remove method. Removes the person from the collection in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.bib...
  4. Aspose::Words::Bibliography::PersonCollection::...

    Aspose::Words::Bibliography::PersonCollection::Contains method. Determines whether the collection contains a specific person in C++....PersonCollection > ( System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.bib...
  5. Aspose::Words::FontSubstitutionReason enum | As...

    Aspose::Words::FontSubstitutionReason enum. Specifies the reason of font substitution in C++....AddSubstitutes ( u "Arial" , System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. Aspose::Words::Style::get_BaseStyleName method ...

    Aspose::Words::Style::get_BaseStyleName method. Gets/sets the name of the style this style is based on in C++....ASPOSE_ASSERT_EQ ( System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. Aspose::Words::Style::Equals method | Aspose.Wo...

    Aspose::Words::Style::Equals method. Compares with the specified style. Styles Istds are compared for built-in styles only. Styles defaults are not included in comparison. Base style, linked style and next paragraph style are recursively compared in C++....ASPOSE_ASSERT_EQ ( System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Aspose::Words::Drawing::Charts::ChartDataLabel:...

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

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Fields::TextFormFieldType enum |...

    Aspose::Words::Fields::TextFormFieldType enum. Specifies the type of a text form field in C++....String > items = System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 用C++打开PDF文档|Aspose.PDF for C++

    使用Aspose.PDF的下一个代码片段,通过C++库打开您的PDF文档。... int size ) { auto arr = MakeArray < uint8_t > ( size ); Buffer...

    docs.aspose.com/pdf/zh/cpp/open-pdf-document/