Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 681 for

adjust shape properties

(1.2 sec)
  1. Rendered chart is distorted with several defect...

    Dear Aspose. As you can see from example. Chart differences (Rendered by Aspose 25.3 VS original in Excel) 1 - Extra black tooth like chart series is rendered 2 - Extra labels are rendered in chart 3 - Blue chart la…...Double-check the settings and properties of the charts in your Excel...rendering options, consider adjusting them. For example, you might...

    forum.aspose.com/t/rendered-chart-is-distorted-...
  2. How to Convert AI Files to SVG in Python Progra...

    Learn how to convert AI files to SVG in Python using Aspose.PSD for Python via .NET. Step‑by‑step guide with code, prerequisites, and best practices....SvgExportOptions and adjust properties such as vectorize_text...AI to SVG preserves paths, shapes, and text while making the...

    blog.aspose.com/psd/how-to-convert-ai-files-to-...
  3. TXT to JPG Conversion in Java: High Quality STE...

    Learn how to perform high quality TXT to JPG conversion in Java using Aspose.Drawing for Java. Follow a step-by-step guide with code, setup, and tips.... Adjust font, size, and alignment as...engine that can render text, shapes, and images onto a canvas....

    blog.aspose.com/drawing/txt-to-jpg-conversion-i...
  4. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …... Adjust the MatchCase and FindWholeWordsOnly properties according...problem occurs because there are shapes among the words of the problematic...

    forum.aspose.com/t/some-content-cannot-be-repla...
  5. Managing Controls|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....are a few drawing objects or shapes that are not supported yet...TextFrame property returns a MsoTextFrame object used to adjust the...

    docs.aspose.com/cells/net/managing-controls/
  6. SVG Colors in C# – SVG Fill, Stroke, Background...

    Learn how to work with SVG colors in C# – extract, replace, convert colors, and change fill, stroke, opacity, or background....colors across an SVG file, adjust transparency, convert colors...features when colorizing SVG shapes, lines, paths, text, or adding...

    docs.aspose.com/svg/net/working-with-svg-colors/
  7. Fields Overview in Python|Aspose.Words for Pyth...

    You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....screen to visually edit the properties of the field. Additionally...FieldChar . This class provides a property to check the type of field...

    docs.aspose.com/words/python-net/fields-overview/
  8. Aspose.Cells Features|Documentation

    Summarize Aspose.Cells for Java features and provide links to detailed feature descriptions....Markers Yes Specify document property settings Yes Protect/unprotect...controls and other drawing shapes/objects Yes Create pivot tables...

    docs.aspose.com/cells/java/aspose-cells-features/
  9. Create 3D Cylinder in Python

    Learn to create a 3D cylinder in Python using Aspose.3D SDK. The tutorial covers installation, parametric cylinder creation, and exporting to OBJ, STL or FBX....Python with the correct size and shape. Cylinders are widely used for...in just a few lines of code, adjust its dimensions, and add it...

    blog.aspose.com/3d/create-3d-cylinder-in-python/
  10. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...