Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,452 for

makearray

(0.11 sec)
  1. Aspose::Words::Drawing::Charts::Chart::get_Form...

    Aspose::Words::Drawing::Charts::Chart::get_Format method. Provides access to fill and line formatting of the chart in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

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

    Aspose::Words::Drawing::Charts::ChartLegend::get_Format method. Provides access to fill and line formatting of the legend in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Format method. Provides access to fill and line formatting of the chart title in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_IsAuto method. Returns a flag indicating that axis bound should be determined automatically in C++....u "Series 1" , System :: MakeArray < double > ({ 1.1 , 5.4 ,... 2.1 , 9.7 }), System :: MakeArray < double > ({ 2.1 , 0.3 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::DocumentBuilder::InsertGroupShap...

    Aspose::Words::DocumentBuilder::InsertGroupShape method. Groups the shapes passed as a parameter into a new GroupShape node which is inserted into the current position in C++....ShapeBase >>> ( System :: MakeArray < System :: SharedPtr < Aspose...InsertGroupShape ( System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_ValueAsDate method. Returns value of axis bound represented as datetime in C++....u "Series 1" , System :: MakeArray < double > ({ 1.1 , 5.4 ,... 2.1 , 9.7 }), System :: MakeArray < double > ({ 2.1 , 0.3 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_Value method. Returns numeric value of axis bound in C++....u "Series 1" , System :: MakeArray < double > ({ 1.1 , 5.4 ,... 2.1 , 9.7 }), System :: MakeArray < double > ({ 2.1 , 0.3 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Fonts::TableSubstitutionRule::Sa...

    Aspose::Words::Fonts::TableSubstitutionRule::Save method. Saves the current table substitution settings to stream in C++....ASPOSE_ASSERT_EQ ( System :: MakeArray < System :: String > ({ u...ASPOSE_ASSERT_EQ ( System :: MakeArray < System :: String > ({ u...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....get_GraphInfo () -> set_DashArray ( MakeArray < int > ({ 0 , 1 , 0 }));...Pdf :: Drawing :: Line > ( MakeArray < float > ({ 100 , 100 , 200...

    docs.aspose.com/pdf/cpp/add-line/