Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 5,873 for

x

(0.06 sec)
  1. Chart Plot Area|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms.... Gets actual X location (left) of the chart element...ValidateChartLayout (); double x = chart -> get_PlotArea () ->...

    docs.aspose.com/slides/cpp/chart-plot-area/
  2. 管理单元格|Aspose.Slides 文档

    C#或.NET中PowerPoint演示文稿中的表格单元格...如果我们合并两个单元格对 (1, 1) x (2, 1) 以及 (1, 2) x (2, 2),则结果表格将被编号。此C#代码演示了该过程:...Width = 5 ; } } // 合并单元格 (1, 1) x (2, 1) tbl . MergeCells ( tbl...

    docs.aspose.com/slides/zh/net/manage-cells/
  3. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java...component of the connector float x = connector . getX () + connector...addAutoShape ( ShapeType . Rectangle , x , y , 0 , height ); The result:...

    docs.aspose.com/slides/androidjava/connector/
  4. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java...component of the connector float x = connector . getX () + connector...addAutoShape ( ShapeType . Rectangle , x , y , 0 , height ); The result:...

    docs.aspose.com/slides/java/connector/
  5. Public API and Backwards Incompatible Changes i...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....addClone(IShape sourceShape, float x, float y), Aspose.Slides.IShapeCollection...addClone(IShape sourceShape, float x, float y, float width, float height)...

    docs.aspose.com/slides/java/public-api-and-back...
  6. PresentationML (PPTX, XML)|Aspose.Slides Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....<a:off x= "0" y= "0" /> <a:ext cx= "0" cy= "0" /> <a:chOff x= "0"...</p:nvSpPr> <p:spPr> <a:xfrm> <a:off x= "2819400" y= "2590800" /> <a:ext...

    docs.aspose.com/slides/java/presentationml-pptx...
  7. ChartSeries.clear method | Aspose.Words for Python

    ChartSeries.clear method. Removes all data values from the chart series... series [ 0 ] # Clear X and Y values of the first series...series with data. series1 . add ( x_value = aw . drawing . charts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C# or .NET...( int x = 0 ; x < chart . ChartData . Series . Count ; x ++) {...chart . ChartData . Series [ x ]; series . Labels . DefaultDataLabelForm...

    docs.aspose.com/slides/net/chart-data-label/
  9. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in C# or .NET...of the connector float x = connector . X + connector . Width *...AddAutoShape ( ShapeType . Rectangle , x , y , 0 , height ); The result:...

    docs.aspose.com/slides/net/connector/
  10. Paragraph.list_label property | Aspose.Words fo...

    Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... of_type ( lambda x : x . as_paragraph (), b ), list...

    reference.aspose.com/words/python-net/aspose.wo...