Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 18,479 for

docx to doc

(0.37 sec)
  1. ImageType enumeration | Aspose.Words for Python

    aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) img_shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...files used when saving to a DOC or DOCX file. By default, this property...in the document outline. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Style.paragraphFormat property | Aspose.Words f...

    Style.paragraphFormat property. Gets the paragraph formatting of the style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert two fields while...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CustomPartCollection.Item | Aspose.Words for .NET

    Effortlessly manage your CusTomPartCollection with our item property. Quickly get or set items at any index for seamless cusTomization and efficiency.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  7. CustomPart.data property | Aspose.Words for Python

    CusTomPart.data property. Contains the data of this cusTom part.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPart.is_external property | Aspose.Words ...

    CusTomPart.is_external property. False if this cusTom part is sTored inside the OOXML package... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Paragraph::Paragraph constructor...

    Aspose::Words::Paragraph::Paragraph construcTor. Initializes a new instance of the Paragraph class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Comment constructor | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...