Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 9,897 for

shape

(0.08 sec)
  1. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...Presentation (); try { IShape shape = pres . getSlides (). get_Item...Rectangle , 100 , 100 , 600 , 50 ); shape . setHyperlinkClick ( new Hyperlink...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  2. Updating OLE objects automatically using MS Pow...

    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....public void Auto_Open () { Shape oShape ; Slide oSlide ; object...) { // Loop through all the shapes on the current slide. foreach...

    docs.aspose.com/slides/net/updating-ole-objects...
  3. Aspose::Words::Drawing::ShapeBase::set_WidthRel...

    Aspose::Words::Drawing::ShapeBase::set_WidthRelative method. Sets the value that represents the percentage of Shape's relative width in C++....represents the percentage of shape’s relative width. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::ShapeBase::set_HeightRe...

    Aspose::Words::Drawing::ShapeBase::set_HeightRelative method. Sets the value that represents the percentage of Shape's relative height in C++....represents the percentage of shape’s relative height. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Animated Text|Aspose.Slides Documentation

    Animated text in PowerPoint presentation with Aspose.Slides...() -> idx_get ( 0 ) -> get_Shapes () -> idx_get ( 0 )); auto...effects to another paragraph or shape. Aspose.Slides for C++ allows...

    docs.aspose.com/slides/cpp/animated-text/
  6. ChartMarker class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartMarker class. Represents a chart data marker...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Find and Replace Text without Losing Format in ...

    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....through all shapes in slide foreach ( PowerPoint . Shape shp in sld...sld . Shapes ) { //Access text in the shape string str = shp...

    docs.aspose.com/slides/net/find-and-replace-tex...
  8. Aspose::Words::Rendering::OfficeMathRenderer::O...

    Aspose::Words::Rendering::OfficeMathRenderer::OfficeMathRenderer constructor. Initializes a new instance of this class in C++....Shows how to measure and scale shapes. auto doc = MakeObject < Document...get_Height (), 0.15f ); // Shapes with transparent parts may...

    reference.aspose.com/words/cpp/aspose.words.ren...
  9. IChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartMarker class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartMarker class. Represents a chart data marker... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

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