Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 18,490 for

docx to doc

(1.88 sec)
  1. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface To cusTomize methods for capturing fidelity warnings during Document loading and saving. Enhance Document integrity!...Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/iwa...
  2. Convert EPUB to GIF in C# – Aspose.HTML for .NET

    Convert EPUB To GIF in C# using Aspose.HTML API. Consider various EPUB To GIF conversion scenarios in C# examples. Try online EPUB Converter....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/convert-epub-to-gif/
  3. Aspose::Words::Notes::EndnoteOptions class | As...

    Aspose::Words::Notes::EndnoteOptions class. Represents the endnote numbering options for a Document or section. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Run constructor | Aspose.Words for Python

    aspose.words.Run construcTor...constructor Contents [ Hide ] Run(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Comment.date_time_utc property | Aspose.Words f...

    Comment.date_time_utc property. Gets the UTC date and time that the comment was made.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) date = datetime . datetime . now...

    reference.aspose.com/words/python-net/aspose.wo...
  6. English table style names / LatentStyles - Free...

    When generating a word Document with a table, I provide the option To configure a table style name that is set by “table.StyleName = “…”;”. Word provides a bunch of builtin table styles, and a user asked me why it did n…...Microsoft Learn When unzipping a docx file, I find this in “word\styles...style. var doc = new Aspose.Words.Document("input.docx"); var table...

    forum.aspose.com/t/english-table-style-names-la...
  7. Aspose::Words::Font::get_Subscript method | Asp...

    Aspose::Words::Font::get_Subscript method. True if the font is formatted as subscript in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. DocumentBuilder.current_structured_document_tag...

    DocumentBuilder.current_structured_Document_tag property. Gets the structured Document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name =...tags.docx' ) builder = aw . DocumentBuilder ( doc = doc ) # There...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.equals method | Aspose.Words for Node.js

    Style.equals method. Compares with the specified style... let doc = new aw . Document ( base .... myDir + "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Marker color doesnt work - Free Support Forum -...

    I tried almost every property i saw\recognized None of this options sets a color for a marker: (here i’m trying To set almost red\burgundy color) But doesn’t work on ur lastest stable version 24.5...testing: Document doc = new Document(@"C:\Temp\in.docx"); Chart chart...chart = ((Shape)doc.GetChild(NodeType.Shape, 0, true)).Chart; foreach...

    forum.aspose.com/t/marker-color-doesnt-work/311459