Sort Score
Result 10 results
Languages All
Labels All
Results 7,811 - 7,820 of 18,480 for

docx to doc

(0.1 sec)
  1. LoadOptions.convertShapeToOfficeMath property |...

    LoadOptions.convertShapeToOfficeMath property. Gets or sets whether To convert shapes with EquationXML To Office Math objects....= isConvertShapeToOffi ; let doc = new aw . Document ( base .... myDir + "Math shapes.docx" , loadOptions ); if ( isConvertShapeToOffi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.hyphenation_options property | Aspose....

    Document.hyphenation_options property. Provides access To Document hyphenation options.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CusTomXmlPartCollection.add method... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... and change its orientation doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) textbox = aw . drawing . Shape ( doc , aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Margins enum | Aspose.Words for ...

    Aspose::Words::Margins enum. Specifies preset margins in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/mar...
  6. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows To specify additional options when rendering Document pages or shapes To images. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default, this property...or colored background. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Document.PackageCustomParts | Aspose.Words for ...

    Manage cusTom parts in your OOXML package effortlessly. Access and modify linked content with ease for enhanced Document flexibility and functionality.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type inTo the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

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