Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 89,754 for

doc format

(0.16 sec)
  1. Remove Metadata from PDF in Python|Aspose.PDF f...

    Find out how to remove metadata from PDF Documents in Python using Aspose.PDF, ensuring privacy and data security.... doc = self . Document () pdf = self...'/pdfaid:part/' , doc . getMetadata ())): doc . getMetadata ()...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  2. ParagraphFormat.no_space_between_paragraphs_of_...

    ParagraphFormat.no_space_between_paragraphs_of_same_style property. When ``True``, [ParagraphFormat.space_before](../space_before/) and [ParagraphFormat.space_after](../space_after/) will be ignored between the paragraphs of the same style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Apply a large amount of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BaselineAlignment | Aspose.Words for Java

    Specifies fonts vertical position on a line in Java.... Document doc = new Document(getMyDir() + "Office...docx"); ParagraphFormat format = doc.getFirstSection().getBody()...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldIndexFormat enumeration | Aspose.Words for...

    aspose.words.fields.FieldIndexFormat enumeration. Specifies the Formatting for the [FieldIndex](../fieldindex/) fields in a Document....enumeration Specifies the formatting for the FieldIndex fields...Shows how to formatting FieldIndex fields. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.italic property | Aspose.Words for Python

    Font.italic property. True if the font is Formatted as italic....property True if the font is formatted as italic. @property def italic...text using a document builder. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Inline class | Aspose.Words for Python

    aspose.words.Inline class. Base class for inline-level nodes that can have character Formatting associated with them, but cannot have child nodes of their own...nodes that can have character formatting associated with them, but...Provides access to the font formatting of this object. is_composite...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Convert PDF to Word in Java

    This quick tutorial guides on how to convert PDF to Word in Java without installation of any third party tool. You can convert PDF to Word using Java by setting the number of properties of the output Word file.... Similarly, the output Word DOC file can also be customized by...any MS Word supported file format as configured in the DocSaveOptions...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-wo...
  9. Convert EML to RTF in Python | products.aspose.com

    Save EML to RTF in your Python applications without using Microsoft Outlook or Word...RTF EML is a popular email format used by many email clients...editing or formatting emails. RTF (Rich Text Format) is a popular...

    products.aspose.com/total/python-net/conversion...
  10. NumeralFormat | Aspose.Words for Java

    Indicates the symbol set that is used to represent numbers while rendering to fixed page Formats in Java....page formats. Examples: Shows how to set the numeral format used...when saving to PDF. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...