Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 45,952 for

shape

(0.41 sec)
  1. ChartDataLabel.ShowSeriesName | Aspose.Words fo...

    Discover the ChartDataLabel ShowSeriesName property, easily control series name visibility on your charts. Enhance data clarity with a simple Boolean setting!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ChartDataLabel.IsHidden | Aspose.Words for .NET

    Discover the ChartDataLabel IsHidden property to easily control label visibility in your charts. Enhance your data presentation with this simple feature!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataLabel.ShowCategoryName | Aspose.Words ...

    Enhance your charts with the ChartDataLabel ShowCategoryName property. Easily display category names on data labels for clearer insights and better visuals....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartDataLabelCollection.ShowDataLabelsRange | ...

    Discover the ShowDataLabelsRange property in ChartDataLabelCollection. Control data label visibility for your series and enhance data presentation effortlessly!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-bmp/
  6. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-png/
  7. Several Image Into SVG C#

    Merge multiple Image into SVG in C# code. Save Image as SVG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-svg/
  8. Several Image Into BMP C#

    Merge multiple Image into BMP in C# code. Save Image as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-bmp/
  9. Public API Changes in Aspose.Cells 8.8.1|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.... Shape loads only shapes. Style loads cells...LoadDataFilterOption to load only shapes options . LoadDataFilterOption...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Several JPG Into Image Python

    Merge multiple JPG into Image in Python code. Save JPG as Image using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

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