Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 48,596 for

shape

(0.09 sec)
  1. How to Resize Image in Word using Java

    This article assists in how to resize image in Word using Java. It provides information on IDE configurations, a step-by-step procedure and a runnable sample code to resize the picture in Word using Java.... A Shape class object is returned by...Word using Java . It uses the Shape class object to set size with...

    kb.aspose.com/words/java/how-to-resize-image-in...
  2. Რამდენიმე JPG PNG C++

    შეაერთეთ მრავალი JPG PNG C++ კოდში. შეინახეთ JPG როგორც PNG C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-png/
  3. Რამდენიმე JPG TIFF C++

    შეაერთეთ მრავალი JPG TIFF C++ კოდში. შეინახეთ JPG როგორც TIFF C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-t...
  4. Რამდენიმე JPG GIF C++

    შეაერთეთ მრავალი JPG GIF C++ კოდში. შეინახეთ JPG როგორც GIF C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/ka/cpp/merge/jpg-to-gif/
  5. How to Create a Shapefile in C#

    This quick tutorial guides on how to create a ShapeFile in C#. You can generate Shapefile in C# by adding different attributes and features to it without using any other third party graphics tool....for the newly created vector shape, a feature is constructed, and...values are set. Code to Create a Shape File in C# This code uses Drivers...

    kb.aspose.com/gis/net/how-to-create-a-shapefile...
  6. PresetTexture | Aspose.Words for Java

    Specifies texture to be used to fill a Shape in Java....texture to be used to fill a shape. Examples: Show how to set marker...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  7. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....Been Added to IShape and to Shape Property BlackWhiteMode has...IShape and to Shape. This property specifies how a shape will render...

    docs.aspose.com/slides/net/public-api-and-backw...
  8. ChartSeriesGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesGroup class, which simplifies managing chart series properties for enhanced data visualization and analysis....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  9. An Exception Is Thrown When Loading a PowerPoin...

    Dear Aspose Support Team, We are currently using a C# function to remove watermarks from .pptx files utilizing the Aspose.Slides library. We have a valid Aspose.Total for .NET license. Our function loads the presentati…...foreach (var shape in slide.Shapes) { if (shape is AutoShape...AutoShape && shape.Name.Equals("GalaxkeyFooter", StringComparison.OrdinalIgnoreCase))...

    forum.aspose.com/t/an-exception-is-thrown-when-...
  10. Manage Smart Art with Golang via C++|Documentation

    Manage and manipulate Smart Art Shapes in Excel files using Aspose.Cells for C++....for working with Smart Art shapes in Excel files programmatically...via C++ Data in Non-Primitive Shape with Golang via C++...

    docs.aspose.com/cells/go-cpp/managing-smartart/