Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 133,215 for

2

(0.08 sec)
  1. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...2, MeasureConst.Undefined) }); geom1...Add(master); diagram.AddShape(2, 2, masterName, 0); diagram.Pages[0]...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  2. Aspose::Words::Section::PrependContent method |...

    Aspose::Words::Section::PrependContent method. Inserts a copy of content of the source section at the beginning of this section in C++....builder -> Write ( u "Section 2" ); builder -> InsertBreak ( BreakType...get_Sections () -> idx_get ( 2 ); ASSERT_EQ ( String ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_XmlMapping method. Gets an object that represents the mapping of this structured document tag range to XML data in a custom XML part of the current document in C++....#1</text><text>Text element #2</text></root>" ; SharedPtr < CustomXmlPart...#1</text><text>Text element #2</text></root>" , System :: Text...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. TabStopCollection.after method | Aspose.Words f...

    TabStopCollection.after method. Gets a first tab stop to the right of the specified position.... assertEqual ( 2 , tab_stops . count ) self . assertFalse...writeln ( 'Start \t Tab 1 \t Tab 2' ) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabStopCollection.before method | Aspose.Words ...

    TabStopCollection.before method. Gets a first tab stop to the left of the specified position.... assertEqual ( 2 , tab_stops . count ) self . assertFalse...writeln ( 'Start \t Tab 1 \t Tab 2' ) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::Add method. Adds new ChartSeries to this collection. Use this method to add series to Histogram charts in C++....u "Category 1" , u "Category 2" , u "Category 3" }); // Insert..."Series 2" , categories , MakeArray < double > ({ 64.2 , 79.5...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 图表系列|Aspose.Slides 文档

    Java中PowerPoint演示文稿的图表系列... 在我们的示例中(示例图像), 列为 系列 1、系列 2 和 系列 3 ; 行为 类别 1、类别 2、类别 3 和 类别...workBook . getCell ( 0 , 2 , 0 , "类别 2" )); chart . getChartData...

    docs.aspose.com/slides/zh/java/chart-series/
  8. 图表系列|Aspose.Slides 文档

    Java中的PowerPoint演示文稿中的图表系列...在我们的示例中(示例图像), 列是 系列 1, 系列 2, 和 系列 3 ; 行是 类别 1, 类别 2, 类别 3, 和 类别 4. Aspose...workBook . getCell ( 0 , 2 , 0 , "类别 2" )); chart . getChartData...

    docs.aspose.com/slides/zh/androidjava/chart-ser...
  9. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::Add method. Adds an item to the collection in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Working with Pages in PostScript | C++

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...following code snippet creates a 2-paged PS document in 8 steps:...with default options. Create a 2-paged PsDocument with an already...

    docs.aspose.com/page/cpp/ps/working-with-pages/