Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 18,313 for

docx to doc

(0.69 sec)
  1. DocumentBase.warning_callback property | Aspose...

    DocumentBase.warning_callback property. Called during various Document processing procedures when an issue is detected that might result in data or formatting fidelity loss.... doc = aw . Document ( file_name =...= MY_DIR + 'Missing font.docx' ) # Assign a callback for handling...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.Style | Aspose.Words for .NET

    Discover how To easily cusTomize your table's appearance with the Table Style property—enhance your designs with unique styles effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  3. FieldSeq.reset_number property | Aspose.Words f...

    FieldSeq.reset_number property. Gets or sets an integer number To reset the sequence number To... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # SEQ fields display a count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.outline property | Aspose.Words for Node.js

    Font.outline property. True if the font is formatted as outline.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set the Outline flag to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Online ODS File Text Finder or Build ODS Search...

    Free online app To search in ODS file. C++ API code for any ODS file text search application....[Product Documentation](https://docs.aspose.com/cells/cpp/system-requirements/)...Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/cpp/search/ods/
  6. Aspose::Words::Properties::PropertyType enum | ...

    Aspose::Words::Properties::PropertyType enum. Specifies data type of a Document property in C++.... auto doc = System :: MakeObject < Aspose...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table To the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...required feed and generated doc for your reference , kindly check...and set its position: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/charts-are-not-replacing-at-...
  8. Aspose::Words::Fields::FieldUserAddress::get_Us...

    Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++.... auto doc = System :: MakeObject < Aspose...set_Address ( u "123 Main Street" ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldUserInitials::get_U...

    Aspose::Words::Fields::FieldUserInitials::get_UserInitials method. Gets or sets the current user's initials in C++.... auto doc = System :: MakeObject < Aspose...set_Initials ( u "J. D." ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured Document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section..."Multi-section structured document tags.docx"); StructuredDocumentTa rangeStartTag...

    reference.aspose.com/words/java/com.aspose.word...