Sort Score
Result 10 results
Languages All
Labels All
Results 7,511 - 7,520 of 89,980 for

doc format

(0.09 sec)
  1. Shading.foreground_pattern_color property | Asp...

    Shading.foreground_pattern_color property. Gets or sets the color that's applied to the foreground of the [Shading](../) object.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) borders = builder . paragraph_format . borders...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OlePackage.display_name property | Aspose.Words...

    OlePackage.display_name property. Gets or sets OLE Package display name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # OLE objects allow us to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.bold property | Aspose.Words fo...

    DocumentBuilder.bold property. True if the font is Formatted as bold....property True if the font is formatted as bold. @property def bold...builder instead of a mail merge. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert EMLX to PNG in Python | products.aspose...

    Save EMLX to PNG in your Python applications without using Microsoft Outlook or Word... EMLX is a file format used by Apple Mail to store...However, it is not a widely used format and is not supported by many...

    products.aspose.com/total/python-net/conversion...
  5. BMP to PDF Merge using C++ | Aspose.PDF

    Combine two or more BMP Documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file File not added Output format: PDF Output file: // create...create empty pdf document doc = MakeObject < Document > (); // make...

    products.aspose.com/pdf/cpp/merger/bmp-to-pdf/
  6. Export EMAIL to SVG via Java | products.aspose.com

    Java API to Convert EMAIL to SVG without using Microsoft Word or Outlook...Java to convert EMAIL file format to HTML. Secondly, you can...class Save the document to SVG format using save method and set SVG...

    products.aspose.com/total/java/conversion/email...
  7. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word Document in Java....Exception { Document doc = new Document(); doc.protect(ProtectionType...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  8. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word Document in Java....Exception { Document doc = new Document(); doc.protect(ProtectionType...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  9. Export OFT to GIF via Java | products.aspose.com

    Java API to Convert OFT to GIF without using Microsoft Word or Outlook...for Java to convert OFT file format to HTML. Secondly, you can...class Save the document to GIF format using save method and set GIF...

    products.aspose.com/total/java/conversion/oft-t...
  10. Track Changes in Documents POI|Aspose.Words for...

    Track changes in Documents. Apache POI does not provide an opportunity to track changes in a Document....“insert revisions”, and apply formatting changes. Note that comments...Document doc = new Document ( dataDir + "trackDoc.doc" ); doc . acceptAllRevisions...

    docs.aspose.com/words/java/track-changes-in-doc...