Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 43,015 for

shape

(0.29 sec)
  1. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph 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. Incorrect Bullet Character Detected in a PowerP...

    I have attached a pptx file “bullet_issue.pptx” having one Shape in the first slide. The Shape text has bullet points enabled. I have attached the screenshot of slide content as file “slide_screenshot.png” to show how t…...pptx” having one shape in the first slide. The shape text has bullet...value. presentation.slides[0].shapes[0].text_frame.paragraphs[0]...

    forum.aspose.com/t/incorrect-bullet-character-d...
  3. 在C#中將PPT轉換為Word | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/conversi...
  4. Ignore Errors while Rendering Excel to PDF|Docu...

    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....one rounded red arrow like shape as shown in this screenshot...

    docs.aspose.com/cells/net/ignore-errors-while-r...
  5. Filter Objects while loading Workbook or Worksh...

    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....MergedArea PivotTable Settings Shape SheetData SheetSettings Structure...

    docs.aspose.com/cells/python-net/filter-objects...
  6. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#....HeaderFooter, Comment, Footnote or a Shape node. Row-level – Among rows...

    docs.aspose.com/words/net/structured-document-t...
  7. Read Axis Labels after Calculating the Chart|Do...

    Learn how to read axis labels in Aspose.Cells for Java after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....Document Assistant Close Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/java/read-axis-labels-aft...
  8. Structured Document Tags|Aspose.Words for Node....

    Embed customer-defined semantics as well as its behavior and appearance into a document using Structured document tags (SDT or content control) in Node.js....HeaderFooter , Comment , Footnote or a Shape node. Row-level – Among rows...

    docs.aspose.com/words/nodejs-net/structured-doc...
  9. Aspose.PSD For Python Key Features|Documentation

    Key Features of Aspose.PSD for Python - Photoshop and Illustrator Python Package features...Enhancement with Adjustment Layers Shape Layer Manipulation Blending...

    docs.aspose.com/psd/python-net/features/
  10. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...