Sort Score
Result 10 results
Languages All
Labels All
Results 9,791 - 9,800 of 18,356 for

docx to doc

(0.18 sec)
  1. ChartSeriesGroup.BubbleScale | Aspose.Words for...

    Discover the ChartSeriesGroup BubbleScale property To cusTomize bubble sizes in your charts, enhancing data visualization and user engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a bubble 3D chart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Border.shadow property | Aspose.Words for Node.js

    Border.shadow property. Gets or sets a value indicating whether the border has a shadow.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldQuote.text property | Aspose.Words for Python

    FieldQuote.text property. Gets or sets the text To retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a QUOTE field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Comment::SetText method | Aspose...

    Aspose::Words::Comment::SetText method. This is a convenience method that allows To easily set text of the comment in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto comment = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. DigitalSignature.signTime property | Aspose.Wor...

    DigitalSignature.signTime property. Gets the time the Document was signed.... const doc = new aw . Document ( base ...."Digitally signed.docx" ); for ( var i = 0 ; i < doc . digitalSignatures...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DigitalSignature.signatureType property | Aspos...

    DigitalSignature.signatureType property. Gets the type of the digital signature.... const doc = new aw . Document ( base ...."Digitally signed.docx" ); for ( var i = 0 ; i < doc . digitalSignatures...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Saving::PageSet::PageSet constru...

    Aspose::Words::Saving::PageSet::PageSet construcTor. Creates a page set based on exact page indices in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add five pages to the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::Font::get_AutoColor method | Asp...

    Aspose::Words::Font::get_AuToColor method. Returns the present calculated color of the text (black or white) To be used for 'auTo color'. If the color is not 'auTo' then returns Color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If a run's Font object...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. Font.shadow property | Aspose.Words for Python

    Font.shadow property. True if the font is formatted as shadowed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set the Shadow flag to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Converting Documents in Windows Azure|Aspose.Wo...

    Use Aspose.Words for .NET in Windows Azure To load, convert, and save Documents. To do this, you can create a `WebRole` application that can be run in the Development Fabric or deployed To Windows Azure using C#....Document doc = new Document ( postedFile . InputStream ); doc . Save...dstFormat )); // Required. Otherwise DOCX cannot be opened on the client...

    docs.aspose.com/words/net/converting-documents-...