Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 173,104 for

document formatting

(0.11 sec)
  1. Online TXT File Compression or Build Python App...

    Free online app to compress different TXT files. Python archiving library code for TXT Documents....NET Compress Txt Online Document Compression App and Python...powerful Python based TXT document archiving applications. Archive...

    products.aspose.com/total/python-net/compress/txt/
  2. HorizontalRuleFormat.Alignment | Aspose.Words f...

    Discover the HorizontalRuleFormat Alignment property to easily customize the alignment of horizontal rules for enhanced design flexibility....customize its formatting. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. C++ API to Convert XSLFO to MD | products.aspos...

    Convert XSLFO to MD via C++ API without using Microsoft Excel or Adobe Reader... XSLFO (XSL Formatting Objects) is a markup language...language for XML document formatting which is used to define the...

    products.aspose.com/total/cpp/conversion/xslfo-...
  4. Table border is missing after accept all revisi...

    The table border is different withe accept revisions by office. The codes: String path = "C:\\Users\\z_jia\\Desktop\\a\\data\\"; Document word = new Document(path + "temp.docx"); var revisions = word.getRevisions(); re…...op\\a\\data\\"; Document word = new Document(path + "temp.docx");...disappear or change in the saved document, as observed in similar cases...

    forum.aspose.com/t/table-border-is-missing-afte...
  5. Working with Table of Contents in Java|Aspose.W...

    Table of Content field in details. How to create and modify `TOC` field using Java....Often you will work with documents containing a table of contents...existing table of contents in the document using just a few lines of...

    docs.aspose.com/words/java/working-with-table-o...
  6. Aspose::Words::Paragraph class | Aspose.Words f...

    Aspose::Words::Paragraph class. Represents a paragraph of text. To learn more, visit the Documentation article in C++....Working with Paragraphs documentation article. class Paragraph...for visiting the end of the document’s paragraph. AcceptStart ...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. 使用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…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  8. View DOCX File Online and Load or Read DOCX Fil...

    Free online DOCX file viewer app. Python API code to read and load DOCX file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOCX document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/docx/
  9. Online RTF File Comparison or Build .NET Apps t...

    Free online app to Compare different RTF files. C# .NET comparison library code for RTF Documents....NET Compare Rtf Online Document Comparison App and .NET Code...Develop powerful .NET based RTF document comparison applications. Freely...

    products.aspose.com/total/net/compare/rtf/
  10. Working with Ranges in C#|Aspose.Words for .NET

    Introduction to Range feature in Aspose.Words for .NET....otherwise tree-like model of the document. If you have worked with Microsoft...tools to examine and modify document content is the Range object...

    docs.aspose.com/words/net/working-with-ranges/