Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 213,730 for

formatting

(0.08 sec)
  1. ConditionalStyle.RightPadding | Aspose.Words fo...

    Discover the ConditionalStyle RightPadding property to easily adjust table cell spacing. Enhance your layout with precise control for better design....// Conditional styles are formatting changes that affect only...// Apply padding and text formatting to conditional styles. tableStyle...

    reference.aspose.com/words/net/aspose.words/con...
  2. ConditionalStyle.rightPadding property | Aspose...

    ConditionalStyle.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells....// Conditional styles are formatting changes that affect only...// Apply padding and text formatting to conditional styles. tableStyle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ConditionalStyleCollection.count property | Asp...

    ConditionalStyleCollection.count property. Gets the number of conditional styles in the collection....// Conditional styles are formatting changes that affect only...// Apply padding and text formatting to conditional styles. tableStyle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Fields::FieldMergeField class | ...

    Aspose::Words::Fields::FieldMergeField class. Implements the MERGEFIELD field. To learn more, visit the documentation article in C++.... get_Format () Gets a FieldFormat object...provides typed access to field’s formatting. get_IsDirty () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 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...
  6. Working with Data in Apache POI and Aspose.Cell...

    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....Cells Working with Formatting Features in Apache POI and...

    docs.aspose.com/cells/java/working-with-data-in...
  7. Field.update method | Aspose.Words for Node.js

    Aspose.Words.Fields.Field.update method...then direct field result formatting is abandoned, regardless...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. Paragraph class | Aspose.Words for Node.js

    Aspose.Words.Paragraph class. Represents a paragraph of text...Provides access to the frame formatting properties. hasChildNodes...isFormatRevision Returns true if formatting of the object was changed...

    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…...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...