Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 173,101 for

document formatting

(0.13 sec)
  1. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....objects in Microsoft Word documents are represented by instances...Shape class is a node in a document and can represent a picture...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.insert_cell method | Aspose.Wor...

    DocumentBuilder.insert_cell method. Inserts a table cell into the Document....Inserts a table cell into the document. def insert_cell ( self ):...DocumentBuilder.cell_format property to specify cell formatting. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdfSaveOptions); Document doc = new Document(pdfFile); string...to preserve the layout and formatting of the Excel sheet. Explore...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...
  4. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....with Styles and Themes documentation article. Examples: Shows...with list formatting. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  5. Remove PDF Password Protection Online or using ...

    Remove password from PDF Document through online app for free. Java API code to unlock password protected PDF files....Java Unlock Pdf Unlock PDF Document Password Online or via Java...Develop powerful Java based PDF document locking and unlocking utility...

    products.aspose.com/total/java/unlock/pdf/
  6. DocumentBuilder.insertDocument method | Aspose....

    Aspose.Words.DocumentBuilder.insertDocument method...importFormatMode) Inserts a document at the cursor position. insertDocument...srcDoc : Aspose . Words . Document , importFormatMode : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!...insert formatted text using DocumentBuilder. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  8. How to change font name for aspose word table o...

    Hi, How to change font name as Verdana for aspose word table of content using LINQ report engine....cannot directly control TOC formatting (such as font name) through... apply formatting after the report is built: Document doc = new...

    forum.aspose.com/t/how-to-change-font-name-for-...
  9. Aspose::Words::Lists::ListFormat::get_ListLevel...

    Aspose::Words::Lists::ListFormat::get_ListLevel method. Returns the list level Formatting plus any Formatting overrides applied to the current paragraph in C++....the list level formatting plus any formatting overrides applied...how to apply custom list formatting to paragraphs when using...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++....its own or completely with formatting. It is also possible to copy...copy only the formatting. This article shows how. This example...

    docs.aspose.com/cells/cpp/copy-range-style-only/