Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 179,374 for

document formatting

(0.18 sec)
  1. How to Format Number to Time with C++|Documenta...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ API....How to Format Number to Time with C++ Contents [ Hide ] Possible...Possible Usage Scenarios Formatting numbers to time in Excel is a...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  2. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...Cells, you can format the cell to display the number...source, or by setting the cell format programmatically. Here’s a...

    forum.aspose.com/t/avoid-using-scientific-notat...
  3. Markdown to Word Converter | Convert MD File to...

    Learn how to develop a Markdown to Word converter in C#. Convert MD files to DOCX programmatically with Aspose.Words for .NET in just a few lines....simplest and most popular text formats for developers and technical...writers. It is perfect for documentation, notes, or blog posts. But...

    blog.aspose.com/words/markdown-to-word-converte...
  4. Improving Text Extraction from Multi-Column PDF...

    Learn techniques for improving text extraction from multi-column PDF layouts with Aspose.PDF for Java....sizes, saves the adjusted document to memory, and then extracts...result. Open the source PDF Document . Create a TextFragmentAbsorber...

    docs.aspose.com/pdf/java/text-extraction-from-m...
  5. Paragraph.frameFormat property | Aspose.Words f...

    Paragraph.frameFormat property. Provides access to the frame Formatting properties....Provides access to the frame formatting properties. get frameFormat...to get information about formatting properties of paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Getting Started|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... File Formats and Conversions Many customers...worldwide rely on the thorough document import and export features...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  7. Extract Selected Content Between Nodes in Java|...

    Extracting Document content in different using Java....in a Document Contents [ Hide ] When working with documents, it...a specific range within a document. However, the content may...

    docs.aspose.com/words/java/extract-selected-con...
  8. 使用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...
  9. Get and Set Style for cells|Documentation

    Discover how to perform data Formatting and styling in Aspose.Cells for Python via .NET, including text Formatting, number Formatting, date Formatting, and other styling options. Our guide will help you create professional‑looking spreadsheets with attractive Formatting....introduced two new methods for formatting cells: Cell.GetStyle and...suits you. Formatting Cells There are two ways to format a cell,...

    docs.aspose.com/cells/python-net/styling-and-da...
  10. Table.leftIndent property | Aspose.Words for No...

    Table.leftIndent property. Gets or sets the value that represents the left indent of the table....Examples Shows how to create a formatted table using DocumentBuilder...DocumentBuilder. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...