Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 50,730 for

shapes

(0.12 sec)
  1. RenderedDocument Code Sample Floating Shape Not...

    https://forum.aspose.com/t/rendereddocument-code-sample-floating-shape-not-allowed-inside-textbox-exception/254889/2 Hello, Alexey! I have a problem with Word doc where lines are grouped and placed on a top of Text are…...RenderedDocument Code Sample Floating Shape Not Allowed Inside Textbox Exception...InvalidOperationExce - Floating shape not allowed inside textbox....

    forum.aspose.com/t/rendereddocument-code-sample...
  2. Invalid shape Height, Width, LocPinX and LocPin...

    Hi Support, Aspose.Diagram v.25.10.0 returns wrong size values of TwoD Shapes. (Width, Height, LocPinx, LocPinY). I am using following code example: static void Main(string[] args) { var document = new…...Invalid shape Height, Width, LocPinX and LocPinY Aspose.Diagram...returns wrong size values of TwoD Shapes. (Width, Height, LocPinx, LocPinY)...

    forum.aspose.com/t/invalid-shape-height-width-l...
  3. Insert Shape in Word using C#

    This article guides on how to insert shape in Word using C#. It has the IDE settings, steps, and a sample code to insert digital art using Shapes in MS Word using C#....TeX Product Family Insert Shape in Word using C# Follow this...this article to insert shape in Word using C# . It has the details...

    kb.aspose.com/words/net/insert-shape-in-word-us...
  4. Group Shape|Aspose.Slides Documentation

    Manage grouped Shapes in Aspose.Slides for C++: create, nest, align, reorder, and style group Shapes with C++ examples in PPT, PPTX, and ODP presentations....Group Shape Contents [ Hide ] Examples for creating groups of...of shapes, accessing them, ungrouping, and removal using Aspose...

    docs.aspose.com/slides/cpp/examples/elements/gr...
  5. Aspose::Words::Saving::PdfSaveOptions::get_Expo...

    Aspose::Words::Saving::PdfSaveOptions::get_ExportFloatingShapesAsInlineTag method. Gets or sets a value determining whether floating Shapes are exported as inline tags in the document structure in C++....determining whether floating shapes are exported as inline tags...value is false and floating shapes will be exported as block-level...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Hyperlink|Aspose.Slides Documentation

    Add and manage hyperlinks in Aspose.Slides for .NET: link text, Shapes, and images, set targets and actions for PPT, PPTX, and ODP with C# examples....and updating hyperlinks on shapes using Aspose.Slides for .NET...Hyperlink Create a rectangle shape with a hyperlink pointing to...

    docs.aspose.com/slides/net/examples/elements/hy...
  7. Aspose.PSD for .NET 23.5 - 发行说明|Documentation

    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....isFillStartsWithAllP ; List < IPathShape > shapes = GetShapesFromResourc ( vectorPathDataResour...isFillStartsWithAllP ); // 移除一个形状 shapes . RemoveAt ( 1 ); // 将更改后的数据保存到资源中...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET.... Add Rectangle object to shapes collection of Graph object...object to shapes collection of Graph object graph . Shapes . Add...

    docs.aspose.com/pdf/net/add-line/
  9. RtfSaveOptions.saveImagesAsWmf property | Aspos...

    RtfSaveOptions.saveImagesAsWmf property. When ``true`` all images will be saved as WMF....let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...saveImagesAsWmf ) { expect ( shapes . at ( 0 ). asShape (). imageData...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Customize Chart Axes in Presentations Using С++...

    Discover how to use Aspose.Slides for С++ to customize chart axes in PowerPoint presentations for reports and visualizations....MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/cpp/chart-axis/