Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 18,410 for

docx to doc

(0.13 sec)
  1. CustomPartCollection.clear method | Aspose.Word...

    CusTomPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomPart.clone method | Aspose.Words for Python

    CusTomPart.clone method. Makes a deep enough copy of the object... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document....let doc = new aw . Document ( base . myDir + "Footer.docx" );...); let headersFooters = doc . firstSection . headersFooters ; let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a data source for...

    reference.aspose.com/words/java/com.aspose.word...
  5. CustomPartCollection.add method | Aspose.Words ...

    CusTomPartCollection.add method. Adds an item To the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fonts::FontInfoCollection::idx_g...

    Aspose::Words::Fonts::FontInfoCollection::idx_get method. Gets a font with the specified name in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Embedded font.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. BuiltInDocumentProperties.ContentType | Aspose....

    Discover how To use the BuiltInDocumentProperties ContentType property To efficiently manage your Document's content type for enhanced organization....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Footnote.actualReferenceMark property | Aspose....

    Footnote.actualReferenceMark property. Gets the actual text of the reference mark displayed in the Document for this footnote.... let doc = new aw . Document ( base ...."Footnotes and endnotes.docx" ); let footnote = doc . getFootnote ( 1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Security method. Specifies the security level of a Document as a numeric value in C++....This property is available in DOC and OOXML documents only. To...security level of a document. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Document.ShadeFormData | Aspose.Words for .NET

    Discover how To use the ShadeFormData property To enhance form visibility with gray shading, improving user experience and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...