Sort Score
Result 10 results
Languages All
Labels All
Results 5,091 - 5,100 of 42,872 for

shape

(0.04 sec)
  1. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_IsVisible method. Returns true if this data label has something to display in C++....DocumentBuilder > ( doc ); SharedPtr < Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowPercentage method. Allows to specify if percentage value is to be displayed for the data labels on a chart. Default value is false in C++....DocumentBuilder > ( doc ); SharedPtr < Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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.... Added APIs Added Shape.TextOptions Property Aspose...TextOptions property for the Shape class in order to control the...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Convert Image To BMP Python

    Convert Image to BMP format in Python code. Save Image as BMP using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  5. Convert Image To PNG Python

    Convert Image to PNG format in Python code. Save Image as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  6. Convert JPG To Image Python

    Convert JPG to Image format in Python code. Save JPG as Image using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  7. Convert JPG To GIF Python

    Convert JPG to GIF format in Python code. Save JPG as GIF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  8. Several Image Into JPG Javascript

    Merge multiple Image into JPG in JavaScript code. Save Image as JPG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  9. Several Image Into SVG Javascript

    Merge multiple Image into SVG in JavaScript code. Save Image as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  10. Several JPG Into SVG Javascript

    Merge multiple JPG into SVG in JavaScript code. Save JPG as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...