Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 16,757 for

true type

(0.09 sec)
  1. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…...document to determine their types (text or image). Create a new...getChildNodes(NodeType.ANY, true)) { if (node.getNodeType() ==...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  2. Read Damaged Barcodes|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions in PHP via Java...suitable for both 1D and 2D types can be applied. Median filtering...window is not supported for 2D types. $reader = new BarCodeReader...

    docs.aspose.com/barcode/phpjava/read-damaged-ba...
  3. Working with Ole Objects|Aspose.Words for Java

    Create and modify OLE embedding in your document using Java....that could be used to embed any type of data into the document. This...getChildNodes ( NodeType . OBJECT , true ); for ( Node node : oleNodes...

    docs.aspose.com/words/java/working-with-ole-obj...
  4. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....NotebookOneSaveOptio() { DeferredSaving = true }); 7 8 if (notebook. Count...class can be used to read this type of Microsoft .one file format...

    docs.aspose.com/note/net/working-with-onenote-n...
  5. AxisScaling.minimum property | Aspose.Words for...

    AxisScaling.minimum property. Gets or sets minimum value of the axis....hasMajorGridlines = true ; xAxis . hasMinorGridlines = true ; // Define...hasMajorGridlines = true ; yAxis . hasMinorGridlines = true ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartDataLabel.rotation property | Aspose.Words...

    ChartDataLabel.rotation property. Gets or sets the rotation of the label in degrees.... insert_chart ( chart_type = aw . drawing . charts . ChartType...has_data_labels = True data_labels . show_value = True data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Style.list property | Aspose.Words for Node.js

    Style.list property. Gets the list that defines formatting of this list style.... For other style types this property returns null ...isListStyleDefinitio ). toEqual ( true ); expect ( list1 . isListStyleReference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. AxisScaling.Minimum | Aspose.Words for .NET

    Discover the AxisScaling Minimum property to easily set and customize your axis's minimum value for enhanced data visualization....HasMajorGridlines = true ; xAxis . HasMinorGridlines = true ; // Define...HasMajorGridlines = true ; yAxis . HasMinorGridlines = true ; doc . Save...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose.PSD for .NET 23.7 - Release Notes|Docume...

    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....Feature PSDNET-1534 Add new types of warp (arc & arch) Feature...property UpdateMetadata is set to true Feature PSDNET-1567 Increase...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-7...
  10. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...setVisible(true); Cells cells = sheet.getCells();...cannot calculate this macro type function, then how is it correctly...

    forum.aspose.com/t/macro-function-calculation/3...