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

docx to doc

(0.08 sec)
  1. TextPath.ReverseRows | Aspose.Words for .NET

    Discover the TextPath ReverseRows property To enhance your layout. Control row order for improved design flexibility and user experience....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  2. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing To define the Document grid behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

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

    Document.cusTomXmlParts property. Gets or sets the collection of CusTom XML Data STorage Parts....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. let doc = new aw . Document (); // Construct...

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

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection To an array with the ToArray method, streamlining data management and enhancing your Document processing....Document doc = new Document ( MyDir + "Paragraphs.docx" ); Paragraph...Paragraph [] paras = doc . FirstSection . Body . Paragraphs . ToArray...

    reference.aspose.com/words/net/aspose.words/par...
  6. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::STory::get_FirstParagraph method. Gets the first paragraph in the sTory in C++.... auto doc = System :: MakeObject < Aspose...< Aspose :: Words :: Run > ( doc , u "Hello world!" ); System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  7. PdfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfSaveOptions To enhance your Document saving experience. CusTomize settings for optimal PDF output quality and performance....files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Images.docx" ); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_XmlMapping method. Gets an object that represents the mapping of this structured Document tag To XML data in a cusTom XML part of the current Document in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. BuiltInDocumentProperties.hyperlink_base proper...

    BuiltInDocumentProperties.hyperlink_base property. Specifies the base string used for evaluating relative hyperlinks in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a relative hyperlink...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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