Sort Score
Result 10 results
Languages All
Labels All
Results 6,911 - 6,920 of 50,452 for

shape

(0.14 sec)
  1. Convert STL to PLY via Python | products.aspose...

    Sample code for STL to PLY Python conversion. Use API example code for batch STL files to PLY conversion within VB.NET, Asp.NET or any .NET based application....the cross section of the 3D shape to be built by the fabber. There...

    products.aspose.com/3d/python-net/conversion/st...
  2. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++.... id = "Shape" ; // Specify the custom XML...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  3. ChartAxisType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxisType enum to easily define chart axis types and enhance your document's data visualization....double width , double height ) { Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. How to create waterfall chart with JavaScript v...

    Create waterfall charts in Excel with JavaScript and Aspose.Cells for JavaScript via C++....chart appearance to give it the shape of the waterfall by setting...

    docs.aspose.com/cells/javascript-cpp/creating-w...
  5. Detecting Empty Worksheets with JavaScript via ...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the JavaScript API with the C++ library.... Check for Shapes It is possible that a given...cells; however, it could contain shapes and objects such as controls...

    docs.aspose.com/cells/javascript-cpp/detecting-...
  6. Comment | Aspose.Words for Java

    Represents a container for text of a comment 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...
  7. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...problem is present even with no shapes in document I did the whole...whole workflow removing shape management, in the attached files you...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  8. 获取幻灯片中的所有文本|Aspose.Slides 文档

    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 shapes to find the placeholder foreach ( Shape shp in...in sld . Shapes ) if ( shp . Placeholder != null ) { //get the...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  9. PdfLoadOptions class | Aspose.Words for Python

    aspose.words.loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf document into a [Document](../../aspose.words/document/) object...from LoadOptions ) convert_shape_to_office_math Gets or sets...sets whether to convert shapes with EquationXML to Office Math objects...

    reference.aspose.com/words/python-net/aspose.wo...
  10. VbaProject.Modules Is Empty Even Though There I...

    To reproduce: var presentation = new Presentation("PP_Acx_CheckBox_Status.pptm"); Assert.NotEmpty(presentation.VbaProject.Modules); The expected result is for the assertion to pass. However, the VbaProject.Modules col…...s As Shape: Set s = ActivePresentation.Slides(2).Shapes(1) s...

    forum.aspose.com/t/vbaproject-modules-is-empty-...