Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 472 for

adjust shape properties

(0.1 sec)
  1. Using XPS graphic utilities | C++

    Discover how to easily create images and relatively complex Shapes on an XPS page using graphic utilities in Aspose.Page API for C++...How to easily produce simple shapes in XPS The XPS specification...used to compose any complex shapes. Aspose.Page for C++ provides...

    docs.aspose.com/page/cpp/xps/graphic-utilities/
  2. Java Photoshop API | PSD and PSB Format Parsing...

    Create modify or convert PSD and PSB formats using this library within any Java application without requiring Photoshop software...operations like updating layer properties, adding watermarks, compression...Transformations Drawing & Filling of Shapes Adjust Brightness, Contrast or...

    products.aspose.com/psd/java/
  3. TTF Fonts Knowledge Base

    TTF fonts are versatile digital typefaces used across platforms, from elegant print designs to sleek web interfaces. Discover their role in typography....rendering engines on how to adjust the font for optimal clarity...closed paths that define the shape of each character. Contours...

    docs.aspose.com/font/net/what-is-font/ttf-font/
  4. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and Shapes in Excel files using Aspose.Cells for JavaScript via C++....Insert Pictures and Shapes of Excel files with JavaScript via...need to insert some necessary shapes into the worksheet. You may...

    docs.aspose.com/cells/javascript-cpp/insert-sha...
  5. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...built_in_document_properties , Document.custom_document_properties , lists...accessible via the corresponding properties of the Document . The Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...text_frame property returns a MsoTextFrame object used to adjust the...

    docs.aspose.com/cells/python-net/managing-contr...
  7. 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...
  8. 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-...
  9. VSD to PDF - Text is getting wrapped as compare...

    SampleVsd.zip (187.8 KB) Hi, We are having an issue with the attached VSD. When exporting it to PDF using Aspose, a lot of the text is wrapped compared to Office Export and VSD fidelity (see attached screenshot). Tha…...recommend checking the WordWrap property in your Aspose.PDF configuration...configuration. Setting the WordWrap property to true will allow text to...

    forum.aspose.com/t/vsd-to-pdf-text-is-getting-w...
  10. 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...