Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 214,350 for

formatting

(0.46 sec)
  1. FieldUpdateCultureSource | Aspose.Words for Java

    Indicates what culture to use during field update in Java....culture specified in the field formatting properties via language setting...culture specified in the field formatting properties via language setting...

    reference.aspose.com/words/java/com.aspose.word...
  2. HorizontalRuleFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.HorizontalRuleFormat class for advanced horizontal rule Formatting. Enhance your document design effortlessly!...Represents horizontal rule formatting. To learn more, visit the...shape, and customize its formatting. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.dra...
  3. SoftEdgeFormat Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.SoftEdgeFormat class to enhance your documents with stunning soft edge effects for a professional look....Represents the soft edge formatting for an object. public class...how to work with soft edge formatting. DocumentBuilder builder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::LowCode::MergerContext::set_Merg...

    Aspose::Words::LowCode::MergerContext::set_MergeFormatMode method. Specifies how to merge Formatting that clashes in C++....method Specifies how to merge formatting that clashes. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Aspose::Words::Drawing::Fill::set_Visible metho...

    Aspose::Words::Drawing::Fill::set_Visible method. Sets value that is true if the Formatting applied to this instance, is visible in C++....value that is true if the formatting applied to this instance...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Fields::FieldTA::set_IsItalic me...

    Aspose::Words::Fields::FieldTA::set_IsItalic method. Sets whether to apply italic Formatting to the page number for the entry in C++....Sets whether to apply italic formatting to the page number for the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 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...
  8. Features|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....documents from one supported format to another and modifying those...reporting. Modern document formats and standards are complex,...

    docs.aspose.com/words/python-net/features/
  9. 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...
  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...