Sort Score
Result 10 results
Languages All
Labels All
Results 5,501 - 5,510 of 49,132 for

shape

(0.12 sec)
  1. ChartSeriesCollection.Count | Aspose.Words for ...

    Discover the ChartSeriesCollection Count property, which provides the total number of ChartSeries in your collection for enhanced data visualization.... Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…...Shape shape in docmsg.GetChildNodes(Aspose...NodeType.Shape, true)) { if (shape.HasImage) { //shape.Width =...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  3. Watermark XLS File Online or using .NET | produ...

    Free online app to Watermark different XLS files. .NET watermarking library C# code for XLS worksheets....Create watermark by using new Shape to the worksheet Assign the...relevant text properties Lock the Shape and set other lock types Call...

    products.aspose.com/total/net/watermark/xls/
  4. Save text as actual text when saving to DWG | E...

    Hey everyone :wave:, I am currently checking out Aspose.CAD with java (aspose-cad-25.1). I am trying to load a file from .DWG, add a couple of objects and saving back to a .DWG again. val image = Image.load(“path/t…...All text is converted to a shape. While I guess this is somewhat...

    forum.aspose.com/t/save-text-as-actual-text-whe...
  5. PDF to TIFF Conversion Produces Only Black & Wh...

    Environment Aspose.PDF Version: 21.6.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: PDF → TIFF (Color) Issue Description We are facing a critical issue while converting PDF documents to TIFF f…...tiffSettings = new TiffSettings { Shape = ShapeType.None, SkipBlankPages...tiffSettings = new TiffSettings { Shape = ShapeType.None, SkipBlankPages...

    forum.aspose.com/t/pdf-to-tiff-conversion-produ...
  6. Add Watermark to ODP Presentation Files using ....

    C# source code for adding Watermark to ODP Presentation....Shapes.AddAutoShape(ShapeType.Triangle...IAutoShape watermarkShape = slide.Shapes.AddAutoShape(ShapeType.Triangle...

    products.aspose.com/slides/net/watermark/odp/
  7. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today.... shapes . add_audio_frame_embedded...audio_fs : audioFrame = slide . shapes . add_audio_frame_embedded...

    docs.aspose.com/slides/python-net/audio-frame/
  8. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, Shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....MergedArea PivotTable Settings Shape SheetData SheetSettings Structure...named NoCharts. It filters Shapes from worksheet named NoShapes...

    docs.aspose.com/cells/go-cpp/filter-objects-whi...
  9. 搜索

    搜索...Shapes 集合中的每個形狀。 如果 IShape.Placeholder...PlaceholderType.Header ,則使用 ((IAutoShape)shape).TextFrame.Text 屬性設置頁眉文本。 最後,使用...

    blog.aspose.com/zh-hant/slides/add-header-foote...
  10. Several JPG Into BMP Java

    Merge multiple JPG into BMP in Java code. Save JPG as BMP using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/jpg-to-bmp/