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

document formatting

(0.34 sec)
  1. 获取在条件格式中使用的图标集、数据条或颜色刻度对象|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从电子表格文件中检索图标集、数据条和色阶对象的条件格式内容。...Example - Extract Conditional Formatting Icon </ title > </ head >...h1 > Extract Conditional Formatting Icon </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/get-ico...
  2. How to Format Number to Special|Documentation

    This article will introduce how to format number to special using Aspose.Cells for Python via .NET API....Ask AI How to Format Number to Special Contents [ Hide ] Possible...Usage Scenarios Formatting numbers to a special format in Excel is...

    docs.aspose.com/cells/python-net/how-to-format-...
  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. 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...
  5. Paragraph.frame_format property | Aspose.Words ...

    Paragraph.frame_format property. Provides access to the frame Formatting properties....frame_format property Paragraph.frame_format property Provides...frame formatting properties. @property def frame_format ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartMarker.format property | Aspose.Words for ...

    ChartMarker.format property. Provides access to fill and line Formatting of this marker....format property ChartMarker.format property Provides access to...fill and line formatting of this marker. get format () : Aspose...

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

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