Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 50,311 for

shape

(0.07 sec)
  1. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 visio 中旋转形状的文本。... 获取特定页面 得到特定的形状 获取Shape文字并旋转文字 调用 Diagram 类对象的 Save...1" ); // Find a particular shape and update its text foreach...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  2. 在 Ruby 中更改形状的位置|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....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "Process" && shape . getID () == 2...

    docs.aspose.com/diagram/zh/java/change-the-posi...
  3. OleObject|Aspose.Slides for Python Documentation

    Work with OLE objects in Python using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, PPTX and ODP.... shapes . add_ole_object_frame ( 20...first_ole = next ( shape for shape in slide . shapes if isinstance...

    docs.aspose.com/slides/python-net/examples/elem...
  4. Fill.ForeThemeColor | Aspose.Words for .NET

    Discover how to set the ForeThemeColor property to customize your design with vibrant fill colors. Enhance your project’s visual appeal effortlessly!...color for foreground/background shape color. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Shape.chart property | Aspose.Words for Node.js

    Shape.chart property. Provides access to the chart properties if this Shape has a [Chart](../../chart/)....chart property Shape.chart property Provides access to the chart...chart properties if this shape has a Chart . get chart () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  7. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP....Table Retrieve the first table shape on the slide. function accessTable...$shapeCount ; $index ++ ) { $shape = $slide -> getShapes () ->...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. 将 Visio 形状转换为 Pdf|Documentation

    本节介绍如何使用 Aspose.Diagram 将 visio 形状转换为 pdf。...); // Get a particular shape Shape shape = page . getShapes ()...(). get ( 0 ); // Shape to Pdf shape . toPdf ( "out.pdf" ); 配置...

    docs.aspose.com/diagram/zh/java/convert-a-visio...
  9. Aspose::Words::Drawing::OlePackage::get_FileNam...

    Aspose::Words::Drawing::OlePackage::get_FileName method. Gets or sets OLE Package file name in C++....system by double-clicking on the shape that contains the OLE object...:: Words :: Drawing :: Shape > shape = builder -> InsertOleObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. OleFormat.is_link property | Aspose.Words for P...

    OleFormat.is_link property. Returns ``True`` if the OLE object is linked (when [OleFormat.source_full_name](../source_full_name/) is specified)....objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

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