Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 48,648 for

shape

(0.13 sec)
  1. ImageSavingArgs class | Aspose.Words for Python

    aspose.words.saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.image_saving()](../iimagesavingcallback/image_saving/#imagesavingargs) event...current_shape and ImageSavingArgs.is_image_available...Properties Name Description current_shape Gets the ShapeBase object corresponding...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis 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...
  3. VerticalAlignment | Aspose.Words for Java

    Specifies vertical alignment of a floating Shape text frame or a floating table in Java....vertical alignment of a floating shape, text frame or a floating table...it to the page's center. Shape shape = builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. AxisDisplayUnit | Aspose.Words for Java

    Provides access to the scaling options of the display units for the value axis in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...450.0, 250.0); Chart chart = shape.getChart(); Assert.assertEquals(1...

    reference.aspose.com/words/java/com.aspose.word...
  5. Python En .NET Weergawe Verskille|Aspose.Words ...

    Aspose.Words vir Python via .NET is'n verpakking van Aspose.Words vir .NET, hierdie bladsy beskryf die verskille in kenmerke en API van hierdie twee produkte....as_editable_range_end() as_group_shape() as_shape() as_comment() as_footnote()...as_field_include() as_field_shape() as_field_database() as_field_skip_if()...

    docs.aspose.com/words/af/python-net/python-notes/
  6. Create Visio Diagram in Python

    This tutorial discusses the details to create Visio diagram in Python. It encompasses the stepwise algorithm and a working sample code to automate Visio diagram creation in Python....Insert a rectangle shape with the add_shape() method and set different...with the master shapes. Then, insert a shape by mentioning the...

    kb.aspose.com/diagram/python/create-visio-diagr...
  7. Shape.shadowEnabled property | Aspose.Words for...

    Shape.shadowEnabled property. Returns ``true`` if a shadow effect is enabled....shadowEnabled property Shape.shadowEnabled property Returns true...Drawing class Shape Shape.oleFormat property Shape.signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Visio File Annotations NET C# | products.aspose...

    Add or remove data annotation of Visio with just few lines of C# code....support to manage annotations at shape level by adding, accessing and...comments. Using comments at shape level, relevant information...

    products.aspose.com/diagram/net/annotation/
  9. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word document that contains a scatter chart. Specifically, when the document includes a word scatter chart type, the converter…...the chart shape (adjust the search as needed) Shape chartShape...chartShape = (Shape)doc.GetChild(NodeType.Shape, 0, true); Chart chart...

    forum.aspose.com/t/exception-when-converting-wo...
  10. LegendPosition enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.LegendPosition enumeration. Specifies the possible positions for a chart legend....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 300 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...