Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 50,448 for

shape

(0.12 sec)
  1. Convert DXF to STL via Java | products.aspose.com

    Sample Java conversion code for DXF format to STL file. Use this example code to convert DXF to STL within any Web or Desktop Java based application....the cross section of the 3D shape to be built by the fabber. There...

    products.aspose.com/3d/java/conversion/dxf-to-stl/
  2. AbsolutePositionTab class | Aspose.Words for No...

    Aspose.Words.AbsolutePositionTab class. An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Manage VBA Projects in Presentations Using PHP|...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for PHP via Java to streamline your workflow....setSourceCode ( "Sub Test(oShape As Shape)MsgBox Test End Sub" ); # Creates...

    docs.aspose.com/slides/php-java/presentation-vi...
  4. The textbox disappeared upon the chart while co...

    Dear Sir We have encountered a new problem recently. When I converted the following document to PDF base on the compoent Aspose.word which version is 24.07, the text box on the icon was missing, as indicated by the * sy…...Shaping.HarfBuzz.HarfBuzzTextShaperFa...the textbox as an independent shape, which it can render correctly...

    forum.aspose.com/t/the-textbox-disappeared-upon...
  5. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); signatureLine = shape.getSignatureLine(); Assert.assertTrue(signatureLine...

    reference.aspose.com/words/java/com.aspose.word...
  6. LayoutEntityType enumeration | Aspose.Words for...

    aspose.words.layout.LayoutEntityType enumeration. Types of the layout entities....Represents text area inside of a shape. COMMENT Represents placeholder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldType enumeration | Aspose.Words for Python

    aspose.words.fields.FieldType enumeration. Specifies Microsoft Word field types.... FIELD_SHAPE Specifies the SHAPE field. FIELD_SKIP_IF...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Issue converting VSD with embedded EMF picture ...

    Hi! I am facing a problem converting VSD file to SVG via Processing API. VSD file has embedded image in EMF format. As result of the conversion I get an empty SVG file. I have attached file with examples. Is it known …... Emf image is in Shapes collection of the Page object...there is an Ungroup method: Shape.Ungroup | Aspose.Diagram for...

    forum.aspose.com/t/issue-converting-vsd-with-em...
  9. Add Figures Annotations using C#|Aspose.PDF for...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for .NET... Adding Shapes and Figures on Page The approach...properties determine what kind of shape will be drawn at the ends of...

    docs.aspose.com/pdf/net/figures-annotation/
  10. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... shapes . add_chart ( charts . ChartType...# 创建默认散点图。 chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/zh/python-net/create-chart/