Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 74,016 for

import

(0.82 sec)
  1. Aspose.Words for Java 26.7: content in table ce...

    Environment Product / version: Aspose.Words for Java 26.7 (aspose-words-26.7-jdk17.jar) JDK: OpenJDK 25 (Corretto) OS: macOS (Apple Silicon) Summary A one-column, two-row table where row 1 has HeightRule.EXACTLY and 96…... import com.aspose.words.Cell; import com.aspose.words...Document; import com.aspose.words.DocumentBuilder; import com.aspose...

    forum.aspose.com/t/aspose-words-for-java-26-7-c...
  2. Remove Metadata from PDF in Ruby|Aspose.PDF for...

    Erase sensitive or unwanted metadata from PDF files programmatically with Aspose.PDF for Ruby.... doc = Rjb :: import ( ' com . aspose . pdf . Document...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  3. Force Line Breaks|Aspose.Words for JasperReports

    Aspose Words for JasperReports allow changing Force Line Breaks parameter.... In JasperReports: import com . aspose . words . jasperreports...

    docs.aspose.com/words/jasperreports/force-line-...
  4. Simplify the creation of transformation matrix ...

    Aspose.3D for Python via .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations....and chain operations: Python import aspose.threed as a3d # Change...z) into (x + 1, y, z) Python import aspose.threed as a3d # use...

    docs.aspose.com/3d/python-net/simplify-the-crea...
  5. Group Presentation Shapes with Python|Aspose.Sl...

    Learn to group and ungroup shapes in PowerPoint and OpenDocument decks using Aspose.Slides for Python—fast, step-by-step guide with free code.... import aspose.slides as slides # Instantiate...contained within group shapes. import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/group/
  6. Change Progress of a Task in Ruby | Aspose.Task...

    Learn how to change task progress in Microsoft Project files using Aspose.Tasks for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...add( "Task" ) 6 7 tsk = Rjb :: import( 'com.aspose.tasks.Tsk' ) 8...

    docs.aspose.com/tasks/java/change-progress-of-a...
  7. en-CH is not a supported culture - Free Support...

    It may be difficult to provide an example email, but we have some mail in tnef format that error as below. The mails come from English speaking folk, though in Switzerland. Also, Java does seem to support that combo ( …L…...current thread: import com.aspose.email.*; import java.util.Locale;...

    forum.aspose.com/t/en-ch-is-not-a-supported-cul...
  8. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document.... from datetime import timedelta import aspose.pdf as ap def...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  9. Edit DOC In Python

    Edit DOC in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/doc/
  10. Edit DOCX In Python

    Edit DOCX in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/docx/