Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 9,908 for

shape

(0.08 sec)
  1. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....color Draw the string and the shape Export the output BMP image...soothing mode and draw the shape. Ultimately, save the resulting...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...
  2. ChartAxis.minorUnitScale property | Aspose.Word...

    ChartAxis.minorUnitScale property. Returns or sets the scale value for minor tick marks on the time category axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. AxisDisplayUnit.customUnit property | Aspose.Wo...

    AxisDisplayUnit.customUnit property. Gets or sets a user-defined divisor to scale display units on the value axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. AxisDisplayUnit.unit property | Aspose.Words fo...

    AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxis.major_unit_is_auto property | Aspose....

    ChartAxis.major_unit_is_auto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AxisDisplayUnit.custom_unit property | Aspose.W...

    AxisDisplayUnit.custom_unit property. Gets or sets a user-defined divisor to scale display units on the value axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage Cells|Aspose.Slides for PHP Documentation

    Table cells in PowerPoint presentations...Shape#0 is a table for ( $i = 0 ;...30 , 30 , 30 ); # Adds table shape to slide $tbl = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-cells/
  8. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Examples: Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert Image to Visio in C#

    This article shares the details to convert image to Visio in C#. It includes the stepwise guide along with the running sample code to export PNG to Visio in C#....Insert an image as a Visio shape entity with the AddShape() method...Subsequently, insert the image as a shape and export the output Visio...

    kb.aspose.com/diagram/net/convert-image-to-visi...
  10. FootnoteSeparator | Aspose.Words for Java

    in Java....deleteShapes() Deletes all shapes from the text of this story...CONTINUE; } /// /// Called when a Shape is encountered in the document...

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