Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 69,801 for

import

(0.08 sec)
  1. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....) helps make important information stand out, improving...aspose.cells import Workbook from aspose.cells import Workbook ...

    docs.aspose.com/cells/python-net/how-to-add-tex...
  2. Customize Appearance|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.... import com.aspose.barcode.generation...BarCodeImageFormat . PNG ); Barcode Height import com.aspose.barcode.generation...

    docs.aspose.com/barcode/java/developer-guide/cu...
  3. Extra Space Between Text, and Single Excel Text...

    While converting Excel to PDF and PDF to PPTX, the text in PPTX contains more spaces than in PDF. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ impl…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/extra-space-between-text-and...
  4. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....usually yellow, to indicate its importance or relevance. Underline annotation...page. Add Highlight Annotation import aspose.pdf as ap # Open document...

    docs.aspose.com/pdf/python-net/highlights-annot...
  5. The text inside the table is misaligned in tabl...

    An issue has been identified during the conversion workflow from Excel to PDF and then to PPTX, wherein the table data appears misaligned in the resulting PowerPoint file. The text inside the table is moved upwards towa…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/the-text-inside-the-table-is...
  6. 为PDF添加背景|Aspose.PDF for Java

    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....examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...FileNotFoundExceptio ; import com.aspose.pdf.BackgroundArtifact ; import com.aspose...

    docs.aspose.com/pdf/zh/java/add-backgrounds/
  7. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异...Cells for Java import com.aspose.cells.* ; public...for Python via Java import jpype import asposecells def run ():...

    docs.aspose.com/cells/zh/python-java/limitation...
  8. Read a Task's Timephased Data in Ruby | Aspose....

    Learn how to read Microsoft Project (MPP/XML) task timephased data using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/read-a-task-s-timeph...
  9. Marking BarCode Regions in an Image in Ruby|Doc...

    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....barcode_reader_type = Rjb :: import ( 'com.aspose.barcoderecognition...BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose.barcoderecognition...

    docs.aspose.com/barcode/java/marking-barcode-re...
  10. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc.... import aspose.pdf as ap from aspose.pycore import cast ...field. import aspose.pdf as ap from aspose.pycore import cast ...

    docs.aspose.com/pdf/python-net/modifying-form/