Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 45,829 for

shape

(0.06 sec)
  1. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other 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. 演示文稿页眉和页脚|Aspose.Slides 文档

    Java中的PowerPoint页眉和页脚...( IShape shape : master . getShapes ()) { if ( shape . getPlaceholder...getPlaceholder () != null ) { if ( shape . getPlaceholder (). getType...

    docs.aspose.com/slides/zh/androidjava/presentat...
  3. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  4. Გადაიყვანეთ JPG GIF C++

    გადაიყვანეთ JPG GIF C++ ფორმატში კოდით. შეინახეთ JPG როგორც GIF C++....auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  5. 如何在 Blazor 中运行 Aspose.Cells|Documentation

    了解如何在 Blazor WebAssembly 和 Blazor Server 应用中运行 Aspose.Cells。...ShapeCollection shapes = sheet . Shapes ; //Add rectangle shape shapes . AddRectangle...100 , 150 ); //Add line shape shapes . AddLine ( 8 , 0 , 1 ,...

    docs.aspose.com/cells/zh/net/how-to-run-aspose-...
  6. Filter objects while loading workbook in GridDe...

    This article describes how to use loading filter in GridDesktop....MergedArea PivotTable Settings Shape SheetData SheetSettings Structure...As you can see , all charts/shapes/images have been filtered out...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Export Visio Diagram to EMF - Text not centered...

    When exporting Visio Diagrams to EMF using Aspose.Diagram, the text is not centered inside of Shape as in the original Visio Drawing. A sample Visio file and export EMF in attached Zip… TextNotCentered.zip (194.4 KB) C…...Text not centered inside of shapes Aspose.Diagram Product Family...text is not centered inside of shape as in the original Visio Drawing...

    forum.aspose.com/t/export-visio-diagram-to-emf-...
  8. Working with Clips in PS file| Java

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...Shape that can contain any closed shapes; by text outline;...example below we obtain a circle shape as a clipping path and cut off...

    docs.aspose.com/page/java/ps/working-with-clips/
  9. Superscript and Subscript|Aspose.Slides for Pyt...

    Add superscript and subscript text to PowerPoint presentations in Python...Create text box shape = slide . shapes . add_auto_shape ( slides ....100 , 200 , 100 ) textFrame = shape . text_frame textFrame . paragraphs...

    docs.aspose.com/slides/python-net/superscript-a...
  10. Create Visio Diagram in C#

    This article discusses the details to create Visio diagram in C#. It shares the stepwise process along with a working sample code to automate visio diagram creation in C#....stencil file Insert a rectangle shape with the AddShape() method and...a master stencil. Insert a shape while specifying different parameters...

    kb.aspose.com/diagram/net/create-visio-diagram-...