Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 215,168 for

formatting

(0.08 sec)
  1. ListFormat | Aspose.Words for Java

    Allows to control what list Formatting is applied to a paragraph in Java....Allows to control what list formatting is applied to a paragraph...numbered, it is said that list formatting is applied to the paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  2. Online RTF File Comparison or Build Java Apps t...

    Free online app to Compare different RTF files. Java comparison library code for RTF documents....supports many popular formats including RTF format such as PDF, Word...Files Using Java APIs: Ensure Format Integrity and Cross-Platform...

    products.aspose.com/total/java/compare/rtf/
  3. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_document method...append_document(src_doc, import_format_mode) Appends the specified... words . Document , import_format_mode : aspose . words . ImportFormatMode...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Best solution and or combination to create a .d...

    Hi there, we are evaluating your product to convert file format. At the moment our scenario is simple: Given an HTML we can build a pdf in house with our own solution. We would like to convert the initial html (include…...your product to convert file format. At the moment our scenario...style) into .odt and .docx format and we are trying your product...

    forum.aspose.com/t/best-solution-and-or-combina...
  5. PresetTexture enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.PresetTexture enumeration. Specifies texture to be used to fill a shape....Examples Show how to set marker formatting. let doc = new aw . Document...8 , 1.7 ]); // Set marker formatting. series . marker . size =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLevel.alignment property | Aspose.Words for...

    ListLevel.alignment property. Gets or sets the justification of the actual number of the list item....how to apply custom list formatting to paragraphs when using...start_at = 21 list_level . number_format = ' \x00 ' list_level . number_position...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.appendDocument method | Aspose.Words f...

    Aspose.Words.Document.appendDocument method...Specifies how to merge style formatting that clashes. appendDocument(srcDoc...Specifies how to merge style formatting that clashes. importFormatOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RevisionOptions | Aspose.Words for Java

    Allows to control how document revisions are handled during layout process in Java....the Converting to Fixed-page Format documentation article. Examples:...changes of formatting properties RevisionType.FORMAT_CHANGE Default...

    reference.aspose.com/words/java/com.aspose.word...
  9. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell....start_table () # Setting table formatting options for a document builder...with it. builder . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...processes the document’s formatting and content. Subtle differences...the document structure or formatting can lead to discrepancies...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...