Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 182,582 for

doc

(1.81 sec)
  1. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list with three...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Java API to Export EPUB to OTT | products.aspos...

    Convert EPUB to OTT using on premise Java API...is to render the EPUB file to DOC using Aspose.PDF for Java. This...you to easily convert EPUB to DOC. It also provides a wide range...

    products.aspose.com/total/java/conversion/epub-...
  3. OoxmlSaveOptions constructor | Aspose.Words for...

    aspose.words.saving.OoxmlSaveOptions constructor... doc = aw . Document ( MY_DIR + 'Legacy...'Legacy control character.doc' ) # When we save the document to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TiffCompression enumeration | Aspose.Words for ...

    aspose.words.saving.TiffCompression enumeration. Specifies what type of compression to apply when saving page images into a TIFF file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_image (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....Create Document instance var doc = new Document (); // Add page...collection of PDF file var page = doc . Pages . Add (); // Create Graph...

    docs.aspose.com/pdf/cpp/add-rectangle/
  6. InlineStory class | Aspose.Words for Python

    aspose.words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldOptions.UseInvariantCultureNumberFormat | ...

    Discover the FieldOptions UseInvariantCultureNumberFormat property to easily manage number formatting with invariant culture for consistent data handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Thread . CurrentThread . CurrentCulture...

    reference.aspose.com/words/net/aspose.words.fie...
  8. PdfImageCompression enumeration | Aspose.Words ...

    aspose.words.saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Jpeg...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Access Ranges in Document|Aspose.Words for Java

    Access ranges in a Document easily and fast instead of using Apache POI.... Java Range range = doc . getRange (); String text =...the range. Java Range range = doc . getRange (); String text =...

    docs.aspose.com/words/java/access-ranges-in-doc...
  10. Insert Before and After Ranges|Aspose.Words for...

    Insert before and after ranges within a Document easily and fast instead of using Apache POI.... Java doc . getRange (). getSection ( 0...below section" ); String text = doc . getRange (). text (); Download...

    docs.aspose.com/words/java/insert-before-and-af...