Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 217,336 for

formatting

(0.11 sec)
  1. ImportFormatMode enumeration | Aspose.Words for...

    Aspose.Words.ImportFormatMode enumeration. Specifies how Formatting is merged when importing content from another document....enumeration Specifies how formatting is merged when importing...this option specifies how formatting is resolved when both documents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, pdfSaveOptions); But I am getting null reference exception error on this line of code. H…...to the default paragraph formatting in your document. When you...ClearFormatting() , it resets the formatting of the default paragraph...

    forum.aspose.com/t/getting-error-while-converti...
  3. Aspose::Words::DocumentBuilder::PushFont method...

    Aspose::Words::DocumentBuilder::PushFont method. Saves current character Formatting onto the stack in C++....method Saves current character formatting onto the stack. void Aspose...use a document builder’s formatting stack. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Font.clear_formatting method | Aspose.Words for...

    Font.clear_Formatting method. Resets to default font Formatting....clear_formatting method clear_formatting() Resets to default...default font formatting. def clear_formatting ( self ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Row.RowFormat | Aspose.Words for .NET

    Discover the Row RowFormat property for easy access to customizable row Formatting options, enhancing your data presentation effortlessly....property Provides access to the formatting properties of the row. public...Examples Shows how to modify formatting of a table row. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  6. DocumentBuilderOptions Class | Aspose.Words for...

    Discover Aspose.Words.DocumentBuilderOptions to enhance your document creation with customizable features for a seamless building experience....{ get; set; } True if the formatting applied to table content...content does not affect the formatting of the content that follows it...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....Ask AI Format Ranges with Node.js via C++ Contents [ Hide ] Possible...range formatting. How to format a Range in Excel To format a range...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  8. 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-...
  9. Paragraph.join_runs_with_same_formatting method...

    aspose.words.Paragraph.join_runs_with_same_Formatting method...join_runs_with_same_formatting method Contents [ Hide ] join...join_runs_with_same_formatting() Joins runs with the same formatting in the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...several ways to apply font formatting. Set default font across...table. Specify explicit font formatting in DocumentBuilder : Document...

    forum.aspose.com/t/setting-a-table-font-issue/3...