Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 42,861 for

shape

(0.17 sec)
  1. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Manage Cells|Aspose.Slides for Python Documenta...

    Table cells in PowerPoint presentations in Python... shapes [ 0 ] # assuming that #0.Shape#0 is a table...Adds a table shape to the slide tbl = sld . shapes . add_table...

    docs.aspose.com/slides/python-net/manage-cells/
  3. Data tag being removed after PDF to TIFF conver...

    We are currently using Aspose.PDF version 21.12.0.0 in .NET and are experiencing an issue during PDF to TIFF conversion. Specifically, all data tags on the PDF document are completely removed after the conversion. Could …...Default, Shape = ShapeType.None, SkipBlankPages...

    forum.aspose.com/t/data-tag-being-removed-after...
  4. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting 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...
  6. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Ինչպես հանել պատկերները Word ֆայլից Java-ում

    Այս ձեռնարկը բացատրում է, թե ինչպես կարելի է նկարներ հանել Word ֆայլից Java-ում: Այն տրամադրում է կազմաձևման մանրամասները, ծրագրի հոսքը և գործարկվող օրինակելի կոդը՝ Java-ում Word փաստաթղթից բոլոր պատկերները հանելու համար:...ձևն ունի պատկեր՝ օգտագործելով Shape դասի hasImage() մեթոդը Պահպանեք...մեթոդն օգտագործվում է NodeType.SHAPE արժեքը որպես արգումենտ տրամադրելով...

    kb.aspose.com/hy/words/java/how-to-extract-imag...
  8. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vsd file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-net/flowchar...
  9. DocumentBuilder.insertOleObject method | Aspose...

    Aspose.Words.DocumentBuilder.insertOleObject method... Returns Shape node containing Ole object and...predefined images. Returns Shape node containing Ole object and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 C# 中將 PPTX 轉換為 Word | products.aspose.com

    在 C# 中將 PPTX 轉換為 Word。使用 .NET 庫 API 將 PowerPoint 轉換為 Word...foreach ( var shape in slide.Shapes) { if (shape is AutoShape...

    products.aspose.com/slides/zh-hant/net/conversi...